Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for enableImplicitConfigurationParameters (0.36 sec)

  1. native-image-tests/src/main/kotlin/okhttp3/RunTests.kt

      val request: LauncherDiscoveryRequest =
        LauncherDiscoveryRequestBuilder.request()
          // TODO replace junit.jupiter.extensions.autodetection.enabled with API approach.
    //    .enableImplicitConfigurationParameters(false)
          .selectors(selectors)
          .build()
      return request
    }
    
    /**
     * Flattens a test filter into a list of specific test descriptors, usually individual method in a
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 5.3K bytes
    - Viewed (0)
Back to top