Searched refs:assertSerializedToBinaryAndRestored (Results 1 – 6 of 6) sorted by relevance
| /external/kotlinx.serialization/formats/protobuf/commonTest/src/kotlinx/serialization/protobuf/ |
| D | ProtobufPrimitiveWrappersTest.kt | 20 …assertSerializedToBinaryAndRestored(TestInt(-150), TestInt.serializer(), ProtoBuf, hexResultToChec… in testSignedInteger() 25 assertSerializedToBinaryAndRestored( in testIntList() 33 assertSerializedToBinaryAndRestored( in testString() 41 assertSerializedToBinaryAndRestored( in testTwiceNested() 49 assertSerializedToBinaryAndRestored( in testMixedTags() 57 …assertSerializedToBinaryAndRestored(TestInt(0), TestInt.serializer(), ProtoBuf, hexResultToCheck =… in testDefaultPrimitiveValues() 58 …assertSerializedToBinaryAndRestored(TestList(listOf()), TestList.serializer(), ProtoBuf, hexResult… in testDefaultPrimitiveValues() 59 assertSerializedToBinaryAndRestored( in testDefaultPrimitiveValues() 67 assertSerializedToBinaryAndRestored( in testFixedIntWithLong()
|
| D | ProtobufPolymorphismTest.kt | 14 assertSerializedToBinaryAndRestored(obj, PolyBox.serializer(), in testAbstract() 26 assertSerializedToBinaryAndRestored(obj, SealedBox.serializer(), ProtoBuf) in testSealed()
|
| /external/kotlinx.serialization/formats/cbor/commonTest/src/kotlinx/serialization/cbor/ |
| D | CborPolymorphismTest.kt | 21 assertSerializedToBinaryAndRestored( in testSealedWithOneSubclass() 37 assertSerializedToBinaryAndRestored(obj, SealedBox.serializer(), cbor) in testSealedWithMultipleSubclasses() 48 assertSerializedToBinaryAndRestored(obj, PolyBox.serializer(), cbor) in testOpenPolymorphism()
|
| /external/kotlinx.serialization/formats/protobuf/commonTest/src/kotlinx/serialization/ |
| D | TestUtils.kt | 9 internal inline fun <reified T> assertSerializedToBinaryAndRestored( in assertSerializedToBinaryAndRestored() method
|
| /external/kotlinx.serialization/formats/cbor/commonTest/src/kotlinx/serialization/ |
| D | TestUtilities.kt | 9 internal inline fun <reified T : Any> assertSerializedToBinaryAndRestored( in assertSerializedToBinaryAndRestored() method
|
| /external/kotlinx.serialization/formats/protobuf/jvmTest/src/kotlinx/serialization/protobuf/ |
| D | ProtobufTopLevelPrimitivesCompatibilityTest.kt | 150 assertSerializedToBinaryAndRestored(map, serializer(), ProtoBuf) in testNestedMaps()
|