Uses of Interface
com.consol.citrus.container.AfterTest
-
Packages that use AfterTest Package Description com.consol.citrus.context -
-
Uses of AfterTest in com.consol.citrus.context
Methods in com.consol.citrus.context that return types with arguments of type AfterTest Modifier and Type Method Description List<AfterTest>TestContext. getAfterTest()Obtains the afterTest.Method parameters in com.consol.citrus.context with type arguments of type AfterTest Modifier and Type Method Description voidTestContext. setAfterTest(List<AfterTest> afterTest)Specifies the afterTest.
-