Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for asConfigurationId (0.28 sec)

  1. .teamcity/src/main/kotlin/projects/StageProject.kt

            val (topLevelCoverage, allCoverage) = stage.functionalTests.partition { it.testType == TestType.soak }
            val topLevelFunctionalTests = topLevelCoverage
                .map { FunctionalTest(model, it.asConfigurationId(model), it.asName(), it.asName(), it, stage = stage) }
            topLevelFunctionalTests.forEach(this::buildType)
    
    Plain Text
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Tue Dec 05 00:08:14 GMT 2023
    - 9.2K bytes
    - Viewed (0)
Back to top