Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for guid (0.13 sec)

  1. .teamcity/src/test/kotlin/CIConfigIntegrationTests.kt

                    "Not defined: $it"
                )
            }
        }
    
        @Test
        fun uuidsAreUnique() {
            val uuidList = model.stages.flatMap { it.functionalTests.map { ft -> ft.uuid } }
            assertEquals(uuidList.distinct(), uuidList)
        }
    
        @Test
        fun testsAreCorrectlyConfiguredForAllSubProjects() {
            model.subprojects.subprojects.filter {
    Plain Text
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Tue Jan 02 10:00:06 GMT 2024
    - 13.3K bytes
    - Viewed (0)
Back to top