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 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 ApplicationClockResetRule()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected voidfinished(org.junit.runner.Description description)Deprecated.protected voidstarting(org.junit.runner.Description d)Deprecated.
-