Skip to content

Commit

Permalink
Remove 'createVerifier' extension function
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-artuhov committed Oct 8, 2024
1 parent b4d63ed commit 421a399
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/jvm/main/org/jetbrains/kotlinx/lincheck/LinChecker.kt
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,6 @@ class LinChecker(private val testClass: Class<*>, options: Options<*, *>?) {
stateRepresentationMethod = testStructure.stateRepresentation,
)

private fun CTestConfiguration.createVerifier() =
verifierClass.getConstructor(Class::class.java).newInstance(sequentialSpecification)

private fun CTestConfiguration.createExecutionGenerator(randomProvider: RandomProvider): ExecutionGenerator {
if (iterations > 0) {
checkAtLeastOneMethodIsMarkedAsOperation(testClass)
Expand Down

0 comments on commit 421a399

Please sign in to comment.