Skip navigation links
A B C D G H I L P R S T 

A

afterTestExecution(ExtensionContext) - Method in class io.github.artsok.extension.ParameterizedRepeatedExtension
 
afterTestExecution(ExtensionContext) - Method in class io.github.artsok.extension.RepeatIfExceptionsExtension
Check if exceptions that will appear in test same as we wait
arguments(ArgumentsProvider, ExtensionContext) - Static method in class io.github.artsok.extension.ParameterizedRepeatedExtension
 
ARGUMENTS_PLACEHOLDER - Static variable in annotation type io.github.artsok.ParameterizedRepeatedIfExceptionsTest
Placeholder for the complete, comma-separated arguments list of the current invocation of a @ParameterizedTest method: {arguments}

B

beforeTestExecution(ExtensionContext) - Method in class io.github.artsok.extension.ParameterizedRepeatedExtension
 
beforeTestExecution(ExtensionContext) - Method in class io.github.artsok.extension.RepeatIfExceptionsExtension
 

C

CURRENT_REPETITION_PLACEHOLDER - Static variable in annotation type io.github.artsok.ParameterizedRepeatedIfExceptionsTest
Placeholder for the current repetition count of a @RepeatedTest method: {currentRepetition}
CURRENT_REPETITION_PLACEHOLDER - Static variable in annotation type io.github.artsok.RepeatedIfExceptionsTest
Placeholder for the current repetition count of a @RepeatedTest method: {currentRepetition}

D

DEFAULT_DISPLAY_NAME - Static variable in annotation type io.github.artsok.ParameterizedRepeatedIfExceptionsTest
Default display name pattern for the current invocation of a @ParameterizedTest method: "[{index}] {arguments}"
DISPLAY_NAME_PLACEHOLDER - Static variable in annotation type io.github.artsok.ParameterizedRepeatedIfExceptionsTest
Placeholder for the display name of a @ParameterizedTest method: {displayName}
DISPLAY_NAME_PLACEHOLDER - Static variable in annotation type io.github.artsok.RepeatedIfExceptionsTest
Placeholder for the display name of a @RepeatedTest method: {displayName}

G

getAdditionalExtensions() - Method in class io.github.artsok.internal.ParameterizedTestInvocationContext
 
getAdditionalExtensions() - Method in class io.github.artsok.internal.RepeatedIfExceptionsInvocationContext
 
getDisplayName(int) - Method in class io.github.artsok.internal.ParameterizedTestInvocationContext
 
getDisplayName(int) - Method in class io.github.artsok.internal.RepeatedIfExceptionsInvocationContext
 
getParameterCount() - Method in class io.github.artsok.internal.ParameterizedRepeatedMethodContext
Get the number of parameters of the Method represented by this context.

H

handleTestExecutionException(ExtensionContext, Throwable) - Method in class io.github.artsok.extension.ParameterizedRepeatedExtension
 
handleTestExecutionException(ExtensionContext, Throwable) - Method in class io.github.artsok.extension.RepeatIfExceptionsExtension
 
hasAggregator() - Method in class io.github.artsok.internal.ParameterizedRepeatedMethodContext
Determine if the Method represented by this context declares at least one Parameter that is an aggregator.
hasPotentiallyValidSignature() - Method in class io.github.artsok.internal.ParameterizedRepeatedMethodContext
Determine if the Method represented by this context has a potentially valid signature (i.e., formal parameter declarations) with regard to aggregators.

I

INDEX_PLACEHOLDER - Static variable in annotation type io.github.artsok.ParameterizedRepeatedIfExceptionsTest
Placeholder for the current invocation index of a @ParameterizedTest method (1-based): {index}
io.github.artsok - package io.github.artsok
 
io.github.artsok.extension - package io.github.artsok.extension
 
io.github.artsok.internal - package io.github.artsok.internal
 

L

LONG_DISPLAY_NAME - Static variable in annotation type io.github.artsok.RepeatedIfExceptionsTest
Long display name pattern for a repeated test: "{displayName} :: Repetition {currentRepetition} of {totalRepetitions}"

P

ParameterizedRepeatedExtension - Class in io.github.artsok.extension
ParameterizedRepeatedExtension() - Constructor for class io.github.artsok.extension.ParameterizedRepeatedExtension
 
