February 2011
1 post
2 tags
0.5 Released
The Nbehave team is pleased to announce a new release of NBehave.
You can grab it here
Whats new
Support for .net 3.5 and 4.0
tables & examples
comments, start the line with a # and what follows is a comment
languages, start the text file with #language: se
see languages.yml for supported languages (only swedish and english so far)
testdriven.net support for running text files, thanks...
November 2009
1 post
2 tags
0.4.5 released
A new version of NBehave is out. You can grab it here. Whats in the release •Spec framework •Aligned extensionmethods between the different test frameworks. •Added SpecificationAttribute to decorate methods with •Using NUnit 2.5.2 •Using XUnit 1.5 •Using MbUnit 3.1.3.313 •Fixed bug with extension method ShouldContain when parameter is string. I didnt know strings implemented IEnumerable! ...
June 2009
1 post
2 tags
0.4 released
NBehave 0.4 has been released, here’s whats new since the 0.3 release • NSpec merge, context/specification style • SpecBase & SpecBase base classes for consistent specs • supporting NUnit, MbUnit, Xunit, MSTest • lives in NBehave.Spec namespace. • Assert extension methods for NUnit, MbUnit, Xunit, MSTest • lives in NBehave.Spec namespace. • ex 42.ShouldEqual(42); •...