Interface AfterSuite

All Superinterfaces:
TestAction, TestActionContainer

public interface AfterSuite extends TestActionContainer
Author:
Christoph Deppisch
  • Method Details

    • shouldExecute

      boolean shouldExecute(String suiteName, String[] includedGroups)
      Checks if this suite actions should execute according to suite name and included test groups.
      Parameters:
      suiteName -
      includedGroups -
      Returns: