Interface TestGroupAware


public interface TestGroupAware
Interface marks test case to support group bindings. These are used to enable/disable tests based on group settings.
Author:
Christoph Deppisch
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the groups.
    void
    setGroups(String[] groups)
    Sets the test groups.
  • Method Details

    • getGroups

      String[] getGroups()
      Gets the groups.
      Returns:
    • setGroups

      void setGroups(String[] groups)
      Sets the test groups.
      Parameters:
      groups -