Uses of Interface
dev.galasa.framework.IResult
Packages that use IResult
Package
Description
Galasa Core Manager
Galasa Framework - Framework setup routines
Galasa Framework - SPI
- 
Uses of IResult in dev.galasa.core.manager
Methods in dev.galasa.core.manager that return IResult - 
Uses of IResult in dev.galasa.framework
Methods in dev.galasa.framework with parameters of type IResultModifier and TypeMethodDescriptiondefault voidITestRunManagers.setResultSoFar(IResult newResult) The result has changed, it could change again.voidTestRunManagers.setResultSoFar(IResult newResult)  - 
Uses of IResult in dev.galasa.framework.spi
Classes in dev.galasa.framework.spi that implement IResultMethods in dev.galasa.framework.spi with parameters of type IResultModifier and TypeMethodDescriptiondefault voidIManager.setResultSoFar(IResult newResult) The result has changed, it could change again.