Uses of Interface
dev.galasa.framework.ITestRunManagers
Package
Description
Galasa Framework - Framework setup routines
-
Uses of ITestRunManagers in dev.galasa.framework
Modifier and TypeMethodDescriptionITestRunnerDataProvider.createTestRunManagers
(GalasaTest galasaTest) Modifier and TypeMethodDescriptionvoid
GenericMethodWrapper.invoke
(@NotNull ITestRunManagers managers, Object testClassObject, GenericMethodWrapper testMethod) Run the supplied methodvoid
TestMethodWrapper.invoke
(@NotNull ITestRunManagers managers, Object testClassObject, boolean continueOnTestFailure) void
TestClassWrapper.runTestMethods
(@NotNull ITestRunManagers managers, IDynamicStatusStoreService dss, String runName) Run the test methods in declared order together with @BeforeClass, @Before, @After and @AfterClass -
Uses of ITestRunManagers in dev.galasa.framework.spi.language.gherkin
Modifier and TypeMethodDescriptionvoid
GherkinMethod.invoke
(ITestRunManagers managers, Map<String, Object> testVariables) void
GherkinTest.runTestMethods
(ITestRunManagers managers)