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);
}
Aggregations