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

B

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

C

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

D

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
 

I

io.github.artsok - package io.github.artsok
 
io.github.artsok.extension - package io.github.artsok.extension
 

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

provideTestTemplateInvocationContexts(ExtensionContext) - Method in class io.github.artsok.extension.RepeatIfExceptionsCondition
Context call TestTemplateInvocationContext

R

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
Annotation which you can put to test method Customize number of repeats and set for what exception you want handler.
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

T

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.