xunit/xunit

Document running inner class tests in xUnit console

Open

#1.433 aberto em 31 de ago. de 2017

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)C# (761 forks)batch import
Docsgood first issuehelp wanted

Métricas do repositório

Stars
 (3.873 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador