Uses of Class
fr.enedis.chutney.execution.api.report.surefire.Testsuite.Testcase.Skipped
Packages that use Testsuite.Testcase.Skipped
-
Uses of Testsuite.Testcase.Skipped in fr.enedis.chutney.execution.api.report.surefire
Fields in fr.enedis.chutney.execution.api.report.surefire with type parameters of type Testsuite.Testcase.SkippedModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement<Testsuite.Testcase.Skipped> Testsuite.Testcase.skippedMethods in fr.enedis.chutney.execution.api.report.surefire that return Testsuite.Testcase.SkippedModifier and TypeMethodDescriptionObjectFactory.createTestsuiteTestcaseSkipped()Create an instance ofTestsuite.Testcase.SkippedMethods in fr.enedis.chutney.execution.api.report.surefire that return types with arguments of type Testsuite.Testcase.SkippedModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<Testsuite.Testcase.Skipped> ObjectFactory.createTestsuiteTestcaseSkipped(Testsuite.Testcase.Skipped value) jakarta.xml.bind.JAXBElement<Testsuite.Testcase.Skipped> Testsuite.Testcase.getSkipped()Gets the value of the skipped property.Methods in fr.enedis.chutney.execution.api.report.surefire with parameters of type Testsuite.Testcase.SkippedModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<Testsuite.Testcase.Skipped> ObjectFactory.createTestsuiteTestcaseSkipped(Testsuite.Testcase.Skipped value) Method parameters in fr.enedis.chutney.execution.api.report.surefire with type arguments of type Testsuite.Testcase.SkippedModifier and TypeMethodDescriptionvoidTestsuite.Testcase.setSkipped(jakarta.xml.bind.JAXBElement<Testsuite.Testcase.Skipped> value) Sets the value of the skipped property.