Uses of Class
dev.galasa.framework.spi.language.GalasaMethod
Packages that use GalasaMethod
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
- 
Uses of GalasaMethod in dev.galasa.framework
Methods in dev.galasa.framework with parameters of type GalasaMethodModifier 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) voidITestRunManagers.startOfTestMethod(@NotNull GalasaMethod galasaMethod) voidTestRunManagers.startOfTestMethod(@NotNull GalasaMethod galasaMethod)  - 
Uses of GalasaMethod in dev.galasa.framework.spi
Methods in dev.galasa.framework.spi with parameters of type GalasaMethodModifier 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 finishedvoidAbstractManager.startOfTestMethod(@NotNull GalasaMethod galasaMethod) voidIManager.startOfTestMethod(@NotNull GalasaMethod galasaMethod) Called when we are about to start the Test Method.