| Projects on Google Code | Results 1 - 8 of 8 |
==Why !ShouldIt?==
Are you using specification extension methods for your test assertions? Unless you just picked up this habit, you have probably found yourself copying these methods from project to project and perhaps even modifying them to work with different testing frameworks. !ShouldIt solv...
fluent interface assertions
== Database testing easily in jUnit==
DbAssert is a set of assertion methods for jUnit tests to verify your database data.
It uses non-intrusive way for writing unit tests, you don't have to extend any specific class to be able to query and test your database. Initialize DbAssert and start making ...
Library with additional assertions to help creation of good automated tests, including some special assertion that create additional test cases automatically like assertValidation
- assertValidation
- assertDontRaiseAnException
- assertExceptionMessage
We've come to use a number of fluent assertion extensions in our C# test code. These are based on J.P. Boodhoo's techniques of specifying 'what not how' even in tests. We hope you find them useful.
This is part of [http://code.google.com/p/mvbalaw-commons/ MVBA Law Commons].
Fluent asserti...
Create validations for forms entries on web, desktop or even backoffice applications.
The notion of contracts as interfaces annotated with preconditions,postconditions and invariants , is simple and practical. The interface defines everything the clients need to know, but no more than that. This Project focus is on developing a library of Desing by Contract for Java. JavaDbC uses Jav...
==fa.jar -- Check assertions even when not enabled==
Assertions are one of the most useful tools available for software engineers to help debug their code. Unfortunately, Java has assertion checking turned off by default. This means that, even if assertions fail, no error will be produced.
To ...