Class TestRegistryManager

    • Constructor Summary

      Constructors 
      Constructor Description
      <?> type)  
    • Constructor Detail

      • TestRegistryManager

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

      • findModuleDefFactories

        protected <> <?> type)
                                               throws org.junit.runners.model.InitializationError
        Throws:
        org.junit.runners.model.InitializationError
      • validateModuleDefMethod

        protected void  method)
                                        throws org.junit.runners.model.InitializationError
        Throws:
        org.junit.runners.model.InitializationError
      • getOrCreateRegistry

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

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

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