public class VerificationTimes extends ObjectWithReflectiveEqualsHashCodeToString
Modifier and Type | Method and Description |
---|---|
static VerificationTimes |
atLeast(int count) |
static VerificationTimes |
exactly(int count) |
int |
getCount() |
boolean |
isExact() |
static VerificationTimes |
once() |
String |
toString() |
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key
public static VerificationTimes once()
public static VerificationTimes exactly(int count)
public static VerificationTimes atLeast(int count)
public int getCount()
public boolean isExact()
public String toString()
toString
in class ObjectWithReflectiveEqualsHashCodeToString
Copyright © 2018. All rights reserved.