Class IgnoredClassRunner

  • All Implemented Interfaces:
    Describable

    public class IgnoredClassRunner
    extends Runner
    • Constructor Detail

      • IgnoredClassRunner

        public IgnoredClassRunner​(java.lang.Class<?> testClass)
    • Method Detail

      • run

        public void run​(RunNotifier notifier)
        Description copied from class: Runner
        Run the tests for this runner.
        Specified by:
        run in class Runner
        Parameters:
        notifier - will be notified of events while tests are being run--tests being started, finishing, and failing