Class TestRegistryManager

    • Constructor Detail

      • TestRegistryManager

        public TestRegistryManager​(Class<?> type)
                            throws org.junit.runners.model.InitializationError
        Throws:
        org.junit.runners.model.InitializationError
    • Method Detail

      • findModuleDefFactories

        protected List<MethodfindModuleDefFactories​(Class<?> type)
                                               throws org.junit.runners.model.InitializationError
        Throws:
        org.junit.runners.model.InitializationError
      • validateModuleDefMethod

        protected void validateModuleDefMethod​(Method method)
                                        throws org.junit.runners.model.InitializationError
        Throws:
        org.junit.runners.model.InitializationError
      • afterTestMethod

        public void afterTestMethod()
        Notify that the current test method has completed
      • afterTestClass

        public void afterTestClass()
        Notify that the current test class has completed