Searched refs:testNullable (Results 1 – 5 of 5) sorted by relevance
45 fun testNullable() = testNullable("""{"type":"NullableMixed","sb":null,"sc":null}""") in testIncludeMixed() method82 fun testNullable() = testNullable("""{"sb":null,"sc":null}""") in testIncludeMixed() method
149 fun testNullable(expected: String) { in <lambda>() method in kotlinx.serialization.json.polymorphic.JsonClassDiscriminatorModeBaseTest
33 void testNullable() { in testNullable() method in NullableMutatorTest
69 fun testNullable() { in testNullable() method
141 fun testNullable() { in testNullable() method in kotlinx.serialization.json.DynamicPolymorphismTest