core/src/main/java/org/apache/sling/testing/mock/osgi/context/ContextPlugins.java [95:109]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                item.execute(context);
            }
            @Override
            public String toString() {
                return item.toString();
            }
        });
    }

    /**
     * Add callback
     * @param afterSetUpCallback Allows the application to register an own callback function that is called after the built-in setup rules are executed.
     */
    @SuppressWarnings("null")
    @SafeVarargs
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



core/src/main/java/org/apache/sling/testing/mock/osgi/context/ContextPlugins.java [146:160]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                item.execute(context);
            }
            @Override
            public String toString() {
                return item.toString();
            }
        });
    }

    /**
     * Add callback
     * @param afterTearDownCallback Allows the application to register an own callback function that is after before the built-in teardown rules are executed.
     */
    @SuppressWarnings("null")
    @SafeVarargs
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



