Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

                assertEquals(it.crossVersionTests, 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 Nov 06 11:36:14 UTC 2024
    - Last Modified: Thu Jul 18 07:02:47 UTC 2024
    - 13.4K bytes
    - Viewed (0)
Back to top