Uses of Package
com.github.robtimus.junit.support.extension
-
Packages that use com.github.robtimus.junit.support.extension Package Description com.github.robtimus.junit.support.extension Provides interfaces and classes for helping create JUnit extensions. -
Classes in com.github.robtimus.junit.support.extension used by com.github.robtimus.junit.support.extension Class Description AutoCloseableResource An interface that extends bothAutoCloseable
andExtensionContext.Store.CloseableResource
, allowing implementations to be used withExtensionContext.Store
with JUnit 5.13 but also before.AutoCloseableResource.Wrapper A wrapper that allows any object type to be used asAutoCloseable
and/orExtensionContext.Store.CloseableResource
.InjectingExtension An abstract base class for JUnit extensions that can inject values in fields and/or parameters.InjectionTarget A representation of an injection target.MethodLookup A class to help find methods based on annotations or other method references.MethodLookup.Result The result of finding a method.