Uses of Class
org.qubership.atp.mia.model.impl.testdata.parsed.Description
Packages that use Description
Package
Description
-
Uses of Description in org.qubership.atp.mia.model.impl.testdata.parsed
Methods in org.qubership.atp.mia.model.impl.testdata.parsed with parameters of type DescriptionModifier and TypeMethodDescriptionvoidScenario.addDescription(Description description) Add description. -
Uses of Description in org.qubership.atp.mia.repo.impl
Methods in org.qubership.atp.mia.repo.impl with parameters of type DescriptionModifier and TypeMethodDescriptionvoidTestDataRepository.generateEventDescription(Command command, LinkedList<Template> templates, Scenario sceMain, Description descrM, Description descrS) Generate event for description.TestDataRepository.getParametersFromDescriptions(Description descrM, Description descrS) Get parameters from descriptions.voidTestDataRepository.validateDescription(Scenario sceMain, Description descrM, Description descrS, String system) Validate description.