Class PathRunner

    • Constructor Detail

      • PathRunner

        public PathRunner​(Class<?> testClass)
                   throws org.junit.runners.model.InitializationError
        Constructs a new Path-based Decima JUnit test runner.
        Parameters:
        testClass - a class instance used to retrieve annotations
        Throws:
        org.junit.runners.model.InitializationError - if an error occurred setting up the referenced unit tests
    • Method Detail

      • getResultDirectory

        public File getResultDirectory()
      • getDescription

        public org.junit.runner.Description getDescription()
        Specified by:
        getDescription in interface org.junit.runner.Describable
        Specified by:
        getDescription in class org.junit.runner.Runner
      • run

        public void run​(org.junit.runner.notification.RunNotifier notifier)
        Specified by:
        run in class org.junit.runner.Runner