- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for singleElement (0.1 seconds)
-
okhttp/src/jvmTest/kotlin/okhttp3/internal/TagsTest.kt
import org.junit.jupiter.api.Test class TagsTest { @Test fun emptyTags() { val tags = EmptyTags assertThat(tags[String::class]).isNull() } @Test fun singleElement() { val tags = EmptyTags.plus(String::class, "hello") assertThat(tags[String::class]).isEqualTo("hello") } @Test fun multipleElements() { val tags = EmptyTagsCreated: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Oct 24 11:37:46 GMT 2025 - 7.1K bytes - Click Count (0)