Class IgnoredClassRunner

  • All Implemented Interfaces:
    Describable

    public class IgnoredClassRunner
    extends Runner
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Class<?> clazz  
    • Constructor Summary

      Constructors 
      Constructor Description
      IgnoredClassRunner​(java.lang.Class<?> testClass)  
    • Field Detail

      • clazz

        private final java.lang.Class<?> clazz
    • 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