Uses of Class
org.junitpioneer.jupiter.resource.Shared
-
Packages that use Shared Package Description org.junitpioneer.jupiter.resource 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 Shared Modifier and Type Method Description private java.util.List<Shared>ResourceExtension. findShared(java.lang.reflect.Executable executable)Methods in org.junitpioneer.jupiter.resource with parameters of type Shared Modifier and Type Method Description private java.lang.StringResourceExtension. factoryKey(Shared sharedAnnotation)private java.util.concurrent.locks.ReentrantLockResourceExtension. findLockForShared(Shared shared, org.junit.jupiter.api.extension.ExtensionContext.Store store)private booleanResourceExtension. hasAnnotation(java.lang.reflect.Parameter parameter, Shared sharedAnnotation)private java.lang.StringResourceExtension. keyOfFactoryKey(Shared sharedAnnotation)private voidResourceExtension. putNewLockForShared(Shared shared, org.junit.jupiter.api.extension.ExtensionContext.Store store)private java.lang.ObjectResourceExtension. resolveShared(Shared sharedAnnotation, java.lang.reflect.Parameter[] parameters, org.junit.jupiter.api.extension.ExtensionContext.Store scopedStore, org.junit.jupiter.api.extension.ExtensionContext.Store rootStore)private java.lang.StringResourceExtension. resourceKey(Shared sharedAnnotation)private java.lang.StringResourceExtension. resourceLockKey(Shared sharedAnnotation)private java.lang.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(java.lang.reflect.Parameter[] parameters, Shared sharedAnnotation)Method parameters in org.junitpioneer.jupiter.resource with type arguments of type Shared Modifier and Type Method Description private java.util.List<java.util.concurrent.locks.ReentrantLock>ResourceExtension. sortedLocksForSharedResources(java.util.Collection<Shared> sharedAnnotations, org.junit.jupiter.api.extension.ExtensionContext extensionContext)
-