org.mockserver.verify
Class VerificationTimes

java.lang.Object
  extended by org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
      extended by org.mockserver.verify.VerificationTimes

public class VerificationTimes
extends ObjectWithReflectiveEqualsHashCodeToString

Author:
jamesdbloom

Field Summary
 
Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
logger
 
Method Summary
static VerificationTimes atLeast(int count)
           
static VerificationTimes exactly(int count)
           
 int getCount()
           
 boolean isExact()
           
static VerificationTimes once()
           
 String toString()
           
 
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
addFieldsExcludedFromEqualsAndHashCode, equals, fieldsExcludedFromEqualsAndHashCode, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

once

public static VerificationTimes once()

exactly

public static VerificationTimes exactly(int count)

atLeast

public static VerificationTimes atLeast(int count)

getCount

public int getCount()

isExact

public boolean isExact()

toString

public String toString()
Overrides:
toString in class ObjectWithReflectiveEqualsHashCodeToString


Copyright © 2017. All rights reserved.