Uses of Class
dev.galasa.framework.spi.Result
Packages that use Result
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
-
Uses of Result in dev.galasa.framework
Methods in dev.galasa.framework that return ResultModifier and TypeMethodDescriptionITestRunManagers.anyReasonTestMethodShouldBeIgnored
(@NotNull GalasaMethod galasaMethod) TestRunManagers.anyReasonTestMethodShouldBeIgnored
(@NotNull GalasaMethod galasaMethod) ITestRunManagers.endOfTestClass
(@NotNull Result result, Throwable currentException) TestRunManagers.endOfTestClass
(@NotNull Result result, Throwable currentException) ITestRunManagers.endOfTestMethod
(@NotNull GalasaMethod galasaMethod, @NotNull Result currentResult, Throwable currentException) TestRunManagers.endOfTestMethod
(@NotNull GalasaMethod galasaMethod, @NotNull Result currentResult, Throwable currentException) GenericMethodWrapper.getResult()
protected Result
TestClassWrapper.getResult()
TestMethodWrapper.getResult()
Methods in dev.galasa.framework with parameters of type ResultModifier and TypeMethodDescriptionITestRunManagers.endOfTestClass
(@NotNull Result result, Throwable currentException) TestRunManagers.endOfTestClass
(@NotNull Result result, Throwable currentException) ITestRunManagers.endOfTestMethod
(@NotNull GalasaMethod galasaMethod, @NotNull Result currentResult, Throwable currentException) TestRunManagers.endOfTestMethod
(@NotNull GalasaMethod galasaMethod, @NotNull Result currentResult, Throwable currentException) protected void
void
ITestRunManagers.testClassResult
(@NotNull Result finalResult, Throwable finalException) void
TestRunManagers.testClassResult
(@NotNull Result finalResult, Throwable finalException) -
Uses of Result in dev.galasa.framework.spi
Methods in dev.galasa.framework.spi that return ResultModifier and TypeMethodDescriptionstatic Result
static Result
Result.custom
(String name, boolean passed, boolean failed, boolean defects, boolean ignored, boolean environment, boolean resources, boolean fullStop, String reason) AbstractManager.endOfTestClass
(@NotNull Result currentResult, Throwable currentException) IManager.endOfTestClass
(@NotNull Result currentResult, Throwable currentException) Called when the Test Class has finishedAbstractManager.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 finishedstatic Result
static Result
static Result
static Result
static Result
Result.passed()
Methods in dev.galasa.framework.spi with parameters of type ResultModifier and TypeMethodDescriptionAbstractManager.endOfTestClass
(@NotNull Result currentResult, Throwable currentException) IManager.endOfTestClass
(@NotNull Result currentResult, Throwable currentException) Called when the Test Class has finishedAbstractManager.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 finished -
Uses of Result in dev.galasa.framework.spi.language.gherkin
Methods in dev.galasa.framework.spi.language.gherkin that return ResultMethods in dev.galasa.framework.spi.language.gherkin with parameters of type Result