Uses of Class
dev.galasa.framework.spi.language.GalasaMethod
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
-
Uses of GalasaMethod in dev.galasa.framework
Modifier and TypeMethodDescriptionITestRunManagers.anyReasonTestMethodShouldBeIgnored
(@NotNull GalasaMethod galasaMethod) TestRunManagers.anyReasonTestMethodShouldBeIgnored
(@NotNull GalasaMethod galasaMethod) ITestRunManagers.endOfTestMethod
(@NotNull GalasaMethod galasaMethod, @NotNull Result currentResult, Throwable currentException) TestRunManagers.endOfTestMethod
(@NotNull GalasaMethod galasaMethod, @NotNull Result currentResult, Throwable currentException) void
ITestRunManagers.startOfTestMethod
(@NotNull GalasaMethod galasaMethod) void
TestRunManagers.startOfTestMethod
(@NotNull GalasaMethod galasaMethod) -
Uses of GalasaMethod in dev.galasa.framework.spi
Modifier and TypeMethodDescriptionAbstractManager.anyReasonTestMethodShouldBeIgnored
(@NotNull GalasaMethod galasaMethod) IManager.anyReasonTestMethodShouldBeIgnored
(@NotNull GalasaMethod galasaMethod) Should the Test Method be run at all? Used to set the Test Method to Ignored.AbstractManager.endOfTestMethod
(@NotNull GalasaMethod galasaMethod, @NotNull Result currentResult, Throwable currentException) IManager.endOfTestMethod
(@NotNull GalasaMethod galasaMethod, @NotNull Result currentResult, Throwable currentException) Called when the Test Method has finishedvoid
AbstractManager.startOfTestMethod
(@NotNull GalasaMethod galasaMethod) void
IManager.startOfTestMethod
(@NotNull GalasaMethod galasaMethod) Called when we are about to start the Test Method.