Uses of Interface
dev.galasa.framework.spi.IResultArchiveStore
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
-
Uses of IResultArchiveStore in dev.galasa.framework
Modifier and TypeMethodDescriptionITestRunnerDataProvider.getRAS()
@NotNull IResultArchiveStore
Framework.getResultArchiveStore()
Modifier and TypeMethodDescriptionprotected void
BaseTestRunner.saveAllOverridesPassedToArtifact
(Properties overrides, IFileSystem fileSystem, IResultArchiveStore ras) protected void
BaseTestRunner.saveUsedCPSPropertiesToArtifact
(Properties props, IFileSystem fileSystem, IResultArchiveStore ras) -
Uses of IResultArchiveStore in dev.galasa.framework.spi
Modifier and TypeInterfaceDescriptioninterface
Used by the Galasa Framework to initialise the various Result Archive Stores that may exist within the OSGi instance.Modifier and TypeMethodDescription@NotNull IResultArchiveStore
IFramework.getResultArchiveStore()
Retrieve the Result Archive Store from the framework.