xunit/xunit

Document running inner class tests in xUnit console

Open

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

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)C# (3,873 stars) (761 forks)batch import
Docsgood first issuehelp wanted

説明

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

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

Document running inner class tests in xUnit console · xunit/xunit#1433 | Good First Issue