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
Constructors -
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, vertxMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.codingchili.core.context.CoreContext
fileSystem
-
Constructor Details
-
ContextMock
-
ContextMock
public ContextMock()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceContext- Returns:
- configuration for the service.
-