Class BMUnit5SingleRuleHandler

  • All Implemented Interfaces:
    org.junit.jupiter.api.extension.AfterAllCallback, org.junit.jupiter.api.extension.AfterEachCallback, org.junit.jupiter.api.extension.BeforeAllCallback, org.junit.jupiter.api.extension.BeforeEachCallback, org.junit.jupiter.api.extension.Extension

    public class BMUnit5SingleRuleHandler
    extends BMUnit5AbstractHandler<BMRule>
    • Constructor Detail

      • BMUnit5SingleRuleHandler

        public BMUnit5SingleRuleHandler()
    • Method Detail

      • install

        protected void install​(java.lang.Class<?> testClass,
                               java.lang.reflect.Method testMethod,
                               BMRule bmRule)
                        throws java.lang.Exception
        Specified by:
        install in class BMUnit5AbstractHandler<BMRule>
        Throws:
        java.lang.Exception
      • uninstall

        protected void uninstall​(java.lang.Class<?> testClass,
                                 java.lang.reflect.Method testMethod,
                                 BMRule bmRule)
                          throws java.lang.Exception
        Specified by:
        uninstall in class BMUnit5AbstractHandler<BMRule>
        Throws:
        java.lang.Exception