org.mockserver.client.proxy
Class Times

java.lang.Object
  extended by org.mockserver.client.proxy.Times

public class Times
extends Object

Author:
jamesdbloom

Method Summary
static Times atLeast(int count)
           
static Times exactly(int count)
           
 int getCount()
           
 boolean isExact()
           
static Times once()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.