|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.github.dreamhead.moco.MocoRequestHit
public class MocoRequestHit
| Method Summary | |
|---|---|
static VerificationMode |
atLeast(int count)
|
static VerificationMode |
atMost(int count)
|
static VerificationMode |
never()
|
static VerificationMode |
once()
|
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 |
|---|
public static RequestHit requestHit()
public static UnexpectedRequestMatcher unexpected()
public static VerificationMode never()
public static VerificationMode once()
public static VerificationMode times(int count)
public static VerificationMode atLeast(int count)
public static VerificationMode atMost(int count)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||