Annotation Type CitrusXmlTest


  • @Deprecated
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface CitrusXmlTest
    Deprecated.
    in favor of using generic CitrusTestSource annotation
    Citrus test case annotation used for XML test case definition inside a unit test 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
      Deprecated.
      Test name optional - by default method name is used as test name
      String packageName
      Deprecated.
      Test package name optional - by default package of declaring test class is used
      String[] packageScan
      Deprecated.
      Test packages to scan for XML test case definitions
      String[] sources
      Deprecated.
      Test sources optional list of file resources to load
    • Element Detail

      • name

        String[] name
        Deprecated.
        Test name optional - by default method name is used as test name
        Default:
        {}
      • packageName

        String packageName
        Deprecated.
        Test package name optional - by default package of declaring test class is used
        Default:
        ""
      • packageScan

        String[] packageScan
        Deprecated.
        Test packages to scan for XML test case definitions
        Default:
        {}
      • sources

        String[] sources
        Deprecated.
        Test sources optional list of file resources to load
        Default:
        {}