Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsEmpty (0.21 sec)

  1. .teamcity/src/main/kotlin/model/PerformanceTestBucketProvider.kt

            }
        }
    }
    
    private
    fun prepareScenariosStep(testProject: String, scenarios: List<Scenario>, os: Os): BuildSteps.() -> Unit {
        if (scenarios.isEmpty()) {
            throw IllegalArgumentException("Scenarios list must not be empty for $testProject")
        }
        val csvLines = scenarios.map { "${it.className};${it.scenario}" }
        val action = "include"
    Plain Text
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Mon Feb 19 11:22:56 GMT 2024
    - 15.3K bytes
    - Viewed (0)
Back to top