public interface CustomExtension
EachCallbackWrapper or AllCallbackWrapper.
before method will be called in beforeEach or beforeAll. after
will be called in afterEach or afterAll.
Usage example:
{@code
public class Test{
CustomExtension eachCustom = new CustomExtensionImpl1();
CustomExtension allCustom = new CustomExtensionImpl2();Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.