Uses of Interface
org.junit.jupiter.api.RepetitionInfo
-
Packages that use RepetitionInfo Package Description org.junit.jupiter.engine.extension Test extensions specific to the JUnit Jupiter test engine. -
-
Uses of RepetitionInfo in org.junit.jupiter.engine.extension
Classes in org.junit.jupiter.engine.extension that implement RepetitionInfo Modifier and Type Class Description private static class
RepetitionInfoParameterResolver.DefaultRepetitionInfo
Methods in org.junit.jupiter.engine.extension that return RepetitionInfo Modifier and Type Method Description RepetitionInfo
RepetitionInfoParameterResolver. resolveParameter(ParameterContext parameterContext, ExtensionContext extensionContext)
-