Package org.citrusframework.annotations
Annotation Interface CitrusTest
Citrus test case annotation used in Java DSL test cases to execute several tests within one single
test builder class. Each method annotated with this annotation will result in a separate test execution.
- Since:
- 1.3.1
- Author:
- Christoph Deppisch
-
Optional Element Summary
Optional Elements
-
Element Details
-
name
String nameTest name optional - by default method name is used as test name- Default:
- ""
-