Uses of Class
dev.galasa.framework.spi.Result
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
-
Uses of Result in dev.galasa.framework
Modifier 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()
Modifier 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
Modifier 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()
Modifier 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