- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for elephant (0.2 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/Http2ConnectionTest.kt
val stream = connection.newStream(headerEntries("b", "banana"), true) val out = stream.sink.buffer() out.writeUtf8("c3po") out.close() stream.writeHeaders(headerEntries("e", "elephant"), false, false) connection.writePingAndAwaitPong() assertThat(connection.openStreamCount()).isEqualTo(0) // Verify the peer received what was expected. val synStream = peer.takeFrame()
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 75.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/ThemeHelperTest.java
assertEquals("simple", themeName); } public void test_getThemeName_multiPart() { Artifact artifact = new Artifact("fess-theme-elegant-modern", "1.0.0"); String themeName = themeHelper.getThemeName(artifact); assertEquals("elegant-modern", themeName); } public void test_getThemeName_emptyName() { try { Artifact artifact = new Artifact("fess-theme", "1.0.0");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 14.5K bytes - Viewed (0)