Skip to content

Library that will run any NUnit fixtures, in your own code, in your own set up.

License

Notifications You must be signed in to change notification settings

anthrich/nunit-in-code-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nunit-in-code-runner

Simple flexible library that will run any NUnit fixtures, in your own code, in your own set up.

internal static class Program
{
    public static int Main(string[] args)
    {
        // runs all classes with TextFixture attribute
        // in the current assembly
        return new TestRunner().Run();
    }
}

About

Library that will run any NUnit fixtures, in your own code, in your own set up.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages