Annotation Type TestNameSuffix


  • @Retention(RUNTIME)
    public @interface TestNameSuffix
    Defines a system property to be used as part of the test name.
    It may be useful to add information related to the system or the machine itself, such as the OS.
    This will affect, for instance, the names of screenshots taken in case of test failure.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String property  
    • Element Detail