teamcity-rest-client-impl/src/main/kotlin/org/jetbrains/teamcity/rest/coroutines/implementation.kt [1010:1015]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            convertToPage = { testOccurrencesBean ->
                Page(
                    data = testOccurrencesBean.testOccurrence.map { TestRunImpl(it, testRunFieldsSet, testFieldsSet, instance) },
                    nextHref = testOccurrencesBean.nextHref
                )
            })
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



teamcity-rest-client-impl/src/main/kotlin/org/jetbrains/teamcity/rest/coroutines/implementation.kt [1024:1029]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            convertToPage = { testOccurrencesBean ->
                Page(
                    data = testOccurrencesBean.testOccurrence.map { TestRunImpl(it, testRunFieldsSet, testFieldsSet, instance) },
                    nextHref = testOccurrencesBean.nextHref
                )
            })
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



