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