Class RepetitionInfoParameterResolver.DefaultRepetitionInfo

java.lang.Object
org.junit.jupiter.engine.extension.RepetitionInfoParameterResolver.DefaultRepetitionInfo
All Implemented Interfaces:
RepetitionInfo
Enclosing class:
RepetitionInfoParameterResolver

private static class RepetitionInfoParameterResolver.DefaultRepetitionInfo extends Object implements RepetitionInfo
  • Field Details

    • currentRepetition

      private final int currentRepetition
    • totalRepetitions

      private final int totalRepetitions
  • Constructor Details

    • DefaultRepetitionInfo

      DefaultRepetitionInfo(int currentRepetition, int totalRepetitions)
  • Method Details