Class MockTaskContext
- java.lang.Object
-
- cn.boboweike.carrot.server.runner.MockTaskContext
-
public class MockTaskContext extends Object
Class that can be used in tests to set theTaskContextfor aTaskRequestHandler.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidsetTaskContext(TaskContext taskContext)
-
-
-
Method Detail
-
setTaskContext
public static void setTaskContext(TaskContext taskContext)
-
-