Package com.avoka.tm.test
Class MockRegistry
- java.lang.Object
-
- com.avoka.tm.test.MockRegistry
-
public class MockRegistry extends Object
Provides thread local registry for mock HTTP request/response pairs and service/result object pairs. These are used in Fluent tests to mock up calls to external and internal services.- Since:
- 5.1.7
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
clear()
Clear registries.static Map<Object,Object>
getRegistry()
Get the mock object registry.
-