Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for findAnnotatedFields (0.1 seconds)

  1. mockwebserver-junit5/src/main/kotlin/mockwebserver3/junit5/internal/StartStopExtension.kt

    import org.junit.jupiter.api.extension.ExtensionContext
    import org.junit.jupiter.api.extension.ExtensionContext.Namespace
    import org.junit.platform.commons.support.AnnotationSupport.findAnnotatedFields
    
    /** Implements the policy specified by [StartStop]. */
    @SuppressSignatureCheck
    internal class StartStopExtension :
      BeforeEachCallback,
      BeforeAllCallback {
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Feb 03 22:17:59 GMT 2026
    - 2.4K bytes
    - Click Count (0)
Back to Top