Class BMUnit5SingleScriptHandler

  • 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 BMUnit5SingleScriptHandler
    extends BMUnit5AbstractHandler<BMScript>
    • Constructor Detail

      • BMUnit5SingleScriptHandler

        public BMUnit5SingleScriptHandler()
    • Method Detail

      • install

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

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

        protected static java.lang.String computeName​(java.lang.reflect.Method testMethod,
                                                      BMScript bmScript)