Class JUnitPlatform

    • Field Detail

      • IMPLICIT_SUITE_ANNOTATIONS

        private static final java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> IMPLICIT_SUITE_ANNOTATIONS
        Deprecated.
      • testClass

        private final java.lang.Class<?> testClass
        Deprecated.
      • launcher

        private final Launcher launcher
        Deprecated.
    • Constructor Detail

      • JUnitPlatform

        public JUnitPlatform​(java.lang.Class<?> testClass)
        Deprecated.
      • JUnitPlatform

        JUnitPlatform​(java.lang.Class<?> testClass,
                      Launcher launcher)
        Deprecated.
    • Method Detail

      • getDescription

        public org.junit.runner.Description getDescription()
        Deprecated.
        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)
        Deprecated.
        Specified by:
        run in class org.junit.runner.Runner
      • isSuite

        private boolean isSuite()
        Deprecated.
      • filter

        public void filter​(org.junit.runner.manipulation.Filter filter)
                    throws org.junit.runner.manipulation.NoTestsRemainException
        Deprecated.
        Specified by:
        filter in interface org.junit.runner.manipulation.Filterable
        Throws:
        org.junit.runner.manipulation.NoTestsRemainException