Uses of Class
com.consol.citrus.junit.CitrusFrameworkMethod
-
Packages that use CitrusFrameworkMethod Package Description com.consol.citrus.junit com.consol.citrus.junit.spring -
-
Uses of CitrusFrameworkMethod in com.consol.citrus.junit
Methods in com.consol.citrus.junit that return CitrusFrameworkMethod Modifier and Type Method Description CitrusFrameworkMethodCitrusFrameworkMethod. withError(RuntimeException error)Adds error to this framework method.Methods in com.consol.citrus.junit with parameters of type CitrusFrameworkMethod Modifier and Type Method Description static TestCaseRunnerJUnit4Helper. createTestRunner(CitrusFrameworkMethod frameworkMethod, Class<?> testClass, TestContext context)Creates new test runner instance for this test method.static voidJUnit4Helper. invokeTestMethod(Object target, CitrusFrameworkMethod frameworkMethod, TestContext context)Invokes test method based on designer or runner environment.static ObjectJUnit4ParameterHelper. resolveAnnotatedResource(CitrusFrameworkMethod frameworkMethod, Class<?> parameterType, TestContext context)Resolves value for annotated method parameter.static Object[]JUnit4ParameterHelper. resolveParameter(CitrusFrameworkMethod frameworkMethod, TestContext context)Resolves method arguments supporting TestNG data provider parameters as well asCitrusResourceannotated methods.voidCitrusFrameworkMethod.Runner. run(CitrusFrameworkMethod frameworkMethod)Reads Citrus test annotation from framework method and executes test case.voidJUnit4CitrusSupport. run(CitrusFrameworkMethod frameworkMethod) -
Uses of CitrusFrameworkMethod in com.consol.citrus.junit.spring
Methods in com.consol.citrus.junit.spring with parameters of type CitrusFrameworkMethod Modifier and Type Method Description voidJUnit4CitrusSpringSupport. run(CitrusFrameworkMethod frameworkMethod)
-