Uses of Interface
dev.galasa.framework.ITestRunManagers
Packages that use ITestRunManagers
Package
Description
Galasa Framework - Framework setup routines
-
Uses of ITestRunManagers in dev.galasa.framework
Classes in dev.galasa.framework that implement ITestRunManagersMethods in dev.galasa.framework that return ITestRunManagersModifier and TypeMethodDescriptionITestRunnerDataProvider.createTestRunManagers
(GalasaTest galasaTest) Methods in dev.galasa.framework with parameters of type ITestRunManagersModifier and TypeMethodDescriptionprotected void
TestClassWrapper.addTestMethodResult
(ITestMethodResult testMethodResult, ITestRunManagers managers) void
GenericMethodWrapper.invoke
(@NotNull ITestRunManagers managers, Object testClassObject, GenericMethodWrapper testMethod, TestClassWrapper testClassWrapper) Run the supplied methodvoid
TestMethodWrapper.invoke
(@NotNull ITestRunManagers managers, Object testClassObject, boolean continueOnTestFailure, TestClassWrapper testClassWrapper) protected void
TestClassWrapper.runAfterClassMethods
(@NotNull ITestRunManagers managers) protected void
TestMethodWrapper.runAfterMethods
(ITestRunManagers managers, Object testClassObject, TestClassWrapper testClassWrapper) protected void
TestClassWrapper.runBeforeClassMethods
(@NotNull ITestRunManagers managers) protected void
TestMethodWrapper.runBeforeMethods
(ITestRunManagers managers, Object testClassObject, TestClassWrapper testClassWrapper) protected void
TestClassWrapper.runGenericMethods
(@NotNull ITestRunManagers managers, ArrayList<GenericMethodWrapper> genericMethods) Run generic methods.void
TestClassWrapper.runMethods
(@NotNull ITestRunManagers managers, IDynamicStatusStoreService dss, String runName) Run the test methods in declared order together with @BeforeClass, @Before, @After and @AfterClassprotected void
TestMethodWrapper.runTestMethod
(ITestRunManagers managers, Object testClassObject, TestClassWrapper testClassWrapper, boolean continueOnTestFailure) protected void
TestClassWrapper.runTestMethods
(@NotNull ITestRunManagers managers, IDynamicStatusStoreService dss, String runName) Run the test methods.protected void
TestClassWrapper.setResult
(@Null Result newResult, @Null ITestRunManagers managers) -
Uses of ITestRunManagers in dev.galasa.framework.spi.language.gherkin
Methods in dev.galasa.framework.spi.language.gherkin with parameters of type ITestRunManagersModifier and TypeMethodDescriptionvoid
GherkinMethod.invoke
(ITestRunManagers managers, Map<String, Object> testVariables) void
GherkinTest.runTestMethods
(ITestRunManagers managers, boolean isContinueOnTestFailure)