com.github.dreamhead.moco
Class MocoRequestHit

java.lang.Object
  extended by com.github.dreamhead.moco.MocoRequestHit

public class MocoRequestHit
extends java.lang.Object


Method Summary
static VerificationMode atLeast(int count)
           
static VerificationMode atMost(int count)
           
static VerificationMode never()
           
static RequestHit requestHit()
           
static VerificationMode times(int count)
           
static UnexpectedRequestMatcher unexpected()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

requestHit

public static RequestHit requestHit()

unexpected

public static UnexpectedRequestMatcher unexpected()

never

public static VerificationMode never()

times

public static VerificationMode times(int count)

atLeast

public static VerificationMode atLeast(int count)

atMost

public static VerificationMode atMost(int count)