The call sequence diagrams show the order in which actions are performed when you run the specified method. The background color or each action indicates the method type.
White background — Sealed method
Green background — User-implemented method
White and green background — Sealed method that calls a user-implemented method
This hierarchy shows the actions performed when you call the setup
method.
This hierarchy shows the actions performed when you call the step
method.