org.fest.test
Interface CodeToTest


public interface CodeToTest

Understands code to be tested.

Author:
Alex Ruiz, Yvonne Wang

Method Summary
 void run()
          Executes the code to test.
 

Method Detail

run

void run()
         throws Throwable
Executes the code to test.

Throws:
Throwable - any exception thrown when running the code to test.


Copyright © 2008-2010 FEST (Fixtures for Easy Software Testing). All Rights Reserved.