public class VerificationWithTimeoutImpl
extends java.lang.Object
Constructor and Description |
---|
VerificationWithTimeoutImpl(int treshhold,
int millis,
VerificationMode delegate) |
Modifier and Type | Method and Description |
---|---|
VerificationMode |
getDelegate() |
int |
getTimeout() |
int |
getTreshhold() |
void |
verify(VerificationData data) |
public VerificationWithTimeoutImpl(int treshhold, int millis, VerificationMode delegate)
public void verify(VerificationData data)
public VerificationMode getDelegate()
public int getTimeout()
public int getTreshhold()