Uses of Class
fr.enedis.chutney.execution.api.report.surefire.Testsuite.Testcase.Error
Packages that use Testsuite.Testcase.Error
-
Uses of Testsuite.Testcase.Error in fr.enedis.chutney.execution.api.report.surefire
Fields in fr.enedis.chutney.execution.api.report.surefire with type parameters of type Testsuite.Testcase.ErrorModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement<Testsuite.Testcase.Error> Testsuite.Testcase.errorMethods in fr.enedis.chutney.execution.api.report.surefire that return Testsuite.Testcase.ErrorModifier and TypeMethodDescriptionObjectFactory.createTestsuiteTestcaseError()Create an instance ofTestsuite.Testcase.ErrorMethods in fr.enedis.chutney.execution.api.report.surefire that return types with arguments of type Testsuite.Testcase.ErrorModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<Testsuite.Testcase.Error> ObjectFactory.createTestsuiteTestcaseError(Testsuite.Testcase.Error value) jakarta.xml.bind.JAXBElement<Testsuite.Testcase.Error> Testsuite.Testcase.getError()Gets the value of the error property.Methods in fr.enedis.chutney.execution.api.report.surefire with parameters of type Testsuite.Testcase.ErrorModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<Testsuite.Testcase.Error> ObjectFactory.createTestsuiteTestcaseError(Testsuite.Testcase.Error value) Method parameters in fr.enedis.chutney.execution.api.report.surefire with type arguments of type Testsuite.Testcase.ErrorModifier and TypeMethodDescriptionvoidTestsuite.Testcase.setError(jakarta.xml.bind.JAXBElement<Testsuite.Testcase.Error> value) Sets the value of the error property.