Package de.galan.commons.test.vintage
Class ApplicationClockResetRule
java.lang.Object
org.junit.rules.TestWatcher
de.galan.commons.test.vintage.ApplicationClockResetRule
- All Implemented Interfaces:
org.junit.rules.TestRule
Deprecated.
Resets the Application before and after a test-method for you.
Deprecated: Use the ApplicationClockExtension instead.
Deprecated: Use the ApplicationClockExtension instead.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.junit.rules.TestWatcher
apply, failed, skipped, skipped, succeeded
-
Constructor Details
-
ApplicationClockResetRule
public ApplicationClockResetRule()Deprecated.
-
-
Method Details
-
starting
protected void starting(org.junit.runner.Description d) Deprecated.- Overrides:
startingin classorg.junit.rules.TestWatcher
-
finished
protected void finished(org.junit.runner.Description description) Deprecated.- Overrides:
finishedin classorg.junit.rules.TestWatcher
-