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