Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for allSubprojectsDefineTheirUnitTestPropertyCorrectly (0.34 sec)

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

                        File(dir, "src/crossVersionTest").isDirectory,
                        "${it.name}'s crossVersionTests is wrong!",
                    )
                }
        }
    
        @Test
        fun allSubprojectsDefineTheirUnitTestPropertyCorrectly() {
            val projectDirsWithUnitTests =
                model.subprojects.subprojects
                    .filter { it.unitTests }
                    .map { File("..", it.path) }
    
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Thu Oct 16 01:27:05 UTC 2025
    - 14.6K bytes
    - Viewed (0)
Back to top