Skip to content

AhmedAzzabi/fixie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fixie

Fixie is a .NET convention-based test framework similar to NUnit and xUnit, but with an emphasis on low-ceremony defaults and flexible customization. Fixie's development is documented at http://plioi.github.io/fixie.

How do I install Fixie?

First, install NuGet. Then, install the Fixie NuGet package from the package manager console:

PM> Install-Package Fixie

How do I use Fixie?

  1. Create a Class Library project to house your test classes.

  2. Add a reference to Fixie.dll.

  3. Add test classes and test cases to your testing project.

  4. Use the console runner (should be at your-solution-dir/packages/Fixie.x.x.x/lib/netXX/) from a command line to execute your tests:

    Fixie.Console.exe path/to/your/test/project.dll

  5. Use the TestDriven.NET runner from within Visual Studio, using the same keyboard shortcuts you would use for NUnit tests.

Documentation

  1. Default Convention
  2. Custom Conventions
  3. Parameterized Test Methods
  4. Skipping Tests
  5. Assertions
  6. Continuous Integration

About

Conventional Testing for .NET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published