Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testVisibility (0.06 sec)

  1. module-tests/src/test/java/okhttp3/modules/test/JavaModuleTest.java

    import java.io.IOException;
    
    import static org.junit.jupiter.api.Assertions.assertEquals;
    import static org.junit.jupiter.api.Assertions.assertTrue;
    
    class JavaModuleTest {
      @Test
      public void testVisibility() {
        // Just check we can run code that depends on OkHttp types
        OkHttpCaller.callOkHttp(HttpUrl.get("https://square.com/robots.txt"));
      }
    
      @Test
      public void testMockWebServer() throws IOException {
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sun Sep 21 06:22:22 UTC 2025
    - 2.1K bytes
    - Viewed (0)
Back to top