- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for TreePrintingListener (0.15 sec)
-
native-image-tests/src/main/kotlin/okhttp3/RunTests.kt
return discovered.getEngineTestDescriptor(testEngine).descendants.toList() } /** * Builds the awkwardly package private TreePrintingListener listener which we would like to use * from ConsoleLauncher. * * https://github.com/junit-team/junit5/issues/2469 */ fun treeListener(): TestExecutionListener { val colorPalette =
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 5.3K bytes - Viewed (0) -
native-image-tests/src/main/kotlin/okhttp3/TestRegistration.kt
registerStandardClass(access, "org.junit.jupiter.params.ParameterizedTestExtension") registerStandardClass(access, "org.junit.platform.console.tasks.TreePrintingListener") } private fun registerStandardClass( access: Feature.BeforeAnalysisAccess, name: String, ) {
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 3.7K bytes - Viewed (0)