Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for allSubprojectsDefineTheirFunctionTestPropertyCorrectly (0.61 sec)

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

                        return true
                    }
                }
            }
            return false
        }
    
        @Test
        fun allSubprojectsDefineTheirFunctionTestPropertyCorrectly() {
            val projectDirsWithFunctionalTests = model.subprojects.subprojects
                .filter { it.functionalTests }
                .map { File("..", it.path) }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 02 10:00:06 UTC 2024
    - 13.3K bytes
    - Viewed (0)
Back to top