Package org.fest.test
Interface CodeToTest
public interface CodeToTest
Understands code to be tested.
-
Method Summary
-
Method Details
-
run
Executes the code to test.- Throws:
Throwable
- any exception thrown when running the code to test.
-