Interface ExtensionContext

All Known Subinterfaces:
ExtensionContextInternal

@API(status=STABLE, since="5.0") public interface ExtensionContext
ExtensionContext encapsulates the context in which the current test or container is being executed.

Extensions are provided an instance of ExtensionContext to perform their work.

This interface is not intended to be implemented by clients.

Since:
5.0
See Also: