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 Detail

      • getGroups

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

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