Uses of Annotation Type
org.junitpioneer.jupiter.resource.Shared
Packages that use Shared
Package
Description
This package contains various classes pertaining to "resources": anything that needs to be injected into
tests and which may need to be started up or torn down.
-
Uses of Shared in org.junitpioneer.jupiter.resource
Methods in org.junitpioneer.jupiter.resource that return types with arguments of type SharedMethods in org.junitpioneer.jupiter.resource with parameters of type SharedModifier and TypeMethodDescriptionprivate StringResourceExtension.factoryKey(Shared sharedAnnotation) private ReentrantLockResourceExtension.findLockForShared(Shared shared, org.junit.jupiter.api.extension.ExtensionContext.Store store) private booleanResourceExtension.hasAnnotation(Parameter parameter, Shared sharedAnnotation) private StringResourceExtension.keyOfFactoryKey(Shared sharedAnnotation) private voidResourceExtension.putNewLockForShared(Shared shared, org.junit.jupiter.api.extension.ExtensionContext.Store store) private ObjectResourceExtension.resolveShared(Shared sharedAnnotation, Parameter[] parameters, org.junit.jupiter.api.extension.ExtensionContext.Store scopedStore, org.junit.jupiter.api.extension.ExtensionContext.Store rootStore) private StringResourceExtension.resourceKey(Shared sharedAnnotation) private StringResourceExtension.resourceLockKey(Shared sharedAnnotation) private StringResourceExtension.sharedAnnotationKey(Shared sharedAnnotation) private voidResourceExtension.throwIfHasAnnotationWithSameNameButDifferentScope(org.junit.jupiter.api.extension.ExtensionContext.Store rootStore, Shared sharedAnnotation) private voidResourceExtension.throwIfHasAnnotationWithSameNameButDifferentType(org.junit.jupiter.api.extension.ExtensionContext.Store scopedStore, Shared sharedAnnotation) private voidResourceExtension.throwIfMultipleParametersHaveExactAnnotation(Parameter[] parameters, Shared sharedAnnotation) Method parameters in org.junitpioneer.jupiter.resource with type arguments of type SharedModifier and TypeMethodDescriptionprivate List<ReentrantLock> ResourceExtension.sortedLocksForSharedResources(Collection<Shared> sharedAnnotations, org.junit.jupiter.api.extension.ExtensionContext extensionContext)