Package com.guinetik.rr
Class RocketRestMockTest
- java.lang.Object
-
- com.guinetik.rr.RocketRestMockTest
-
public class RocketRestMockTest extends Object
Comprehensive tests for RocketRestMock functionality
-
-
Constructor Summary
Constructors Constructor Description RocketRestMockTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtearDown()voidtestAsyncApiWithMock()voidtestBasicMockResponses()voidtestFluentApiWithMock()voidtestInvocationCounting()voidtestLatencySimulation()voidtestMultipleLatencyPatterns()voidtestRegexPatternMatching()voidtestResponseTypeConversion()
-
-
-
Method Detail
-
setUp
public void setUp()
-
tearDown
public void tearDown()
-
testBasicMockResponses
public void testBasicMockResponses()
-
testRegexPatternMatching
public void testRegexPatternMatching()
-
testInvocationCounting
public void testInvocationCounting()
-
testLatencySimulation
public void testLatencySimulation()
-
testFluentApiWithMock
public void testFluentApiWithMock()
-
testAsyncApiWithMock
public void testAsyncApiWithMock()
-
testMultipleLatencyPatterns
public void testMultipleLatencyPatterns()
-
testResponseTypeConversion
public void testResponseTypeConversion()
-
-