Runner2public interface Runner
| Modifier and Type | Method | Description |
|---|---|---|
void |
run(java.lang.String testClassName,
TestFingerprint fingerprint,
EventHandler eventHandler,
java.lang.String[] args) |
Runs the test suite with class name 'testClassName' and returns the results of executing each test
contained in the suite.
|
void run(java.lang.String testClassName,
TestFingerprint fingerprint,
EventHandler eventHandler,
java.lang.String[] args)