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