Class ExamResultLogger
java.lang.Object
org.junit.rules.TestWatcher
org.codice.ddf.test.common.annotations.ExamResultLogger
- All Implemented Interfaces:
org.junit.rules.TestRule
public class ExamResultLogger
extends org.junit.rules.TestWatcher
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.junit.rules.TestWatcher
apply, finished, skipped, skipped, starting
-
Field Details
-
LOGGER
protected static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
ExamResultLogger
public ExamResultLogger()
-
-
Method Details
-
failed
- Overrides:
failedin classorg.junit.rules.TestWatcher
-
succeeded
protected void succeeded(org.junit.runner.Description description) - Overrides:
succeededin classorg.junit.rules.TestWatcher
-