Uses of Interface
org.junit.jupiter.api.extension.ExtensionContext.Store
Packages that use ExtensionContext.Store
Package
Description
JUnit Jupiter API for writing extensions.
Internal classes for test execution within the JUnit Jupiter test engine.
-
Uses of ExtensionContext.Store in org.junit.jupiter.api.extension
Methods in org.junit.jupiter.api.extension that return ExtensionContext.StoreModifier and TypeMethodDescriptionExtensionContext.getStore(ExtensionContext.Namespace namespace) Get theExtensionContext.Storefor the suppliedExtensionContext.Namespace.ExtensionContext.getStore(ExtensionContext.StoreScope scope, ExtensionContext.Namespace namespace) Returns the store for supplied scope and namespace. -
Uses of ExtensionContext.Store in org.junit.jupiter.engine.execution
Classes in org.junit.jupiter.engine.execution that implement ExtensionContext.Store