Annotation Type SkipTest


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface SkipTest
    Annotation allowing TestNG to skip test for a specific connector
    Author:
    Bruno Semperlotti
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String connector
      A regex identifying the targeted HTTP connector name
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String description
      A message describing the reason of test skip (optional)
      int issue
      The GitHub issue identifier (optional)
      • issue

        int issue
        The GitHub issue identifier (optional)
        Default:
        -1
      • description

        String description
        A message describing the reason of test skip (optional)
        Default:
        ""