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.RepeatIfExceptionsCondition
Check if exceptions that will appear in test same as we wait
afterTestExecution(ExtensionContext) - Method in class io.github.artsok.params.ParameterizedRepeatedTestExtension
 
arguments(ArgumentsProvider, ExtensionContext) - Static method in class io.github.artsok.params.ParameterizedRepeatedTestExtension
 
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.RepeatIfExceptionsCondition
 
beforeTestExecution(ExtensionContext) - Method in class io.github.artsok.params.ParameterizedRepeatedTestExtension
 

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.extension.RepeatedIfExceptionsInvocationContext
 
getDisplayName(int) - Method in class io.github.artsok.extension.RepeatedIfExceptionsInvocationContext
 

H

handleTestExecutionException(ExtensionContext, Throwable) - Method in class io.github.artsok.extension.RepeatIfExceptionsCondition
 
handleTestExecutionException(ExtensionContext, Throwable) - Method in class io.github.artsok.params.ParameterizedRepeatedTestExtension
 

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.params - package io.github.artsok.params
 

L

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

P

ParameterizedRepeatedIfExceptionsTest - Annotation Type in io.github.artsok
Annotation which you can put to parameterized test method.
ParameterizedRepeatedTestExtension - Class in io.github.artsok.params
ParameterizedRepeatedTestExtension() - Constructor for class io.github.artsok.params.ParameterizedRepeatedTestExtension
 
provideTestTemplateInvocationContexts(ExtensionContext) - Method in class io.github.artsok.extension.RepeatIfExceptionsCondition
Context call TestTemplateInvocationContext
provideTestTemplateInvocationContexts(ExtensionContext) - Method in class io.github.artsok.params.ParameterizedRepeatedTestExtension
 

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.extension
Custom exception of rerunner-jupiter extension.
RepeatedIfException(String) - Constructor for exception io.github.artsok.extension.RepeatedIfException
 
RepeatedIfExceptionsInvocationContext - Class in io.github.artsok.extension
Context for extension point @RepeatedIfExceptions
RepeatedIfExceptionsTest - Annotation Type in io.github.artsok
 
RepeatIfExceptionsCondition - Class in io.github.artsok.extension
Main condition for extension point @RepeatedIfExceptions All logic in this class.
RepeatIfExceptionsCondition() - Constructor for class io.github.artsok.extension.RepeatIfExceptionsCondition
 

S

SHORT_DISPLAY_NAME - Static variable in annotation type io.github.artsok.RepeatedIfExceptionsTest
Short display name pattern for a repeated test: "Repetition if test failed {currentRepetition} of {totalRepetitions}"
supportsTestTemplate(ExtensionContext) - Method in class io.github.artsok.extension.RepeatIfExceptionsCondition
Check that test method contain RepeatedIfExceptionsTest annotation
supportsTestTemplate(ExtensionContext) - Method in class io.github.artsok.params.ParameterizedRepeatedTestExtension
 

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.