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 information about Mockito optionality #26

Open hprange opened 12 years ago

hprange commented 12 years ago

Mockito is optional and must be added to the test classpath when the @Spy annotation is used. The documentation is not clear about that information.