Class ParasoftJUnit4Watcher
java.lang.Object
org.junit.rules.TestWatcher
com.parasoft.coverage.integration.junit4.ParasoftJUnit4Watcher
- All Implemented Interfaces:
org.junit.rules.TestRule
public class ParasoftJUnit4Watcher
extends org.junit.rules.TestWatcher
-
Constructor Summary
ConstructorsConstructorDescriptionParasoftJUnit4Watcher(com.parasoft.coverage.integration.core.CoverageApiClient coverageApiClient) ParasoftJUnit4Watcher(String ctpBaseUrl, Long environmentId, String userId) -
Method Summary
Methods inherited from class org.junit.rules.TestWatcher
apply, skipped, skipped
-
Constructor Details
-
ParasoftJUnit4Watcher
public ParasoftJUnit4Watcher() -
ParasoftJUnit4Watcher
-
ParasoftJUnit4Watcher
public ParasoftJUnit4Watcher(com.parasoft.coverage.integration.core.CoverageApiClient coverageApiClient)
-
-
Method Details
-
starting
protected void starting(org.junit.runner.Description description) - Overrides:
startingin classorg.junit.rules.TestWatcher
-
succeeded
protected void succeeded(org.junit.runner.Description description) - Overrides:
succeededin classorg.junit.rules.TestWatcher
-
failed
- Overrides:
failedin classorg.junit.rules.TestWatcher
-
finished
protected void finished(org.junit.runner.Description description) - Overrides:
finishedin classorg.junit.rules.TestWatcher
-