Uses of Class
dev.galasa.framework.spi.teststructure.TestStructure
Packages that use 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
Fields in dev.galasa.framework declared as TestStructureMethods in dev.galasa.framework that return TestStructureModifier and TypeMethodDescriptionprotected TestStructure
BaseTestRunner.createNewTestStructure
(IRun run) Constructors in dev.galasa.framework with parameters of type TestStructureModifierConstructorDescriptionTestClassWrapper
(TestRunner testRunner, String testBundle, Class<?> testClass, TestStructure testStructure) Constructor -
Uses of TestStructure in dev.galasa.framework.spi
Methods in dev.galasa.framework.spi that return TestStructureMethods in dev.galasa.framework.spi with parameters of type TestStructureModifier and TypeMethodDescriptionvoid
RunResult.setTestStructure
(TestStructure testStructure) void
IResultArchiveStore.updateTestStructure
(@NotNull TestStructure testStructure) Update the Test Structure object in the RASs with the current statusConstructors in dev.galasa.framework.spi with parameters of type TestStructureModifierConstructorDescriptionRunResult
(String runId, TestStructure testStructure, List<Artifact> artifacts) -
Uses of TestStructure in dev.galasa.framework.spi.language.gherkin
Constructors in dev.galasa.framework.spi.language.gherkin with parameters of type TestStructureModifierConstructorDescriptionGherkinTest
(IRun run, TestStructure testStructure) GherkinTest
(IRun run, TestStructure testStructure, IFileSystem fs) -
Uses of TestStructure in dev.galasa.framework.spi.ras
Methods in dev.galasa.framework.spi.ras with parameters of type TestStructureModifier and TypeMethodDescriptionboolean
IRasSearchCriteria.criteriaMatched
(@NotNull TestStructure testStructure) boolean
RasSearchCriteriaBundle.criteriaMatched
(@NotNull TestStructure structure) boolean
RasSearchCriteriaGroup.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
RasSearchCriteriaSubmissionId.criteriaMatched
(@NotNull TestStructure structure) boolean
RasSearchCriteriaTestName.criteriaMatched
(@NotNull TestStructure structure) -
Uses of TestStructure in dev.galasa.framework.spi.teststructure
Constructors in dev.galasa.framework.spi.teststructure with parameters of type TestStructure