VerificationWithTimeoutImpl.java | 15 int treshhold;
field in class:VerificationWithTimeoutImpl 17 public VerificationWithTimeoutImpl(int treshhold, int millis, VerificationMode delegate) {
18 this.treshhold = treshhold;
32 soFar += treshhold;
33 sleep(treshhold);
58 return treshhold;
|