Interface ITestHarness


public interface ITestHarness
Represents an arbitrary test harness.
Since:
3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Runs the tests.
  • Method Details

    • runTests

      void runTests()
      Runs the tests.