hprange / wounit

The WOUnit framework contains a set of utilities for testing WebObjects applications using JUnit 4.7 or later capabilities.
http://hprange.github.io/wounit/
Apache License 2.0
19 stars 18 forks source link

Add FEST like assertion methods #3

Open hprange opened 14 years ago

hprange commented 14 years ago

FEST (http://code.google.com/p/fest/) provides fluent assertions for unit testing. By implementing this feature, we can provide an alternative technique for unit testing WebObjects applications.