Class ComponentTestRunner

java.lang.Object
org.junit.runner.Runner
org.ops4j.pax.exam.junit.PaxExam
org.codice.ddf.test.common.ComponentTestRunner
All Implemented Interfaces:
org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable

public class ComponentTestRunner extends org.ops4j.pax.exam.junit.PaxExam
JUnit test runner that dumps extra debug information to the console when a Pax Exam test container fails to start.
  • Constructor Summary

    Constructors
    Constructor
    Description
    ComponentTestRunner(Class<?> testClass)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(org.junit.runner.notification.RunNotifier notifier)
     

    Methods inherited from class org.ops4j.pax.exam.junit.PaxExam

    filter, getDescription, sort

    Methods inherited from class org.junit.runner.Runner

    testCount

    Methods inherited from class java.lang.Object

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

    • ComponentTestRunner

      public ComponentTestRunner(Class<?> testClass) throws org.junit.runners.model.InitializationError
      Throws:
      org.junit.runners.model.InitializationError
  • Method Details

    • run

      public void run(org.junit.runner.notification.RunNotifier notifier)
      Overrides:
      run in class org.ops4j.pax.exam.junit.PaxExam