Uses of Class
com.chutneytesting.execution.api.report.surefire.Testsuite.Testcase.Error
-
Packages that use Testsuite.Testcase.Error Package Description com.chutneytesting.execution.api.report.surefire -
-
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.Error Modifier and Type Field Description protected javax.xml.bind.JAXBElement<Testsuite.Testcase.Error>Testsuite.Testcase. errorMethods in com.chutneytesting.execution.api.report.surefire that return Testsuite.Testcase.Error Modifier and Type Method Description Testsuite.Testcase.ErrorObjectFactory. createTestsuiteTestcaseError()Create an instance ofTestsuite.Testcase.ErrorMethods in com.chutneytesting.execution.api.report.surefire that return types with arguments of type Testsuite.Testcase.Error Modifier and Type Method Description javax.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.Error Modifier and Type Method Description javax.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.Error Modifier and Type Method Description voidTestsuite.Testcase. setError(javax.xml.bind.JAXBElement<Testsuite.Testcase.Error> value)Sets the value of the error property.
-