Package com.codingchili.core.testing
Class ContextMock
java.lang.Object
com.codingchili.core.context.SystemContext
com.codingchili.core.testing.ContextMock
- All Implemented Interfaces:
CoreContext
,ServiceContext
A simple mock class.
-
Field Summary
Fields inherited from class com.codingchili.core.context.SystemContext
vertx
-
Constructor Summary
-
Method Summary
Methods inherited from class com.codingchili.core.context.SystemContext
blocking, blocking, bus, cancel, close, close, clustered, deploy, handler, listener, logger, metrics, metrics, periodic, service, stop, stop, system, timer, vertx
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.codingchili.core.context.CoreContext
fileSystem
-
Constructor Details
-
ContextMock
-
ContextMock
public ContextMock()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceContext
- Returns:
- configuration for the service.
-