Interface TestRule

    • Method Detail

      • apply

        Statement apply​(Statement base,
                        Description description)
        Modifies the method-running Statement to implement this test-running rule.
        Parameters:
        base - The Statement to be modified
        description - A Description of the test implemented in base
        Returns:
        a new statement, which may be the same as base, a wrapper around base, or a completely new Statement.