class org.junit.jupiter.engine.extension.RepeatedTestInvocationContext implements org.junit.jupiter.api.extension.TestTemplateInvocationContext
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.junit.jupiter.engine.extension.RepeatedTestInvocationContext
super_class: java.lang.Object
{
private final int currentRepetition;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int totalRepetitions;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.junit.jupiter.engine.extension.RepeatedTestDisplayNameFormatter formatter;
descriptor: Lorg/junit/jupiter/engine/extension/RepeatedTestDisplayNameFormatter;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(int, int, org.junit.jupiter.engine.extension.RepeatedTestDisplayNameFormatter);
descriptor: (IILorg/junit/jupiter/engine/extension/RepeatedTestDisplayNameFormatter;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iload 1
putfield org.junit.jupiter.engine.extension.RepeatedTestInvocationContext.currentRepetition:I
2: aload 0
iload 2
putfield org.junit.jupiter.engine.extension.RepeatedTestInvocationContext.totalRepetitions:I
3: aload 0
aload 3
putfield org.junit.jupiter.engine.extension.RepeatedTestInvocationContext.formatter:Lorg/junit/jupiter/engine/extension/RepeatedTestDisplayNameFormatter;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/junit/jupiter/engine/extension/RepeatedTestInvocationContext;
0 5 1 currentRepetition I
0 5 2 totalRepetitions I
0 5 3 formatter Lorg/junit/jupiter/engine/extension/RepeatedTestDisplayNameFormatter;
MethodParameters:
Name Flags
currentRepetition
totalRepetitions
formatter
public java.lang.String getDisplayName(int);
descriptor: (I)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.junit.jupiter.engine.extension.RepeatedTestInvocationContext.formatter:Lorg/junit/jupiter/engine/extension/RepeatedTestDisplayNameFormatter;
aload 0
getfield org.junit.jupiter.engine.extension.RepeatedTestInvocationContext.currentRepetition:I
aload 0
getfield org.junit.jupiter.engine.extension.RepeatedTestInvocationContext.totalRepetitions:I
invokevirtual org.junit.jupiter.engine.extension.RepeatedTestDisplayNameFormatter.format:(II)Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/junit/jupiter/engine/extension/RepeatedTestInvocationContext;
0 1 1 invocationIndex I
MethodParameters:
Name Flags
invocationIndex
public java.util.List<org.junit.jupiter.api.extension.Extension> getAdditionalExtensions();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: new org.junit.jupiter.engine.extension.RepetitionInfoParameterResolver
dup
aload 0
getfield org.junit.jupiter.engine.extension.RepeatedTestInvocationContext.currentRepetition:I
aload 0
getfield org.junit.jupiter.engine.extension.RepeatedTestInvocationContext.totalRepetitions:I
invokespecial org.junit.jupiter.engine.extension.RepetitionInfoParameterResolver.<init>:(II)V
invokestatic java.util.Collections.singletonList:(Ljava/lang/Object;)Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/junit/jupiter/engine/extension/RepeatedTestInvocationContext;
Signature: ()Ljava/util/List<Lorg/junit/jupiter/api/extension/Extension;>;
}
SourceFile: "RepeatedTestInvocationContext.java"