Search in sources :

Example 1 with TestManager

use of com.hazelcast.simulator.worker.testcontainer.TestManager in project hazelcast-simulator by hazelcast.

the class WorkerOperationProcessorTest method before.

@Before
public void before() {
    setupFakeUserDir();
    ExceptionReporter.reset();
    testManager = mock(TestManager.class);
    worker = mock(Worker.class);
    scriptExecutor = mock(ScriptExecutor.class);
    processor = new WorkerOperationProcessor(worker, testManager, scriptExecutor);
    promise = new StubPromise();
}
Also used : TestManager(com.hazelcast.simulator.worker.testcontainer.TestManager) StubPromise(com.hazelcast.simulator.protocol.StubPromise) Before(org.junit.Before)

Aggregations

StubPromise (com.hazelcast.simulator.protocol.StubPromise)1 TestManager (com.hazelcast.simulator.worker.testcontainer.TestManager)1 Before (org.junit.Before)1