Search in sources :

Example 1 with TestStreams

use of io.zeebe.broker.util.TestStreams in project zeebe by zeebe-io.

the class TypedStreamProcessorTest method setUp.

@Before
public void setUp() {
    MockitoAnnotations.initMocks(this);
    streams = new TestStreams(tempFolder.getRoot(), closeables, actorSchedulerRule.get());
    stream = streams.createLogStream(STREAM_NAME);
}
Also used : TestStreams(io.zeebe.broker.util.TestStreams) Before(org.junit.Before)

Aggregations

TestStreams (io.zeebe.broker.util.TestStreams)1 Before (org.junit.Before)1