ParameterizedRepeatedIfExceptionsTest - Annotation Type in io.github.artsok
Annotation which you can put to parameterized test method.
ParameterizedRepeatedIfExceptionsTestNameFormatter - Class in io.github.artsok.internal
 
ParameterizedRepeatedIfExceptionsTestNameFormatter(String, String, String) - Constructor for class io.github.artsok.internal.ParameterizedRepeatedIfExceptionsTestNameFormatter
 
ParameterizedRepeatedMethodContext - Class in io.github.artsok.internal
Encapsulates access to the parameters of a parameterized test method and caches the converters and aggregators used to resolve them.
ParameterizedRepeatedMethodContext(Method) - Constructor for class io.github.artsok.internal.ParameterizedRepeatedMethodContext
 
ParameterizedTestInvocationContext - Class in io.github.artsok.internal
 
ParameterizedTestInvocationContext(int, int, ParameterizedRepeatedIfExceptionsTestNameFormatter, ParameterizedRepeatedMethodContext, Object[]) - Constructor for class io.github.artsok.internal.ParameterizedTestInvocationContext
 
ParameterizedTestParameterResolver - Class in io.github.artsok.internal
 
ParameterizedTestParameterResolver(ParameterizedRepeatedMethodContext, Object[]) - Constructor for class io.github.artsok.internal.ParameterizedTestParameterResolver
 
provideTestTemplateInvocationContexts(ExtensionContext) - Method in class io.github.artsok.extension.ParameterizedRepeatedExtension
 
provideTestTemplateInvocationContexts(ExtensionContext) - Method in class io.github.artsok.extension.RepeatIfExceptionsExtension
Context call TestTemplateInvocationContext

R

REPEATED_DISPLAY_NAME - Static variable in annotation type io.github.artsok.ParameterizedRepeatedIfExceptionsTest
Display name pattern for a repeated test
RepeatedIfException - Exception in io.github.artsok.internal
Custom exception of rerunner-jupiter extension.
RepeatedIfException(String) - Constructor for exception io.github.artsok.internal.RepeatedIfException
 
RepeatedIfExceptionsDisplayNameFormatter - Class in io.github.artsok.internal
Formatter for extension point @RepeatedIfExceptions
RepeatedIfExceptionsDisplayNameFormatter(String, String) - Constructor for class io.github.artsok.internal.RepeatedIfExceptionsDisplayNameFormatter
 
RepeatedIfExceptionsInvocationContext - Class in io.github.artsok.internal
Context for extension point @RepeatedIfExceptions
RepeatedIfExceptionsInvocationContext(int, int, int, int, boolean, RepeatedIfExceptionsDisplayNameFormatter) - Constructor for class io.github.artsok.internal.RepeatedIfExceptionsInvocationContext
 
RepeatedIfExceptionsTest - Annotation Type in io.github.artsok
 
RepeatIfExceptionsExtension - Class in io.github.artsok.extension
Main condition for extension point @RepeatedIfExceptions All logic in this class.
RepeatIfExceptionsExtension() - Constructor for class io.github.artsok.extension.RepeatIfExceptionsExtension
 
resolveParameter(ParameterContext, ExtensionContext) - Method in class io.github.artsok.internal.ParameterizedTestParameterResolver
 

S

SHORT_DISPLAY_NAME - Static variable in annotation type io.github.artsok.RepeatedIfExceptionsTest
Short display name pattern for a repeated test: "Repetition {currentRepetition} of {totalRepetitions}"
supportsParameter(ParameterContext, ExtensionContext) - Method in class io.github.artsok.internal.ParameterizedTestParameterResolver
 
supportsTestTemplate(ExtensionContext) - Method in class io.github.artsok.extension.ParameterizedRepeatedExtension
 
supportsTestTemplate(ExtensionContext) - Method in class io.github.artsok.extension.RepeatIfExceptionsExtension
Check that test method contain RepeatedIfExceptionsTest annotation

T

TOTAL_REPETITIONS_PLACEHOLDER - Static variable in annotation type io.github.artsok.ParameterizedRepeatedIfExceptionsTest
Placeholder for the total number of repetitions of a @RepeatedTest method: {totalRepetitions}
TOTAL_REPETITIONS_PLACEHOLDER - Static variable in annotation type io.github.artsok.RepeatedIfExceptionsTest
Placeholder for the total number of repetitions of a @RepeatedTest method: {totalRepetitions}
A B C D G H I L P R S T 
Skip navigation links

Copyright © 2019. All rights reserved.