Skip to content

Programmatically execute XUnit tests in a console application. Just type: SimpleXUnit.RunTests()

License

Notifications You must be signed in to change notification settings

BrightSoul/SimpleXUnit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleXUnit v0.2.0

Programmatically execute XUnit tests in a console application.

Quick start

Just one line of code to discover and run XUnit tests in the current assembly and output formatted text to console.

SimpleXUnit.RunTests();

Supported optional parameters:

SimpleXUnit.RunTests(assemblyPath: @"C:\path\assembly.dll", textWriter: Console.Out, verbose: true);

Nuget Package

Find it here: https://www.nuget.org/packages/SimpleXUnit/

Writing XUnit tests

Please refer to the official XUnit documentation: https://xunit.github.io/docs/getting-started-desktop.html#write-first-tests

About

Programmatically execute XUnit tests in a console application. Just type: SimpleXUnit.RunTests()

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages