Annotation Type CitrusTest


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @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 
      Modifier and Type Optional Element Description
      String name
      Test name optional - by default method name is used as test name
    • Element Detail

      • name

        String name
        Test name optional - by default method name is used as test name
        Default:
        ""