- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for TestClassTime (0.13 sec)
-
.teamcity/src/main/kotlin/model/FunctionalTestBucketGenerator.kt
val generatedBucketsJson = File(System.getProperty("outputBucketSplitJson", "./test-buckets.json")) FunctionalTestBucketGenerator(model, testClassDataJson).generate(generatedBucketsJson) } class TestClassTime( val testClassAndSourceSet: TestClassAndSourceSet, val buildTimeMs: Int ) { constructor(jsonObject: JSONObject) : this( TestClassAndSourceSet( jsonObject.getString("testClass"),
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Aug 29 11:04:49 UTC 2024 - 8.5K bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/FunctionalTestBucketProvider.kt
listOf("8.2", "8.6"), // 8.2 <=version < 8.6 listOf("8.6", "99.0") // 8.6 <=version < 99.0 ) typealias BuildProjectToSubprojectTestClassTimes = Map<String, Map<String, List<TestClassTime>>> interface FunctionalTestBucketProvider { fun createFunctionalTestsFor(stage: Stage, testCoverage: TestCoverage): List<FunctionalTest> }
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Jun 12 09:50:29 UTC 2024 - 9K bytes - Viewed (0)