Skip to content

Commit 59ecf46

Browse files
committed
Renaming
1 parent c4cf84e commit 59ecf46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utbot-framework/src/main/kotlin/org/utbot/framework/codegen/model/constructor/tree/CgTestClassConstructor.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ internal class CgTestClassConstructor(val context: CgContext) :
108108
}
109109
ParametrizedTestSource.PARAMETRIZE -> {
110110
for (currentTestSet in testSet.splitExecutionsByResult()) {
111-
processParametrizedTestSet(currentTestSet, requiredFields, regions, methodUnderTest)
111+
createParametrizedTestAndDataProvider(currentTestSet, requiredFields, regions, methodUnderTest)
112112
}
113113
}
114114
}
@@ -128,7 +128,7 @@ internal class CgTestClassConstructor(val context: CgContext) :
128128
.merge(failure.description, 1, Int::plus)
129129
}
130130

131-
private fun processParametrizedTestSet(
131+
private fun createParametrizedTestAndDataProvider(
132132
testSet: CgMethodTestSet,
133133
requiredFields: MutableList<CgParameterDeclaration>,
134134
regions: MutableList<CgRegion<CgMethod>>,

0 commit comments

Comments
 (0)