Package io.zeebe.test.util.record
Class RecordingExporterTestWatcher
- java.lang.Object
-
- org.junit.rules.TestWatcher
-
- io.zeebe.test.util.record.RecordingExporterTestWatcher
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public class RecordingExporterTestWatcher extends org.junit.rules.TestWatcher
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.LoggerLOG
-
Constructor Summary
Constructors Constructor Description RecordingExporterTestWatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfailed(Throwable e, org.junit.runner.Description description)protected voidstarting(org.junit.runner.Description description)
-
-
-
Method Detail
-
failed
protected void failed(Throwable e, org.junit.runner.Description description)
- Overrides:
failedin classorg.junit.rules.TestWatcher
-
starting
protected void starting(org.junit.runner.Description description)
- Overrides:
startingin classorg.junit.rules.TestWatcher
-
-