Package org.fest.test

Interface CodeToTest


public interface CodeToTest
Understands code to be tested.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    Executes the code to test.
  • Method Details

    • run

      void run() throws Throwable
      Executes the code to test.
      Throws:
      Throwable - any exception thrown when running the code to test.