Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testMainModuleWithSiblings (0.13 sec)

  1. okhttp-osgi-tests/src/test/kotlin/okhttp3/osgi/OsgiTest.kt

      }
    
      /**
       * Resolve the OSGi metadata of the all okhttp3 modules. If required modules do not have OSGi
       * metadata this will fail with an exception.
       */
      @Test
      fun testMainModuleWithSiblings() {
        createWorkspace().use { workspace ->
          createBndRun(workspace).use { bndRun ->
            bndRun.resolve(
              false,
              false,
            )
          }
        }
      }
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 5K bytes
    - Viewed (0)
Back to top