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
    Modifier and Type
    Field
    Description
    protected static final org.slf4j.Logger
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    failed(Throwable e, org.junit.runner.Description description)
     
    protected void
    succeeded(org.junit.runner.Description description)
     

    Methods inherited from class org.junit.rules.TestWatcher

    apply, finished, skipped, skipped, starting

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • LOGGER

      protected static final org.slf4j.Logger LOGGER
  • Constructor Details

    • ExamResultLogger

      public ExamResultLogger()
  • Method Details

    • failed

      protected void failed(Throwable e, org.junit.runner.Description description)
      Overrides:
      failed in class org.junit.rules.TestWatcher
    • succeeded

      protected void succeeded(org.junit.runner.Description description)
      Overrides:
      succeeded in class org.junit.rules.TestWatcher