Uses of Interface
org.junit.jupiter.params.ParameterizedDeclarationContext
-
Packages that use ParameterizedDeclarationContext Package Description org.junit.jupiter.params JUnit Jupiter extension for parameterized tests. -
-
Uses of ParameterizedDeclarationContext in org.junit.jupiter.params
Classes in org.junit.jupiter.params with type parameters of type ParameterizedDeclarationContext Modifier and Type Class Description (package private) classParameterizedInvocationContext<T extends ParameterizedDeclarationContext<?>>Classes in org.junit.jupiter.params that implement ParameterizedDeclarationContext Modifier and Type Class Description (package private) classParameterizedClassContext(package private) classParameterizedTestContextEncapsulates access to the parameters of a parameterized test method and caches the converters and aggregators used to resolve them.Fields in org.junit.jupiter.params declared as ParameterizedDeclarationContext Modifier and Type Field Description private ParameterizedDeclarationContext<?>ArgumentCountValidator. declarationContextprotected TParameterizedInvocationContext. declarationContextMethods in org.junit.jupiter.params with parameters of type ParameterizedDeclarationContext Modifier and Type Method Description private static java.lang.StringParameterizedInvocationNameFormatter. argumentsWithNamesPattern(int length, ParameterizedDeclarationContext<?> declarationContext)private static java.util.List<ArgumentsSource>ParameterizedInvocationContextProvider. collectArgumentSources(ParameterizedDeclarationContext<?> declarationContext)(package private) static ParameterizedInvocationNameFormatterParameterizedInvocationNameFormatter. create(org.junit.jupiter.api.extension.ExtensionContext extensionContext, ParameterizedDeclarationContext<?> declarationContext)private ParameterizedInvocationNameFormatter.PartialFormattersParameterizedInvocationNameFormatter. createPartialFormatters(java.lang.String displayName, ParameterizedDeclarationContext<?> declarationContext, int argumentMaxLength)private ParameterizedInvocationNameFormatter.PartialFormatter[]ParameterizedInvocationNameFormatter. parse(java.lang.String pattern, java.lang.String displayName, ParameterizedDeclarationContext<?> declarationContext, int argumentMaxLength)protected java.util.stream.Stream<T>ParameterizedInvocationContextProvider. provideInvocationContexts(org.junit.jupiter.api.extension.ExtensionContext extensionContext, ParameterizedDeclarationContext<T> declarationContext)private static <T> voidParameterizedInvocationContextProvider. validateInvokedAtLeastOnce(long invocationCount, ParameterizedDeclarationContext<T> declarationContext)Constructors in org.junit.jupiter.params with parameters of type ParameterizedDeclarationContext Constructor Description ArgumentCountValidator(ParameterizedDeclarationContext<?> declarationContext, EvaluatedArgumentSet arguments)ParameterizedInvocationNameFormatter(java.lang.String pattern, java.lang.String displayName, ParameterizedDeclarationContext<?> declarationContext, int argumentMaxLength)
-