A B C D E G H I L M N P R S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
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
@ParameterizedTestmethod:{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
@RepeatedTestmethod:{currentRepetition} - CURRENT_REPETITION_PLACEHOLDER - Static variable in annotation type io.github.artsok.RepeatedIfExceptionsTest
-
Placeholder for the current repetition count of a
@RepeatedTestmethod:{currentRepetition}
D
- DEFAULT_DISPLAY_NAME - Static variable in annotation type io.github.artsok.ParameterizedRepeatedIfExceptionsTest
-
Default display name pattern for the current invocation of a
@ParameterizedTestmethod: "[{index}] {arguments}" - DISPLAY_NAME_PLACEHOLDER - Static variable in annotation type io.github.artsok.ParameterizedRepeatedIfExceptionsTest
-
Placeholder for the display name of a
@ParameterizedTestmethod:{displayName} - DISPLAY_NAME_PLACEHOLDER - Static variable in annotation type io.github.artsok.RepeatedIfExceptionsTest
-
Placeholder for the display name of a
@RepeatedTestmethod:{displayName}
E
- exceptions() - Method in annotation type io.github.artsok.ParameterizedRepeatedIfExceptionsTest
-
Pool of exceptions
- exceptions() - Method in annotation type io.github.artsok.RepeatedIfExceptionsTest
-
Pool of exceptions
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
Methodrepresented 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
- hasPotentiallyValidSignature() - Method in class io.github.artsok.internal.ParameterizedRepeatedMethodContext
-
Determine if the
Methodrepresented 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
@ParameterizedTestmethod (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}"
M
- minSuccess() - Method in annotation type io.github.artsok.ParameterizedRepeatedIfExceptionsTest
-
Minimum success
- minSuccess() - Method in annotation type io.github.artsok.RepeatedIfExceptionsTest
-
Minimum success
N
- name() - Method in annotation type io.github.artsok.ParameterizedRepeatedIfExceptionsTest
-
The display name to be used for individual invocations of the parameterized test; never blank or consisting solely of whitespace.
- name() - Method in annotation type io.github.artsok.RepeatedIfExceptionsTest
-
Display name for test method
P
- ParameterizedRepeatedExtension - Class in io.github.artsok.extension
-
Extension for
ParameterizedRepeatedIfExceptionsTest - 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
- repeatedName() - Method in annotation type io.github.artsok.ParameterizedRepeatedIfExceptionsTest
-
The display name to be used for individual repeated invocations of the parameterized test; never blank.
- 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
- repeats() - Method in annotation type io.github.artsok.ParameterizedRepeatedIfExceptionsTest
-
Number of repeats
- repeats() - Method in annotation type io.github.artsok.RepeatedIfExceptionsTest
-
Number of repeats
- 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
RepeatedIfExceptionsTestannotation - suspend() - Method in annotation type io.github.artsok.ParameterizedRepeatedIfExceptionsTest
-
Add break (cooldown) to each tests.
- suspend() - Method in annotation type io.github.artsok.RepeatedIfExceptionsTest
-
Add break (cooldown) to each tests.
T
- TOTAL_REPETITIONS_PLACEHOLDER - Static variable in annotation type io.github.artsok.ParameterizedRepeatedIfExceptionsTest
-
Placeholder for the total number of repetitions of a
@RepeatedTestmethod:{totalRepetitions} - TOTAL_REPETITIONS_PLACEHOLDER - Static variable in annotation type io.github.artsok.RepeatedIfExceptionsTest
-
Placeholder for the total number of repetitions of a
@RepeatedTestmethod:{totalRepetitions}
All Classes All Packages