org.mockserver.client.proxy
Class Times
java.lang.Object
org.mockserver.client.proxy.Times
public class Times
- extends Object
- Author:
- jamesdbloom
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
once
public static Times once()
exactly
public static Times exactly(int count)
atLeast
public static Times atLeast(int count)
getCount
public int getCount()
isExact
public boolean isExact()
Copyright © 2014. All rights reserved.