Uses of Class
kong.unirest.core.Times
-
Packages that use Times Package Description kong.unirest.core -
-
Uses of Times in kong.unirest.core
Subclasses of Times in kong.unirest.core Modifier and Type Class Description private static class
Times.AtLeast
private static class
Times.AtMost
private static class
Times.Exactly
Fields in kong.unirest.core declared as Times Modifier and Type Field Description private Times
Invocation. expectedTimes
Methods in kong.unirest.core that return Times Modifier and Type Method Description static Times
Times. atLeast(int times)
static Times
Times. atLeastOnce()
static Times
Times. atMost(int times)
static Times
Times. exactly(int times)
static Times
Times. exactlyOnce()
static Times
Times. never()
Methods in kong.unirest.core with parameters of type Times Modifier and Type Method Description Expectation
Expectation. times(Times never)
Expectation
Invocation. times(Times times)
void
Expectation. verify(Times times)
void
ExpectedResponse. verify(Times times)
void
ExpectedResponseRecord. verify(Times times)
void
Invocation. verify(Times times)
-