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;

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