xunit/xunit

Document running inner class tests in xUnit console

Open

#1,433 opened on 2017年8月31日

GitHub で見る
 (4 comments) (0 reactions) (0 assignees)C# (761 forks)batch import
Docsgood first issuehelp wanted

Repository metrics

Stars
 (3,873 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

While I was trying to run tests in an inner class using xunit console, I couldn't figure it out until I see this issue #913. In 2.1, the -class+ switch is already added. And the working way of specifying an inner class is using namespace.class+innerclass rather than using the . notation used in C#. There is no documentation on either of this.

Steps: xunit.console.exe -?

Expect: Documentation should mention inner class using -class namespace.class+innerclass and -class+. Also for methods -method namespace.class+innerclass.method

コントリビューターガイド