Package dev.enola.common.context.testlib
Class SingletonRule
java.lang.Object
dev.enola.common.context.testlib.SingletonRule
- All Implemented Interfaces:
org.junit.rules.TestRule
-
Method Summary
Modifier and TypeMethodDescriptionstatic SingletonRule
Intended to be statically imported into *Test classes.org.junit.runners.model.Statement
apply
(org.junit.runners.model.Statement base, org.junit.runner.Description description) void
static SingletonRule
-
Method Details
-
$
Intended to be statically imported into *Test classes. -
onlyReset
-
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description) - Specified by:
apply
in interfaceorg.junit.rules.TestRule
-
doNotReset
public void doNotReset()
-