- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testVisibility (0.05 seconds)
-
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 {Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Sep 21 06:22:22 GMT 2025 - 2.1K bytes - Click Count (0)