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 TestStructureBaseTestRunner.createNewTestStructure(IRun run) Create a new test structure, and populate it with as much information as we can from the DSS.RunImpl.toTestStructure()Create a new test structure, and populate it with as much information as we can from the run.Constructors in dev.galasa.framework with parameters of type TestStructureModifierConstructorDescriptionTestClassWrapper(String testBundle, Class<?> testClass, TestStructure testStructure, boolean isContinueOnTestFailureFromCPS, IResultArchiveStore ras, dev.galasa.framework.internal.runner.InterruptedMonitor interruptedMonitor) ConstructorTestClassWrapper(String testBundle, Class<?> testClass, TestStructure testStructure, boolean isContinueOnTestFailureFromCPS, IResultArchiveStore ras, dev.galasa.framework.internal.runner.InterruptedMonitor interruptedMonitor, org.apache.commons.logging.Log logger)  - 
Uses of TestStructure in dev.galasa.framework.spi
Methods in dev.galasa.framework.spi that return TestStructureModifier and TypeMethodDescriptionIRunResult.getTestStructure()RunResult.getTestStructure()IRun.toTestStructure()Methods in dev.galasa.framework.spi with parameters of type TestStructureModifier and TypeMethodDescriptionvoidIResultArchiveStore.createTestStructure(@NotNull String runId, @NotNull TestStructure testStructure) Creates a new RAS record for a run with the given ID and test structurevoidRunResult.setTestStructure(TestStructure testStructure) voidIResultArchiveStore.updateTestStructure(@NotNull TestStructure testStructure) Update the Test Structure object in the RASs with the current statusvoidIResultArchiveStore.updateTestStructure(@NotNull String runId, @NotNull TestStructure testStructure) Update the test structure of a run with the given run IDConstructors 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 TypeMethodDescriptionbooleanIRasSearchCriteria.criteriaMatched(@NotNull TestStructure testStructure) booleanRasSearchCriteriaBundle.criteriaMatched(@NotNull TestStructure structure) booleanRasSearchCriteriaGroup.criteriaMatched(@NotNull TestStructure structure) booleanRasSearchCriteriaQueuedFrom.criteriaMatched(@NotNull TestStructure structure) booleanRasSearchCriteriaQueuedTo.criteriaMatched(@NotNull TestStructure structure) booleanRasSearchCriteriaRequestor.criteriaMatched(@NotNull TestStructure structure) booleanRasSearchCriteriaResult.criteriaMatched(@NotNull TestStructure structure) booleanRasSearchCriteriaRunName.criteriaMatched(@NotNull TestStructure structure) booleanRasSearchCriteriaStatus.criteriaMatched(@NotNull TestStructure structure) booleanRasSearchCriteriaSubmissionId.criteriaMatched(@NotNull TestStructure structure) booleanRasSearchCriteriaTags.criteriaMatched(@NotNull TestStructure structure) booleanRasSearchCriteriaTestName.criteriaMatched(@NotNull TestStructure structure)  - 
Uses of TestStructure in dev.galasa.framework.spi.teststructure
Constructors in dev.galasa.framework.spi.teststructure with parameters of type TestStructureModifierConstructorDescriptionTestStructure(TestStructure source) Deep clone the source Test stucture.