Package com.consol.citrus.junit
Interface CitrusFrameworkMethod.Runner
-
- All Known Implementing Classes:
JUnit4CitrusSpringSupport,JUnit4CitrusSupport
- Enclosing class:
- CitrusFrameworkMethod
public static interface CitrusFrameworkMethod.Runner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun(CitrusFrameworkMethod frameworkMethod)Reads Citrus test annotation from framework method and executes test case.
-
-
-
Method Detail
-
run
void run(CitrusFrameworkMethod frameworkMethod)
Reads Citrus test annotation from framework method and executes test case.- Parameters:
frameworkMethod-
-
-