protected abstract static class FraudCheckIntegrationTest.AbstractAssertionLooper
extends java.lang.Object
checkCondition()
methodModifier | Constructor and Description |
---|---|
protected |
AbstractAssertionLooper() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
checkCondition()
Abstract method which should contain condition(s) which we want to check.
|
void |
waitUntilConditionIsTrue(long maxTimeInSeconds)
Wait until condition defined in
checkCondition() is fulfilled, but no more than maxTimeInSeconds. |
protected abstract void checkCondition()
public void waitUntilConditionIsTrue(long maxTimeInSeconds)
checkCondition()
is fulfilled, but no more than maxTimeInSeconds. If
condition is not fulfilled, AssertionFailedError will be thrown.maxTimeInSeconds
-