Module net.javacrumbs.shedlock.core
Package net.javacrumbs.shedlock.core
Class LockAssert.TestHelper
java.lang.Object
net.javacrumbs.shedlock.core.LockAssert.TestHelper
- Enclosing class:
- LockAssert
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidmakeAllAssertsPass(boolean pass) If pass is set to true, all LockAssert.assertLocked calls in current thread will pass.
-
Constructor Details
-
TestHelper
public TestHelper()
-
-
Method Details
-
makeAllAssertsPass
public static void makeAllAssertsPass(boolean pass) If pass is set to true, all LockAssert.assertLocked calls in current thread will pass. To be used in unit tests onlyLockAssert.TestHelper.makeAllAssertsPass(true)
-