Uses of Class
dev.galasa.framework.spi.teststructure.TestStructure
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
Galasa Framework - FileSystem classes for creating new Result Archive Stores
Galasa Framework - SPI - Pojos to represent the structure of the Test Class
-
Uses of TestStructure in dev.galasa.framework
Modifier and TypeMethodDescriptionprotected TestStructure
BaseTestRunner.createNewTestStructure
(IRun run) ModifierConstructorDescriptionTestClassWrapper
(TestRunner testRunner, String testBundle, Class<?> testClass, TestStructure testStructure) Constructor -
Uses of TestStructure in dev.galasa.framework.spi
Modifier and TypeMethodDescriptionvoid
RunResult.setTestStructure
(TestStructure testStructure) void
IResultArchiveStore.updateTestStructure
(@NotNull TestStructure testStructure) Update the Test Structure object in the RASs with the current statusModifierConstructorDescriptionRunResult
(String runId, TestStructure testStructure, List<Artifact> artifacts) -
Uses of TestStructure in dev.galasa.framework.spi.language.gherkin
ModifierConstructorDescriptionGherkinTest
(IRun run, TestStructure testStructure) GherkinTest
(IRun run, TestStructure testStructure, IFileSystem fs) -
Uses of TestStructure in dev.galasa.framework.spi.ras
Modifier and TypeMethodDescriptionboolean
IRasSearchCriteria.criteriaMatched
(@NotNull TestStructure testStructure) boolean
RasSearchCriteriaBundle.criteriaMatched
(@NotNull TestStructure structure) boolean
RasSearchCriteriaQueuedFrom.criteriaMatched
(@NotNull TestStructure structure) boolean
RasSearchCriteriaQueuedTo.criteriaMatched
(@NotNull TestStructure structure) boolean
RasSearchCriteriaRequestor.criteriaMatched
(@NotNull TestStructure structure) boolean
RasSearchCriteriaResult.criteriaMatched
(@NotNull TestStructure structure) boolean
RasSearchCriteriaRunName.criteriaMatched
(@NotNull TestStructure structure) boolean
RasSearchCriteriaStatus.criteriaMatched
(@NotNull TestStructure structure) boolean
RasSearchCriteriaTestName.criteriaMatched
(@NotNull TestStructure structure) -
Uses of TestStructure in dev.galasa.framework.spi.teststructure