Class TestRegistryManager

    • Constructor Detail

      • TestRegistryManager

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

      • findModuleDefFactories

        protected java.util.List<java.lang.reflect.Method> findModuleDefFactories​(java.lang.Class<?> type)
                                                                           throws org.junit.runners.model.InitializationError
        Throws:
        org.junit.runners.model.InitializationError
      • validateModuleDefMethod

        protected void validateModuleDefMethod​(java.lang.reflect.Method method)
                                        throws org.junit.runners.model.InitializationError
        Throws:
        org.junit.runners.model.InitializationError
      • getOrCreateRegistry

        public Registry getOrCreateRegistry()
                                     throws java.lang.Exception
        Get the existing registry or create one if required.
        Returns:
        The test Registry
        Throws:
        java.lang.Exception
      • afterTestMethod

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

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