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 ResultTestClassWrapper.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) voidprotected voidTestClassWrapper.setResult(@Null Result newResult, @Null ITestRunManagers managers) protected voidTestClassWrapper.setResultWithoutTellingManagers(@Null Result newResult) voidITestRunManagers.testClassResult(@NotNull Result finalResult, Throwable finalException) Tells the managers about the final end-result of the test.voidTestRunManagers.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 Resultstatic ResultResult.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 Resultstatic Resultstatic Resultstatic Resultstatic ResultResult.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