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 Details

    • ParasoftJUnit4Watcher

      public ParasoftJUnit4Watcher()
    • ParasoftJUnit4Watcher

      public ParasoftJUnit4Watcher(String ctpBaseUrl, Long environmentId, String userId)
    • ParasoftJUnit4Watcher

      public ParasoftJUnit4Watcher(com.parasoft.coverage.integration.core.CoverageApiClient coverageApiClient)
  • Method Details

    • starting

      protected void starting(org.junit.runner.Description description)
      Overrides:
      starting in class org.junit.rules.TestWatcher
    • succeeded

      protected void succeeded(org.junit.runner.Description description)
      Overrides:
      succeeded in class org.junit.rules.TestWatcher
    • failed

      protected void failed(Throwable e, org.junit.runner.Description description)
      Overrides:
      failed in class org.junit.rules.TestWatcher
    • finished

      protected void finished(org.junit.runner.Description description)
      Overrides:
      finished in class org.junit.rules.TestWatcher