Skip to content

Commit

Permalink
tweak xunit/nunit
Browse files Browse the repository at this point in the history
  • Loading branch information
petemounce committed Apr 9, 2014
1 parent 69a8791 commit 7fa92f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ The core of JustBehave is built upon a few small classes:

* `BehaviourTest` - inherited for an **NUnit** test
* `XBehaviourTest` - inherited for an **XUnit** test
* `ThenAttribute` - used to annotate your **Then** conditions for the testing framework
* `ThenAttribute` - used to annotate your **Then** conditions for the nunit testing framework
* when using xunit, use `FactAttribute` as normal

This leads to test classes that follow the convention:
```csharp
Expand Down

0 comments on commit 7fa92f2

Please sign in to comment.