Merge branch 'kotlin-test' #107
GitHub Actions / Test Results
succeeded
Apr 29, 2024 in 0s
All 115 tests pass in 0s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
115 tests found
There are 115 tests, see "Raw output" for the full list of tests.
Raw output
de.sipgate.federmappe.common.BooleanTests ‑ deserializeBasicDataClassWithBooleanFieldSetToFalse()
de.sipgate.federmappe.common.BooleanTests ‑ deserializeBasicDataClassWithBooleanFieldSetToTrue()
de.sipgate.federmappe.common.BooleanTests ‑ deserializeBasicDataClassWithNullableBooleanFieldSetToFalse()
de.sipgate.federmappe.common.BooleanTests ‑ deserializeBasicDataClassWithNullableBooleanFieldSetToNull()
de.sipgate.federmappe.common.BooleanTests ‑ deserializeBasicDataClassWithNullableBooleanFieldSetToTrue()
de.sipgate.federmappe.common.BooleanTests ‑ deserializeListOfBoolean()
de.sipgate.federmappe.common.BooleanTests ‑ deserializeListOfNullableBooleanWithElements()
de.sipgate.federmappe.common.BooleanTests ‑ deserializeMapOfNullableStringAndBoolean()
de.sipgate.federmappe.common.BooleanTests ‑ deserializeMapOfStringAndBoolean()
de.sipgate.federmappe.common.BooleanTests ‑ deserializeMapOfStringAndNullableBoolean()
de.sipgate.federmappe.common.BooleanTests ‑ deserializeNullableListOfBooleanBeingNull()
de.sipgate.federmappe.common.BooleanTests ‑ deserializeNullableListOfBooleanContainingElements()
de.sipgate.federmappe.common.BooleanTests ‑ deserializeNullableListOfNullableBooleanBeingNull()
de.sipgate.federmappe.common.BooleanTests ‑ deserializeNullableListOfNullableBooleanWithElements()
de.sipgate.federmappe.common.BooleanTests ‑ deserializeNullableMapOfStringAndBooleanWithBeingNull()
de.sipgate.federmappe.common.BooleanTests ‑ deserializeNullableMapOfStringAndBooleanWithElements()
de.sipgate.federmappe.common.EnumListTests ‑ testStringListDecodes()
de.sipgate.federmappe.common.EnumListTests ‑ testStringListDecodesDefaultNullValue()
de.sipgate.federmappe.common.EnumListTests ‑ testStringListDecodesDefaultValue()
de.sipgate.federmappe.common.EnumTests ‑ deserializeDataClassWithEnum()
de.sipgate.federmappe.common.EnumTests ‑ deserializeDataClassWithInnerEnum()
de.sipgate.federmappe.common.EnumTests ‑ deserializeDataClassWithMapWithInnerEnum()
de.sipgate.federmappe.common.EnumTests ‑ deserializeDataClassWithNullEnum()
de.sipgate.federmappe.common.EnumTests ‑ deserializeDataClassWithNullableEnum()
de.sipgate.federmappe.common.FloatingPointNumberTests ‑ deserializeBasicDataClassWithFloatingPointNumberFieldSetToMinusOnePointFive()
de.sipgate.federmappe.common.FloatingPointNumberTests ‑ deserializeBasicDataClassWithFloatingPointNumberFieldSetToNaN()
de.sipgate.federmappe.common.FloatingPointNumberTests ‑ deserializeBasicDataClassWithFloatingPointNumberFieldSetToOnePointFive()
de.sipgate.federmappe.common.FloatingPointNumberTests ‑ deserializeBasicDataClassWithFloatingPointNumberFieldSetToZero()
de.sipgate.federmappe.common.FloatingPointNumberTests ‑ deserializeBasicDataClassWithNullableFloatingPointNumberFieldSetToMinusOnePointFive()
de.sipgate.federmappe.common.FloatingPointNumberTests ‑ deserializeBasicDataClassWithNullableFloatingPointNumberFieldSetToNaN()
de.sipgate.federmappe.common.FloatingPointNumberTests ‑ deserializeBasicDataClassWithNullableFloatingPointNumberFieldSetToNull()
de.sipgate.federmappe.common.FloatingPointNumberTests ‑ deserializeBasicDataClassWithNullableFloatingPointNumberFieldSetToOnePointFive()
de.sipgate.federmappe.common.FloatingPointNumberTests ‑ deserializeBasicDataClassWithNullableFloatingPointNumberFieldSetToZero()
de.sipgate.federmappe.common.FloatingPointNumberTests ‑ deserializeListOfFloatingPointNumber()
de.sipgate.federmappe.common.FloatingPointNumberTests ‑ testDownCastingToFloat()
de.sipgate.federmappe.common.MapStringAnyExtTest ‑ mapThatBeginsWithTypeIsReturnedAsIs()
de.sipgate.federmappe.common.MapStringAnyExtTest ‑ mapThatDoesNotBeginWithTypeIsReorderd()
de.sipgate.federmappe.common.SealedTypeTests ‑ deserializeBasicDataClassWithBooleanFieldSetToTrue()
de.sipgate.federmappe.common.SealedTypeTests ‑ deserializeBasicDataClassWithStringValue()
de.sipgate.federmappe.common.SealedTypeTests ‑ deserializeNestedDataClass()
de.sipgate.federmappe.common.StringListTests ‑ testStringListDecodes()
de.sipgate.federmappe.common.StringListTests ‑ testStringListDecodesDefaultNullValue()
de.sipgate.federmappe.common.StringListTests ‑ testStringListDecodesDefaultValue()
de.sipgate.federmappe.common.StringMapDecoderTest ‑ deserializeBasicDataClassSucceeds()
de.sipgate.federmappe.common.StringMapDecoderTest ‑ deserializeComplexStackedDataClass()
de.sipgate.federmappe.common.StringMapDecoderTest ‑ deserializeComplexStackedDataClassAndNullability()
de.sipgate.federmappe.common.StringMapDecoderTest ‑ deserializeDataClassWithEmptyListOfStringsSucceeds()
de.sipgate.federmappe.common.StringMapDecoderTest ‑ deserializeDataClassWithFilledListOfStringsSucceeds()
de.sipgate.federmappe.common.StringMapDecoderTest ‑ deserializeDataClassWithFilledMapSucceeds()
de.sipgate.federmappe.common.StringMapDecoderTest ‑ deserializeDataClassWithNullSucceeds()
de.sipgate.federmappe.common.StringMapDecoderTest ‑ deserializeDataClassWithObject()
de.sipgate.federmappe.common.StringMapDecoderTest ‑ deserializeDataClassWithStackedMapsSucceeds()
de.sipgate.federmappe.common.StringMapDecoderTest ‑ deserializeDataWithExtraFieldsSucceeds()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenBooleanIsExpectedButInputIsDouble()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenBooleanIsExpectedButInputIsInt()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenBooleanIsExpectedButInputIsLong()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenBooleanIsExpectedButInputIsMap()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenBooleanIsExpectedButInputIsString()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenByteIsExpectedButInputIsBoolean()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenByteIsExpectedButInputIsDouble()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenByteIsExpectedButInputIsInt()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenByteIsExpectedButInputIsMap()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenByteIsExpectedButInputIsString()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenCharIsExpectedButInputIsBoolean()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenCharIsExpectedButInputIsDouble()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenCharIsExpectedButInputIsInt()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenCharIsExpectedButInputIsLong()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenCharIsExpectedButInputIsMap()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenCharIsExpectedButInputIsString()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenDoubleIsExpectedButInputIsBoolean()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenDoubleIsExpectedButInputIsInt()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenDoubleIsExpectedButInputIsLong()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenDoubleIsExpectedButInputIsMap()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenDoubleIsExpectedButInputIsString()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenFloatIsExpectedButInputIsBoolean()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenFloatIsExpectedButInputIsInt()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenFloatIsExpectedButInputIsLong()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenFloatIsExpectedButInputIsMap()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenFloatIsExpectedButInputIsString()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenIntIsExpectedButInputIsBoolean()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenIntIsExpectedButInputIsDouble()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenIntIsExpectedButInputIsMap()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenIntIsExpectedButInputIsString()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenLongIsExpectedButInputIsBoolean()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenLongIsExpectedButInputIsDouble()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenLongIsExpectedButInputIsInt()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenLongIsExpectedButInputIsMap()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenLongIsExpectedButInputIsString()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenStringIsExpectedButInputIsInt()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenStringIsExpectedButInputIsLong()
de.sipgate.federmappe.common.StringMapDecoderTypeSafetyTest ‑ testClassCastExceptionIsThrownWhenStringIsExpectedButInputIsMap()
de.sipgate.federmappe.common.StringTests ‑ deserializeEmptyList()
de.sipgate.federmappe.common.StringTests ‑ deserializeListOfNullableString()
de.sipgate.federmappe.common.StringTests ‑ deserializeListOfString()
de.sipgate.federmappe.common.SubclassDecodingTests ‑ deserializeNestedDataClass()
de.sipgate.federmappe.common.WholeNumberTests ‑ deserializeBasicDataClassWithNullableWholeNumberFieldSetToMinusOne()
de.sipgate.federmappe.common.WholeNumberTests ‑ deserializeBasicDataClassWithNullableWholeNumberFieldSetToNull()
de.sipgate.federmappe.common.WholeNumberTests ‑ deserializeBasicDataClassWithNullableWholeNumberFieldSetToOne()
de.sipgate.federmappe.common.WholeNumberTests ‑ deserializeBasicDataClassWithNullableWholeNumberFieldSetToZero()
de.sipgate.federmappe.common.WholeNumberTests ‑ deserializeBasicDataClassWithWholeNumberFieldSetToMinusOne()
de.sipgate.federmappe.common.WholeNumberTests ‑ deserializeBasicDataClassWithWholeNumberFieldSetToOne()
de.sipgate.federmappe.common.WholeNumberTests ‑ deserializeBasicDataClassWithWholeNumberFieldSetToZero()
de.sipgate.federmappe.common.WholeNumberTests ‑ deserializeListOfWholeNumber()
de.sipgate.federmappe.common.WholeNumberTests ‑ testDownCastingToByte()
de.sipgate.federmappe.common.WholeNumberTests ‑ testDownCastingToInt()
de.sipgate.federmappe.common.WholeNumberTests ‑ testDownCastingToShort()
de.sipgate.federmappe.common.serializers.TimestampToDateSerializerTest ‑ testDeserialization()
de.sipgate.federmappe.common.serializers.TimestampToInstantSerializerTest ‑ testDeserialization()
de.sipgate.federmappe.common.serializers.UriSerializerTest ‑ testDeserialization()
de.sipgate.federmappe.firestore.FirebaseTimestampTests ‑ deserializeBasicDataClassWithDateFieldAndFixedSerializer()
de.sipgate.federmappe.firestore.FirebaseTimestampTests ‑ deserializeBasicDataClassWithDateFieldSetToFirstDayOfYear2000()
de.sipgate.federmappe.firestore.FirebaseTimestampTests ‑ deserializeBasicDataClassWithNullDateField()
de.sipgate.federmappe.firestore.FirebaseTimestampTests ‑ deserializeBasicDataClassWithNullableDateField()
de.sipgate.federmappe.firestore.FirebaseTimestampTests ‑ deserializeListOfDate()
de.sipgate.federmappe.firestore.serializers.TimestampToDateSerializerTest ‑ testDeserialization()
Loading