Package org.eclipse.ui.testing
Interface ITestHarness
-
public interface ITestHarness
Represents an arbitrary test harness.- Since:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
runTests()
Runs the tests.
-