(alpha) NFluent.Web is an extension library to NFluent for web-related tests. NFluent is an ergonomic assertion library which aims to fluent your .NET TDD experience (based on simple Check.That() assertion statements). NFluent aims your tests to be fluent to write (with an happy 'dot' auto completion experience), fluent to read (i.e. as close as possible to plain English expression), but also fluent to troubleshoot, in a less-error-prone way comparing to the classical .NET test frameworks. NFluent is also directly inspired by the awesome Java FEST Fluent assertion/reflection library (http://fest.easytesting.org/)
Stars
3
Forks
2
Watchers
3
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
Now, consumes NFluent as an official nuget package ;-)
3e998ffView on GitHubSets the proper version numbers for NFluent.Web (i.e. 0.3).
c3a546aView on GitHubSets the proper logo for NFluent (the one designed by @rhwy)
2b88585View on GitHubSets the new NFluent logo (i.e. the one designed by @rhwy)
4749533View on GitHubMigrates to the new version of NFluent (based on extension methods).
5c37073View on GitHubMigrates to the new extensibility model of NFluent, based on method extensions and a new covariant IFluentAssertion<out T> interface.
a9dabb5View on GitHubMigrates to the new extensibility model of NFluent, based on method extensions and a new covariant IFluentAssertion<out T> interface.
6076051View on GitHub