Merge pull request #26 from sipgate/renovate/firebase.firestore #101
GitHub Actions / Test Results
succeeded
Apr 15, 2024 in 0s
All 120 tests pass in 0s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
120 tests found
There are 120 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 ‑ [10] ClassCastExceptionInput(valueInMap=true, expectedValue=class kotlin.Double)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [11] ClassCastExceptionInput(valueInMap=true, expectedValue=class kotlin.Long)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [12] ClassCastExceptionInput(valueInMap=true, expectedValue=class kotlin.Float)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [13] ClassCastExceptionInput(valueInMap=true, expectedValue=class kotlin.Char)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [14] ClassCastExceptionInput(valueInMap=true, expectedValue=class kotlin.Byte)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [15] ClassCastExceptionInput(valueInMap=0, expectedValue=class kotlin.String)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [16] ClassCastExceptionInput(valueInMap=0, expectedValue=class kotlin.Boolean)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [17] ClassCastExceptionInput(valueInMap=0, expectedValue=class kotlin.Double)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [18] ClassCastExceptionInput(valueInMap=0, expectedValue=class kotlin.Long)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [19] ClassCastExceptionInput(valueInMap=0, expectedValue=class kotlin.Float)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [1] ClassCastExceptionInput(valueInMap=string, expectedValue=class kotlin.Boolean)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [20] ClassCastExceptionInput(valueInMap=0, expectedValue=class kotlin.Char)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [21] ClassCastExceptionInput(valueInMap=0, expectedValue=class kotlin.Byte)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [22] ClassCastExceptionInput(valueInMap=0, expectedValue=class kotlin.String)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [23] ClassCastExceptionInput(valueInMap=0, expectedValue=class kotlin.Boolean)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [24] ClassCastExceptionInput(valueInMap=0, expectedValue=class kotlin.Double)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [25] ClassCastExceptionInput(valueInMap=0, expectedValue=class kotlin.Int)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [26] ClassCastExceptionInput(valueInMap=0, expectedValue=class kotlin.Float)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [27] ClassCastExceptionInput(valueInMap=0, expectedValue=class kotlin.Char)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [28] ClassCastExceptionInput(valueInMap=0, expectedValue=class kotlin.Byte)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [29] ClassCastExceptionInput(valueInMap=0.4, expectedValue=class kotlin.String)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [2] ClassCastExceptionInput(valueInMap=string, expectedValue=class kotlin.Int)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [30] ClassCastExceptionInput(valueInMap=0.4, expectedValue=class kotlin.Boolean)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [31] ClassCastExceptionInput(valueInMap=0.4, expectedValue=class kotlin.Long)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [32] ClassCastExceptionInput(valueInMap=0.4, expectedValue=class kotlin.Int)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [33] ClassCastExceptionInput(valueInMap=0.4, expectedValue=class kotlin.Float)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [34] ClassCastExceptionInput(valueInMap=0.4, expectedValue=class kotlin.Char)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [35] ClassCastExceptionInput(valueInMap=0.4, expectedValue=class kotlin.Byte)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [36] ClassCastExceptionInput(valueInMap={}, expectedValue=class kotlin.String)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [37] ClassCastExceptionInput(valueInMap={}, expectedValue=class kotlin.Boolean)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [38] ClassCastExceptionInput(valueInMap={}, expectedValue=class kotlin.Double)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [39] ClassCastExceptionInput(valueInMap={}, expectedValue=class kotlin.Int)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [3] ClassCastExceptionInput(valueInMap=string, expectedValue=class kotlin.Double)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [40] ClassCastExceptionInput(valueInMap={}, expectedValue=class kotlin.Float)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [41] ClassCastExceptionInput(valueInMap={}, expectedValue=class kotlin.Char)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [42] ClassCastExceptionInput(valueInMap={}, expectedValue=class kotlin.Byte)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [43] ClassCastExceptionInput(valueInMap={}, expectedValue=class kotlin.Long)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [4] ClassCastExceptionInput(valueInMap=string, expectedValue=class kotlin.Long)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [5] ClassCastExceptionInput(valueInMap=string, expectedValue=class kotlin.Float)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [6] ClassCastExceptionInput(valueInMap=string, expectedValue=class kotlin.Char)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [7] ClassCastExceptionInput(valueInMap=string, expectedValue=class kotlin.Byte)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [8] ClassCastExceptionInput(valueInMap=true, expectedValue=class kotlin.String)
de.sipgate.federmappe.common.StringMapDecoderTest ‑ [9] ClassCastExceptionInput(valueInMap=true, expectedValue=class kotlin.Int)
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.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