Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for allSubprojectsDefineTheirFunctionTestPropertyCorrectly (0.69 seconds)

  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) }
    
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Thu Oct 16 01:27:05 GMT 2025
    - 14.6K bytes
    - Click Count (0)
Back to Top