- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for createFunctionalTestsFor (0.07 sec)
-
.teamcity/src/main/kotlin/model/FunctionalTestBucketProvider.kt
override fun createFunctionalTestsFor( stage: Stage, testCoverage: TestCoverage, ): List<FunctionalTest> = when { testCoverage.testType == TestType.QUICK_FEEDBACK_CROSS_VERSION -> quickCrossVersionTestBucketProvider.createFunctionalTestsFor( stage, testCoverage, )Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Jul 10 05:08:24 UTC 2025 - 8.2K bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/CIBuildModel.kt
) fun TestCoverage.getBucketUuid( model: CIBuildModel, bucketIndex: Int, ) = asConfigurationId(model, "bucket${bucketIndex + 1}") interface BuildTypeBucket { fun createFunctionalTestsFor( model: CIBuildModel, stage: Stage, testCoverage: TestCoverage, bucketIndex: Int, ): FunctionalTest
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Sun Aug 03 22:40:28 UTC 2025 - 25.9K bytes - Viewed (0)