Skip to content

Documentation: Make clear that beforeeach and aftereach are not called in a child suite #958

Description

@pesse

Describe the bug
Make clear that --%beforeeach and --%aftereach defined in a parent suite are not called in the child suite(s)

They can, however, be referenced like that:

create or replace package child_suite as
  --%suite
  --%suitepath(parent_suite)

  --%beforeeach(parent_suite.public_beforeeach_procedure)

  --%test
  procedure test;
end;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions