Class ApplicationClockResetRule

java.lang.Object
org.junit.rules.TestWatcher
de.galan.commons.test.vintage.ApplicationClockResetRule
All Implemented Interfaces:
org.junit.rules.TestRule

@Deprecated public class ApplicationClockResetRule extends org.junit.rules.TestWatcher
Deprecated.
Resets the Application before and after a test-method for you.
Deprecated: Use the ApplicationClockExtension instead.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    finished(org.junit.runner.Description description)
    Deprecated.
     
    protected void
    starting(org.junit.runner.Description d)
    Deprecated.
     

    Methods inherited from class org.junit.rules.TestWatcher

    apply, failed, skipped, skipped, succeeded

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ApplicationClockResetRule

      public ApplicationClockResetRule()
      Deprecated.
  • Method Details

    • starting

      protected void starting(org.junit.runner.Description d)
      Deprecated.
      Overrides:
      starting in class org.junit.rules.TestWatcher
    • finished

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