Annotation Type TestNameFilter


  • public @interface TestNameFilter
    Filter Test Set by Test Name.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String contains
      Select a test which name should contain specified String.
      java.lang.String endsWith
      Select a test which name ends with specified String.
      java.lang.String startsWith
      Select a test which name starts with specified String.
    • Element Detail

      • startsWith

        java.lang.String startsWith
        Select a test which name starts with specified String.
        Returns:
        required prefix
        Default:
        ""
      • endsWith

        java.lang.String endsWith
        Select a test which name ends with specified String.
        Returns:
        required postfix
        Default:
        ""
      • contains

        java.lang.String contains
        Select a test which name should contain specified String.
        Returns:
        required contents
        Default:
        ""