Push on main #3415
GitHub Actions / Test Results
succeeded
Apr 4, 2025 in 0s
All 551 tests pass, 1 skipped in 1m 18s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
1 skipped test found
There is 1 skipped test, see "Raw output" for the name of the skipped test.
Raw output
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can encode and decode a list of non-nullable Unit
Check notice on line 0 in .github
github-actions / Test Results
552 tests found (test 1 to 488)
There are 552 tests, see "Raw output" for the list of tests 1 to 488.
Raw output
com.google.firebase.dataconnect.AnyValueSerializerUnitTest ‑ descriptor should have expected values
com.google.firebase.dataconnect.AnyValueSerializerUnitTest ‑ deserialize() should throw UnsupportedOperationException
com.google.firebase.dataconnect.AnyValueSerializerUnitTest ‑ serialize() should throw UnsupportedOperationException
com.google.firebase.dataconnect.AnyValueUnitTest ‑ constructor(Boolean) creates an object with the expected value
com.google.firebase.dataconnect.AnyValueUnitTest ‑ constructor(Double) creates an object with the expected value (edge cases)
com.google.firebase.dataconnect.AnyValueUnitTest ‑ constructor(Double) creates an object with the expected value (normal cases)
com.google.firebase.dataconnect.AnyValueUnitTest ‑ constructor(List) creates an object with the expected value (edge cases)
com.google.firebase.dataconnect.AnyValueUnitTest ‑ constructor(List) creates an object with the expected value (normal cases)
com.google.firebase.dataconnect.AnyValueUnitTest ‑ constructor(Map) creates an object with the expected value (edge cases)
com.google.firebase.dataconnect.AnyValueUnitTest ‑ constructor(Map) creates an object with the expected value (normal cases)
com.google.firebase.dataconnect.AnyValueUnitTest ‑ constructor(String) creates an object with the expected value (edge cases)
com.google.firebase.dataconnect.AnyValueUnitTest ‑ constructor(String) creates an object with the expected value (normal cases)
com.google.firebase.dataconnect.AnyValueUnitTest ‑ decode() can decode @Serializable class with nested values
com.google.firebase.dataconnect.AnyValueUnitTest ‑ decode() can decode @Serializable class with non-nullable scalar properties
com.google.firebase.dataconnect.AnyValueUnitTest ‑ decode() can decode @Serializable class with nullable scalar properties with non-null values
com.google.firebase.dataconnect.AnyValueUnitTest ‑ decode() can decode @Serializable class with nullable scalar properties with null values
com.google.firebase.dataconnect.AnyValueUnitTest ‑ decode() can decode booleans (edge cases)
com.google.firebase.dataconnect.AnyValueUnitTest ‑ decode() can decode doubles (edge cases)
com.google.firebase.dataconnect.AnyValueUnitTest ‑ decode() can decode doubles (normal cases)
com.google.firebase.dataconnect.AnyValueUnitTest ‑ decode() can decode lists (edge cases)
com.google.firebase.dataconnect.AnyValueUnitTest ‑ decode() can decode lists (normal cases)
com.google.firebase.dataconnect.AnyValueUnitTest ‑ decode() can decode maps (edge cases)
com.google.firebase.dataconnect.AnyValueUnitTest ‑ decode() can decode maps (normal cases)
com.google.firebase.dataconnect.AnyValueUnitTest ‑ decode() can decode nested AnyValue
com.google.firebase.dataconnect.AnyValueUnitTest ‑ decode() can decode strings (edge cases)
com.google.firebase.dataconnect.AnyValueUnitTest ‑ decode() can decode strings (normal cases)
com.google.firebase.dataconnect.AnyValueUnitTest ‑ decode() passes along the serialization module
com.google.firebase.dataconnect.AnyValueUnitTest ‑ decode() uses the default serializer if not explicitly specified
com.google.firebase.dataconnect.AnyValueUnitTest ‑ default serializer should be AnyValueSerializer
com.google.firebase.dataconnect.AnyValueUnitTest ‑ encode() can encode @Serializable class with nested values
com.google.firebase.dataconnect.AnyValueUnitTest ‑ encode() can encode @Serializable class with non-nullable scalar properties
com.google.firebase.dataconnect.AnyValueUnitTest ‑ encode() can encode @Serializable class with nullable scalar properties with non-null values
com.google.firebase.dataconnect.AnyValueUnitTest ‑ encode() can encode @Serializable class with nullable scalar properties with null values
com.google.firebase.dataconnect.AnyValueUnitTest ‑ encode() can encode booleans (edge cases)
com.google.firebase.dataconnect.AnyValueUnitTest ‑ encode() can encode doubles (edge cases)
com.google.firebase.dataconnect.AnyValueUnitTest ‑ encode() can encode doubles (normal cases)
com.google.firebase.dataconnect.AnyValueUnitTest ‑ encode() can encode lists (edge cases)
com.google.firebase.dataconnect.AnyValueUnitTest ‑ encode() can encode lists (normal cases)
com.google.firebase.dataconnect.AnyValueUnitTest ‑ encode() can encode maps (edge cases)
com.google.firebase.dataconnect.AnyValueUnitTest ‑ encode() can encode maps (normal cases)
com.google.firebase.dataconnect.AnyValueUnitTest ‑ encode() can encode nested AnyValue
com.google.firebase.dataconnect.AnyValueUnitTest ‑ encode() can encode strings (edge cases)
com.google.firebase.dataconnect.AnyValueUnitTest ‑ encode() can encode strings (normal cases)
com.google.firebase.dataconnect.AnyValueUnitTest ‑ encode() passes along the serialization module
com.google.firebase.dataconnect.AnyValueUnitTest ‑ encode() uses the default serializer if not explicitly specified
com.google.firebase.dataconnect.AnyValueUnitTest ‑ equals(equal, but distinct, instance) returns true
com.google.firebase.dataconnect.AnyValueUnitTest ‑ equals(null) returns false
com.google.firebase.dataconnect.AnyValueUnitTest ‑ equals(some other type) returns false
com.google.firebase.dataconnect.AnyValueUnitTest ‑ equals(this) returns true
com.google.firebase.dataconnect.AnyValueUnitTest ‑ equals(unequal instance) returns false
com.google.firebase.dataconnect.AnyValueUnitTest ‑ fromNonNullableAny() edge cases
com.google.firebase.dataconnect.AnyValueUnitTest ‑ fromNonNullableAny() normal cases
com.google.firebase.dataconnect.AnyValueUnitTest ‑ fromNullableAny() edge cases
com.google.firebase.dataconnect.AnyValueUnitTest ‑ fromNullableAny() normal cases
com.google.firebase.dataconnect.AnyValueUnitTest ‑ hashCode() should return different value when the encapsulated value has a different hash code
com.google.firebase.dataconnect.AnyValueUnitTest ‑ hashCode() should return the same value when invoked repeatedly
com.google.firebase.dataconnect.AnyValueUnitTest ‑ toString() should not throw
com.google.firebase.dataconnect.ConnectorConfigUnitTest ‑ copy() should return a new, equal object when invoked with no explicit arguments
com.google.firebase.dataconnect.ConnectorConfigUnitTest ‑ copy() should return an object with properties set to all given arguments
com.google.firebase.dataconnect.ConnectorConfigUnitTest ‑ copy() should return an object with the given 'connector'
com.google.firebase.dataconnect.ConnectorConfigUnitTest ‑ copy() should return an object with the given 'location'
com.google.firebase.dataconnect.ConnectorConfigUnitTest ‑ copy() should return an object with the given 'serviceId'
com.google.firebase.dataconnect.ConnectorConfigUnitTest ‑ equals() should return false for a different type
com.google.firebase.dataconnect.ConnectorConfigUnitTest ‑ equals() should return false for null
com.google.firebase.dataconnect.ConnectorConfigUnitTest ‑ equals() should return false when only 'connector' differs
com.google.firebase.dataconnect.ConnectorConfigUnitTest ‑ equals() should return false when only 'location' differs
com.google.firebase.dataconnect.ConnectorConfigUnitTest ‑ equals() should return false when only 'serviceId' differs
com.google.firebase.dataconnect.ConnectorConfigUnitTest ‑ equals() should return true for an equal instance
com.google.firebase.dataconnect.ConnectorConfigUnitTest ‑ equals() should return true for the exact same instance
com.google.firebase.dataconnect.ConnectorConfigUnitTest ‑ hashCode() should return a different value when only 'connector' differs
com.google.firebase.dataconnect.ConnectorConfigUnitTest ‑ hashCode() should return a different value when only 'location' differs
com.google.firebase.dataconnect.ConnectorConfigUnitTest ‑ hashCode() should return a different value when only 'serviceId' differs
com.google.firebase.dataconnect.ConnectorConfigUnitTest ‑ hashCode() should return the same value each time it is invoked on a given object
com.google.firebase.dataconnect.ConnectorConfigUnitTest ‑ hashCode() should return the same value on equal objects
com.google.firebase.dataconnect.ConnectorConfigUnitTest ‑ properties should be the same objects given to the constructor
com.google.firebase.dataconnect.ConnectorConfigUnitTest ‑ toString() returns a string that incorporates all property values
com.google.firebase.dataconnect.DataConnectPathSegmentFieldUnitTest ‑ constructor should set field property
com.google.firebase.dataconnect.DataConnectPathSegmentFieldUnitTest ‑ equals() should return false for a different type
com.google.firebase.dataconnect.DataConnectPathSegmentFieldUnitTest ‑ equals() should return false for null
com.google.firebase.dataconnect.DataConnectPathSegmentFieldUnitTest ‑ equals() should return false when field differs
com.google.firebase.dataconnect.DataConnectPathSegmentFieldUnitTest ‑ equals() should return true for an equal instance
com.google.firebase.dataconnect.DataConnectPathSegmentFieldUnitTest ‑ equals() should return true for the exact same instance
com.google.firebase.dataconnect.DataConnectPathSegmentFieldUnitTest ‑ hashCode() should return a different value if field is different
com.google.firebase.dataconnect.DataConnectPathSegmentFieldUnitTest ‑ hashCode() should return the same value each time it is invoked on a given object
com.google.firebase.dataconnect.DataConnectPathSegmentFieldUnitTest ‑ hashCode() should return the same value on equal objects
com.google.firebase.dataconnect.DataConnectPathSegmentFieldUnitTest ‑ toString() should return a string equal to the field property
com.google.firebase.dataconnect.DataConnectPathSegmentListIndexUnitTest ‑ constructor should set index property
com.google.firebase.dataconnect.DataConnectPathSegmentListIndexUnitTest ‑ equals() should return false for a different type
com.google.firebase.dataconnect.DataConnectPathSegmentListIndexUnitTest ‑ equals() should return false for null
com.google.firebase.dataconnect.DataConnectPathSegmentListIndexUnitTest ‑ equals() should return false when field differs
com.google.firebase.dataconnect.DataConnectPathSegmentListIndexUnitTest ‑ equals() should return true for an equal instance
com.google.firebase.dataconnect.DataConnectPathSegmentListIndexUnitTest ‑ equals() should return true for the exact same instance
com.google.firebase.dataconnect.DataConnectPathSegmentListIndexUnitTest ‑ hashCode() should return a different value if index is different
com.google.firebase.dataconnect.DataConnectPathSegmentListIndexUnitTest ‑ hashCode() should return the same value each time it is invoked on a given object
com.google.firebase.dataconnect.DataConnectPathSegmentListIndexUnitTest ‑ hashCode() should return the same value on equal objects
com.google.firebase.dataconnect.DataConnectPathSegmentListIndexUnitTest ‑ toString() should return a string equal to the index property
com.google.firebase.dataconnect.DataConnectSettingsUnitTest ‑ copy() should return a new, equal object when invoked with no explicit arguments
com.google.firebase.dataconnect.DataConnectSettingsUnitTest ‑ copy() should return an object with properties set to all given arguments
com.google.firebase.dataconnect.DataConnectSettingsUnitTest ‑ copy() should return an object with the given 'host'
com.google.firebase.dataconnect.DataConnectSettingsUnitTest ‑ copy() should return an object with the given 'sslEnabled'
com.google.firebase.dataconnect.DataConnectSettingsUnitTest ‑ default constructor arguments are correct
com.google.firebase.dataconnect.DataConnectSettingsUnitTest ‑ equals() should return false for a different type
com.google.firebase.dataconnect.DataConnectSettingsUnitTest ‑ equals() should return false for null
com.google.firebase.dataconnect.DataConnectSettingsUnitTest ‑ equals() should return false when only 'host' differs
com.google.firebase.dataconnect.DataConnectSettingsUnitTest ‑ equals() should return false when only 'sslEnabled' differs
com.google.firebase.dataconnect.DataConnectSettingsUnitTest ‑ equals() should return true for an equal instance
com.google.firebase.dataconnect.DataConnectSettingsUnitTest ‑ equals() should return true for the exact same instance
com.google.firebase.dataconnect.DataConnectSettingsUnitTest ‑ hashCode() should return a different value when only 'host' differs
com.google.firebase.dataconnect.DataConnectSettingsUnitTest ‑ hashCode() should return a different value when only 'sslEnabled' differs
com.google.firebase.dataconnect.DataConnectSettingsUnitTest ‑ hashCode() should return the same value each time it is invoked on a given object
com.google.firebase.dataconnect.DataConnectSettingsUnitTest ‑ hashCode() should return the same value on equal objects
com.google.firebase.dataconnect.DataConnectSettingsUnitTest ‑ properties should be the same objects given to the constructor
com.google.firebase.dataconnect.DataConnectSettingsUnitTest ‑ toString() returns a string that incorporates all property values
com.google.firebase.dataconnect.LocalDateUnitTest ‑ constructor() should set properties to corresponding arguments
com.google.firebase.dataconnect.LocalDateUnitTest ‑ copy() with all arguments should return a new instance with the given arguments
com.google.firebase.dataconnect.LocalDateUnitTest ‑ copy() with no arguments should return an equal, but distinct, instance
com.google.firebase.dataconnect.LocalDateUnitTest ‑ equals() should return false when invoked with a different type
com.google.firebase.dataconnect.LocalDateUnitTest ‑ equals() should return false when invoked with null
com.google.firebase.dataconnect.LocalDateUnitTest ‑ equals() should return false when only the day differs
com.google.firebase.dataconnect.LocalDateUnitTest ‑ equals() should return false when only the month differs
com.google.firebase.dataconnect.LocalDateUnitTest ‑ equals() should return false when only the year differs
com.google.firebase.dataconnect.LocalDateUnitTest ‑ equals() should return true when invoked with a distinct, but equal, instance
com.google.firebase.dataconnect.LocalDateUnitTest ‑ equals() should return true when invoked with itself
com.google.firebase.dataconnect.LocalDateUnitTest ‑ hashCode() should return different values for different days
com.google.firebase.dataconnect.LocalDateUnitTest ‑ hashCode() should return different values for different months
com.google.firebase.dataconnect.LocalDateUnitTest ‑ hashCode() should return different values for different years
com.google.firebase.dataconnect.LocalDateUnitTest ‑ hashCode() should return the same value when invoked on equal, but distinct, objects
com.google.firebase.dataconnect.LocalDateUnitTest ‑ hashCode() should return the same value when invoked repeatedly
com.google.firebase.dataconnect.LocalDateUnitTest ‑ toDataConnectLocalDate() on java time LocalDate should return an equivalent LocalDate object
com.google.firebase.dataconnect.LocalDateUnitTest ‑ toDataConnectLocalDate() on kotlinx datetime LocalDate should return an equivalent LocalDate object
com.google.firebase.dataconnect.LocalDateUnitTest ‑ toJavaLocalDate() should return an equivalent java time LocalDate object
com.google.firebase.dataconnect.LocalDateUnitTest ‑ toKotlinxLocalDate() should return an equivalent java time LocalDate object
com.google.firebase.dataconnect.LocalDateUnitTest ‑ toString() should return a string conforming to what is expected
com.google.firebase.dataconnect.LoggerUnitTest ‑ noisiestOf()
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can decode a ListValue of Boolean
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can decode a ListValue of Double
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can decode a ListValue of Int
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can decode a ListValue of ListValue
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can decode a ListValue of String
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can decode a ListValue of Struct
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can decode a ListValue of _nullable_ Boolean
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can decode a ListValue of _nullable_ Double
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can decode a ListValue of _nullable_ Int
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can decode a ListValue of _nullable_ ListValue
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can decode a ListValue of _nullable_ String
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can decode a ListValue of _nullable_ Struct
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can decode a ListValue with Inline values
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can decode a ListValue with _nullable_ Inline values
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can decode a Struct to Unit
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can decode a Struct with Boolean values
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can decode a Struct with Double values
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can decode a Struct with Inline values
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can decode a Struct with Int values
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can decode a Struct with String values
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can decode a Struct with _nullable_ Boolean values
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can decode a Struct with _nullable_ Double values
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can decode a Struct with _nullable_ Inline values
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can decode a Struct with _nullable_ Int values
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can decode a Struct with _nullable_ String values
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can decode a Struct with nested Struct values
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can decode a Struct with nested _nullable_ Struct values
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can decode a Struct with nullable ListValue values
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can encode and decode a list of non-nullable Unit
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can encode and decode a list of nullable Unit
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() can encode and decode complex objects
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() should throw SerializationException if attempting to decode a Boolean
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() should throw SerializationException if attempting to decode a Double
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() should throw SerializationException if attempting to decode a List
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() should throw SerializationException if attempting to decode a String
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() should throw SerializationException if attempting to decode an Int
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() should throw SerializationException if decoding a Boolean value found a different type
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() should throw SerializationException if decoding a Double value found a different type
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() should throw SerializationException if decoding a List value found a different type
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() should throw SerializationException if decoding a String value found a different type
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() should throw SerializationException if decoding a Struct value found a different type
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() should throw SerializationException if decoding a Struct value found null
com.google.firebase.dataconnect.ProtoStructDecoderUnitTest ‑ decodeFromStruct() should throw SerializationException if decoding an Int value found a different type
com.google.firebase.dataconnect.ProtoStructEncoderUnitTest ‑ encodeToStruct() should encode Unit as an empty struct
com.google.firebase.dataconnect.ProtoStructEncoderUnitTest ‑ encodeToStruct() should encode an class with all primitive types
com.google.firebase.dataconnect.ProtoStructEncoderUnitTest ‑ encodeToStruct() should encode lists with all primitive types
com.google.firebase.dataconnect.ProtoStructEncoderUnitTest ‑ encodeToStruct() should return an empty struct if an empty map is given
com.google.firebase.dataconnect.ProtoStructEncoderUnitTest ‑ encodeToStruct() should support OptionalVariable Undefined when T is not nullable
com.google.firebase.dataconnect.ProtoStructEncoderUnitTest ‑ encodeToStruct() should support OptionalVariable Undefined when T is nullable
com.google.firebase.dataconnect.ProtoStructEncoderUnitTest ‑ encodeToStruct() should support OptionalVariable Value when T is not nullable
com.google.firebase.dataconnect.ProtoStructEncoderUnitTest ‑ encodeToStruct() should support OptionalVariable Value when T is nullable
com.google.firebase.dataconnect.ProtoStructEncoderUnitTest ‑ encodeToStruct() should throw if a BOOL_VALUE is produced
com.google.firebase.dataconnect.ProtoStructEncoderUnitTest ‑ encodeToStruct() should throw if a LIST_VALUE is produced
com.google.firebase.dataconnect.ProtoStructEncoderUnitTest ‑ encodeToStruct() should throw if a NUMBER_VALUE is produced
com.google.firebase.dataconnect.ProtoStructEncoderUnitTest ‑ encodeToStruct() should throw if a STRING_VALUE is produced
com.google.firebase.dataconnect.UtilUnitTest ‑ ByteArray toAlphaNumericString() interprets the alphabet
com.google.firebase.dataconnect.UtilUnitTest ‑ ByteArray toAlphaNumericString() on byte array containing all possible values
com.google.firebase.dataconnect.UtilUnitTest ‑ ByteArray toAlphaNumericString() on byte array with 1 element of value -1
com.google.firebase.dataconnect.UtilUnitTest ‑ ByteArray toAlphaNumericString() on byte array with 1 element of value 0
com.google.firebase.dataconnect.UtilUnitTest ‑ ByteArray toAlphaNumericString() on byte array with 1 element of value 0xff
com.google.firebase.dataconnect.UtilUnitTest ‑ ByteArray toAlphaNumericString() on byte array with 1 element of value 1
com.google.firebase.dataconnect.UtilUnitTest ‑ ByteArray toAlphaNumericString() on byte array with 1 element of value MAX_VALUE
com.google.firebase.dataconnect.UtilUnitTest ‑ ByteArray toAlphaNumericString() on byte array with 1 element of value MIN_VALUE
com.google.firebase.dataconnect.UtilUnitTest ‑ ByteArray toAlphaNumericString() on empty byte array
com.google.firebase.dataconnect.UtilUnitTest ‑ ByteArray toAlphaNumericString() where the final 5-bit chunk is 1 bit
com.google.firebase.dataconnect.UtilUnitTest ‑ ByteArray toAlphaNumericString() where the final 5-bit chunk is 2 bits
com.google.firebase.dataconnect.UtilUnitTest ‑ ByteArray toAlphaNumericString() where the final 5-bit chunk is 3 bits
com.google.firebase.dataconnect.UtilUnitTest ‑ ByteArray toAlphaNumericString() where the final 5-bit chunk is 4 bits
com.google.firebase.dataconnect.connectors.GeneratedConnectorUnitTest ‑ copy() should return an object whose properties are set to the given arguments
com.google.firebase.dataconnect.connectors.GeneratedConnectorUnitTest ‑ copy() with no arguments should return a distinct, but equal, object
com.google.firebase.dataconnect.connectors.GeneratedConnectorUnitTest ‑ equals() should return false if only dataConnect differs
com.google.firebase.dataconnect.connectors.GeneratedConnectorUnitTest ‑ equals() with a copy of itself should return true
com.google.firebase.dataconnect.connectors.GeneratedConnectorUnitTest ‑ equals() with an otherwise equal but different implementation should return false
com.google.firebase.dataconnect.connectors.GeneratedConnectorUnitTest ‑ equals() with itself should return true
com.google.firebase.dataconnect.connectors.GeneratedConnectorUnitTest ‑ equals(an object of a different type) should return false
com.google.firebase.dataconnect.connectors.GeneratedConnectorUnitTest ‑ equals(null) should return false
com.google.firebase.dataconnect.connectors.GeneratedConnectorUnitTest ‑ hashCode() should always return the same value when invoked on a given object
com.google.firebase.dataconnect.connectors.GeneratedConnectorUnitTest ‑ hashCode() should return different values on objects with different dataConnect
com.google.firebase.dataconnect.connectors.GeneratedConnectorUnitTest ‑ hashCode() should return the same value when invoked on distinct, but equal objects
com.google.firebase.dataconnect.connectors.GeneratedConnectorUnitTest ‑ toString() should return a string containing the expected components
com.google.firebase.dataconnect.connectors.GeneratedOperationUnitTest ‑ copy() should return an object whose properties are set to the given arguments
com.google.firebase.dataconnect.connectors.GeneratedOperationUnitTest ‑ copy() with no arguments should return a distinct, but equal, object
com.google.firebase.dataconnect.connectors.GeneratedOperationUnitTest ‑ equals() should return false if only connector differs
com.google.firebase.dataconnect.connectors.GeneratedOperationUnitTest ‑ equals() should return false if only dataDeserializer differs
com.google.firebase.dataconnect.connectors.GeneratedOperationUnitTest ‑ equals() should return false if only operationName differs
com.google.firebase.dataconnect.connectors.GeneratedOperationUnitTest ‑ equals() should return false if only variablesSerializer differs
com.google.firebase.dataconnect.connectors.GeneratedOperationUnitTest ‑ equals() with a copy of itself should return true
com.google.firebase.dataconnect.connectors.GeneratedOperationUnitTest ‑ equals() with an otherwise equal but different implementation of GeneratedMutation should return false
com.google.firebase.dataconnect.connectors.GeneratedOperationUnitTest ‑ equals() with an otherwise equal but different implementation of GeneratedQuery should return false
com.google.firebase.dataconnect.connectors.GeneratedOperationUnitTest ‑ equals() with itself should return true
com.google.firebase.dataconnect.connectors.GeneratedOperationUnitTest ‑ equals(an object of a different type) should return false
com.google.firebase.dataconnect.connectors.GeneratedOperationUnitTest ‑ equals(null) should return false
com.google.firebase.dataconnect.connectors.GeneratedOperationUnitTest ‑ hashCode() should always return the same value when invoked on a given object
com.google.firebase.dataconnect.connectors.GeneratedOperationUnitTest ‑ hashCode() should return different values on objects with different connector
com.google.firebase.dataconnect.connectors.GeneratedOperationUnitTest ‑ hashCode() should return different values on objects with different dataDeserializer
com.google.firebase.dataconnect.connectors.GeneratedOperationUnitTest ‑ hashCode() should return different values on objects with different operationName
com.google.firebase.dataconnect.connectors.GeneratedOperationUnitTest ‑ hashCode() should return different values on objects with different variablesSerializer
com.google.firebase.dataconnect.connectors.GeneratedOperationUnitTest ‑ hashCode() should return the same value when invoked on distinct, but equal objects
com.google.firebase.dataconnect.connectors.GeneratedOperationUnitTest ‑ toString() should return a string containing the expected components
com.google.firebase.dataconnect.connectors.GeneratedOperationUnitTest ‑ withDataDeserializer() should return an object with the given dataDeserializer
com.google.firebase.dataconnect.connectors.GeneratedOperationUnitTest ‑ withVariablesSerializer() should return an object with the given variablesSerializer
com.google.firebase.dataconnect.connectors.PostsConnectorUnitTest ‑ createComment property should always return the same instance
com.google.firebase.dataconnect.connectors.PostsConnectorUnitTest ‑ createPost property should always return the same instance
com.google.firebase.dataconnect.connectors.PostsConnectorUnitTest ‑ getPost property should always return the same instance
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ getInstance_FirebaseApp_CanBeAccessedConcurrently
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ getInstance_FirebaseApp_Settings_CanBeAccessedConcurrently
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ getInstance_FirebaseApp_Settings_ShouldAlwaysReturnTheSameInstance
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ getInstance_FirebaseApp_Settings_ShouldBeAssociatedWithTheDataConnectInstanceAssociatedWithTheSpecifiedApp
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ getInstance_FirebaseApp_Settings_ShouldReturnANewInstanceAfterTheUnderlyingDataConnectInstanceIsClosed
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ getInstance_FirebaseApp_Settings_ShouldReturnANewInstanceWithTheNewDataConnectAfterTheUnderlyingDataConnectInstanceIsClosed
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ getInstance_FirebaseApp_Settings_ShouldUseTheSpecifiedSettings
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ getInstance_FirebaseApp_ShouldAlwaysReturnTheSameInstance
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ getInstance_FirebaseApp_ShouldBeAssociatedWithTheDataConnectInstanceAssociatedWithTheSpecifiedApp
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ getInstance_FirebaseApp_ShouldReturnANewInstanceAfterTheUnderlyingDataConnectInstanceIsClosed
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ getInstance_FirebaseApp_ShouldReturnANewInstanceWithTheNewDataConnectAfterTheUnderlyingDataConnectInstanceIsClosed
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ getInstance_FirebaseApp_ShouldUseTheDefaultSettings
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ getInstance_FirebaseDataConnect_CanBeAccessedConcurrently
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ getInstance_FirebaseDataConnect_ShouldAlwaysReturnTheSameInstance
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ getInstance_FirebaseDataConnect_ShouldBeAssociatedWithTheDataConnectInstanceAssociatedWithTheSpecifiedApp
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ getInstance_FirebaseDataConnect_ShouldReturnADistinctConnectorForADistinctDataConnect
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ getInstance_FirebaseDataConnect_ShouldReturnADistinctConnectorWithTheDistinctDataConnect
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ getInstance_NoArgs_CanBeCalledConcurrently
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ getInstance_NoArgs_ShouldAlwaysReturnTheSameInstance
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ getInstance_NoArgs_ShouldReturnSameObjectAsInstanceProperty
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ getInstance_NoArgs_ShouldReturnSameObjectAsInstancePropertyAfterTheUnderlyingDataConnectInstanceIsClosed
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ getInstance_Settings_CanBeCalledConcurrently
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ getInstance_Settings_ShouldAlwaysReturnTheSameInstance
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ getInstance_Settings_ShouldBeAssociatedWithTheDataConnectInstanceAssociatedWithTheDefaultApp
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ getInstance_Settings_ShouldReturnANewInstanceAfterTheUnderlyingDataConnectInstanceIsClosed
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ getInstance_Settings_ShouldReturnANewInstanceWithTheNewDataConnectAfterTheUnderlyingDataConnectInstanceIsClosed
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ getInstance_Settings_ShouldUseTheSpecifiedSettings
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ instance_CanBeAccessedConcurrently
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ instance_ShouldAlwaysReturnTheSameInstance
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ instance_ShouldBeAssociatedWithTheDataConnectInstanceAssociatedWithTheDefaultApp
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ instance_ShouldReturnANewInstanceAfterTheUnderlyingDataConnectInstanceIsClosed
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ instance_ShouldReturnANewInstanceWithTheNewDataConnectAfterTheUnderlyingDataConnectInstanceIsClosed
com.google.firebase.dataconnect.connectors.demo.DemoConnectorCompanionUnitTest ‑ instance_ShouldUseTheDefaultSettings
com.google.firebase.dataconnect.core.DataConnectAuthUnitTest ‑ DataConnectAuth initializes even if whenAvailable() throws
com.google.firebase.dataconnect.core.DataConnectAuthUnitTest ‑ addIdTokenListener() should NOT be called if whenAvailable() calls back after close()
com.google.firebase.dataconnect.core.DataConnectAuthUnitTest ‑ close() should be callable multiple times, from multiple threads
com.google.firebase.dataconnect.core.DataConnectAuthUnitTest ‑ close() should cancel in-flight requests to get a token
com.google.firebase.dataconnect.core.DataConnectAuthUnitTest ‑ close() should log a message
com.google.firebase.dataconnect.core.DataConnectAuthUnitTest ‑ close() should remove the IdTokenListener
com.google.firebase.dataconnect.core.DataConnectAuthUnitTest ‑ close() should succeed if called on a brand new instance()
com.google.firebase.dataconnect.core.DataConnectAuthUnitTest ‑ forceRefresh() should do nothing if invoked after close()
com.google.firebase.dataconnect.core.DataConnectAuthUnitTest ‑ getToken() should NOT force refresh the access token after it is force refreshed
com.google.firebase.dataconnect.core.DataConnectAuthUnitTest ‑ getToken() should NOT force refresh the access token without calling forceRefresh()
com.google.firebase.dataconnect.core.DataConnectAuthUnitTest ‑ getToken() should ask for a token from FirebaseAuth on every invocation
com.google.firebase.dataconnect.core.DataConnectAuthUnitTest ‑ getToken() should conflate concurrent requests
com.google.firebase.dataconnect.core.DataConnectAuthUnitTest ‑ getToken() should force refresh the access token after calling forceRefresh()
com.google.firebase.dataconnect.core.DataConnectAuthUnitTest ‑ getToken() should ignore results with lower sequence number
com.google.firebase.dataconnect.core.DataConnectAuthUnitTest ‑ getToken() should re-fetch token if invalidated concurrently
com.google.firebase.dataconnect.core.DataConnectAuthUnitTest ‑ getToken() should re-throw the exception thrown by InternalAuthProvider getAccessToken()
com.google.firebase.dataconnect.core.DataConnectAuthUnitTest ‑ getToken() should return null if InternalAuthProvider is not available
com.google.firebase.dataconnect.core.DataConnectAuthUnitTest ‑ getToken() should return null if no user is signed in
com.google.firebase.dataconnect.core.DataConnectAuthUnitTest ‑ getToken() should return re-throw the exception from the task returned from FirebaseAuth
com.google.firebase.dataconnect.core.DataConnectAuthUnitTest ‑ getToken() should return the token returned from FirebaseAuth
com.google.firebase.dataconnect.core.DataConnectAuthUnitTest ‑ getToken() should throw if invoked after close()
com.google.firebase.dataconnect.core.DataConnectAuthUnitTest ‑ removeIdTokenListener() should be called if close() is called concurrently during addIdTokenListener()
com.google.firebase.dataconnect.core.DataConnectGrpcClientOperationResultUnitTest ‑ deserialize() should ignore the module given with DataConnectUntypedData
com.google.firebase.dataconnect.core.DataConnectGrpcClientOperationResultUnitTest ‑ deserialize() should pass through the SerializersModule
com.google.firebase.dataconnect.core.DataConnectGrpcClientOperationResultUnitTest ‑ deserialize() should throw if data is null and errors is empty
com.google.firebase.dataconnect.core.DataConnectGrpcClientOperationResultUnitTest ‑ deserialize() should throw if decoding fails and error list is empty
com.google.firebase.dataconnect.core.DataConnectGrpcClientOperationResultUnitTest ‑ deserialize() should throw if one or more errors and data is null
com.google.firebase.dataconnect.core.DataConnectGrpcClientOperationResultUnitTest ‑ deserialize() should throw if one or more errors, data is NOT null, and decoding fails
com.google.firebase.dataconnect.core.DataConnectGrpcClientOperationResultUnitTest ‑ deserialize() should throw if one or more errors, data is NOT null, and decoding succeeds
com.google.firebase.dataconnect.core.DataConnectGrpcClientOperationResultUnitTest ‑ deserialize() successfully deserializes
com.google.firebase.dataconnect.core.DataConnectGrpcClientOperationResultUnitTest ‑ deserialize() with non-null data should treat DataConnectUntypedData specially
com.google.firebase.dataconnect.core.DataConnectGrpcClientOperationResultUnitTest ‑ deserialize() with null data should treat DataConnectUntypedData specially
com.google.firebase.dataconnect.core.DataConnectGrpcClientUnitTest ‑ executeMutation() should NOT retry on error status other than UNAUTHENTICATED
com.google.firebase.dataconnect.core.DataConnectGrpcClientUnitTest ‑ executeMutation() should propagate non-grpc exceptions
com.google.firebase.dataconnect.core.DataConnectGrpcClientUnitTest ‑ executeMutation() should retry with a fresh AppCheck token on UNAUTHENTICATED
com.google.firebase.dataconnect.core.DataConnectGrpcClientUnitTest ‑ executeMutation() should retry with a fresh auth token on UNAUTHENTICATED
com.google.firebase.dataconnect.core.DataConnectGrpcClientUnitTest ‑ executeMutation() should return data and errors
com.google.firebase.dataconnect.core.DataConnectGrpcClientUnitTest ‑ executeMutation() should return null data and empty errors if response is empty
com.google.firebase.dataconnect.core.DataConnectGrpcClientUnitTest ‑ executeMutation() should send the right request
com.google.firebase.dataconnect.core.DataConnectGrpcClientUnitTest ‑ executeMutation() should throw the exception from the retry if retry also fails with UNAUTHENTICATED
com.google.firebase.dataconnect.core.DataConnectGrpcClientUnitTest ‑ executeMutation() should throw the exception from the retry if retry fails with a code other than UNAUTHENTICATED
com.google.firebase.dataconnect.core.DataConnectGrpcClientUnitTest ‑ executeMutation() should throw the exception from the retry if retry fails with some other exception
com.google.firebase.dataconnect.core.DataConnectGrpcClientUnitTest ‑ executeQuery() should NOT retry on error status other than UNAUTHENTICATED
com.google.firebase.dataconnect.core.DataConnectGrpcClientUnitTest ‑ executeQuery() should propagate non-grpc exceptions
com.google.firebase.dataconnect.core.DataConnectGrpcClientUnitTest ‑ executeQuery() should retry with a fresh AppCheck token on UNAUTHENTICATED
com.google.firebase.dataconnect.core.DataConnectGrpcClientUnitTest ‑ executeQuery() should retry with a fresh auth token on UNAUTHENTICATED
com.google.firebase.dataconnect.core.DataConnectGrpcClientUnitTest ‑ executeQuery() should return data and errors
com.google.firebase.dataconnect.core.DataConnectGrpcClientUnitTest ‑ executeQuery() should return null data and empty errors if response is empty
com.google.firebase.dataconnect.core.DataConnectGrpcClientUnitTest ‑ executeQuery() should send the right request
com.google.firebase.dataconnect.core.DataConnectGrpcClientUnitTest ‑ executeQuery() should throw the exception from the retry if retry also fails with UNAUTHENTICATED
com.google.firebase.dataconnect.core.DataConnectGrpcClientUnitTest ‑ executeQuery() should throw the exception from the retry if retry fails with a code other than UNAUTHENTICATED
com.google.firebase.dataconnect.core.DataConnectGrpcClientUnitTest ‑ executeQuery() should throw the exception from the retry if retry fails with some other exception
com.google.firebase.dataconnect.core.DataConnectGrpcMetadataUnitTest ‑ forSystemVersions() should return correct values
com.google.firebase.dataconnect.core.DataConnectGrpcMetadataUnitTest ‑ should NOT include x-firebase-gmpid if appId is blank
com.google.firebase.dataconnect.core.DataConnectGrpcMetadataUnitTest ‑ should NOT include x-firebase-gmpid if appId is the empty string
com.google.firebase.dataconnect.core.DataConnectGrpcMetadataUnitTest ‑ should include x-firebase-appcheck when the AppCheck token is not null
com.google.firebase.dataconnect.core.DataConnectGrpcMetadataUnitTest ‑ should include x-firebase-auth-token when the auth token is not null
com.google.firebase.dataconnect.core.DataConnectGrpcMetadataUnitTest ‑ should include x-firebase-gmpid
com.google.firebase.dataconnect.core.DataConnectGrpcMetadataUnitTest ‑ should include x-goog-api-client when callerSdkType is Base
com.google.firebase.dataconnect.core.DataConnectGrpcMetadataUnitTest ‑ should include x-goog-api-client when callerSdkType is Generated
com.google.firebase.dataconnect.core.DataConnectGrpcMetadataUnitTest ‑ should include x-goog-request-params
com.google.firebase.dataconnect.core.DataConnectGrpcMetadataUnitTest ‑ should omit x-firebase-appcheck when the AppCheck token is null
com.google.firebase.dataconnect.core.DataConnectGrpcMetadataUnitTest ‑ should omit x-firebase-auth-token when the auth token is null
com.google.firebase.dataconnect.core.DataConnectOperationFailureResponseImplErrorInfoImplUnitTest ‑ constructor should set properties to the given values
com.google.firebase.dataconnect.core.DataConnectOperationFailureResponseImplErrorInfoImplUnitTest ‑ equals() should return false for a different type
com.google.firebase.dataconnect.core.DataConnectOperationFailureResponseImplErrorInfoImplUnitTest ‑ equals() should return false for null
com.google.firebase.dataconnect.core.DataConnectOperationFailureResponseImplErrorInfoImplUnitTest ‑ equals() should return false when message differs
com.google.firebase.dataconnect.core.DataConnectOperationFailureResponseImplErrorInfoImplUnitTest ‑ equals() should return false when path differs
com.google.firebase.dataconnect.core.DataConnectOperationFailureResponseImplErrorInfoImplUnitTest ‑ equals() should return true for an equal instance
com.google.firebase.dataconnect.core.DataConnectOperationFailureResponseImplErrorInfoImplUnitTest ‑ equals() should return true for the exact same instance
com.google.firebase.dataconnect.core.DataConnectOperationFailureResponseImplErrorInfoImplUnitTest ‑ hashCode() should return a different value if message is different
com.google.firebase.dataconnect.core.DataConnectOperationFailureResponseImplErrorInfoImplUnitTest ‑ hashCode() should return a different value if path is different
com.google.firebase.dataconnect.core.DataConnectOperationFailureResponseImplErrorInfoImplUnitTest ‑ hashCode() should return the same value each time it is invoked on a given object
com.google.firebase.dataconnect.core.DataConnectOperationFailureResponseImplErrorInfoImplUnitTest ‑ hashCode() should return the same value on equal objects
com.google.firebase.dataconnect.core.DataConnectOperationFailureResponseImplErrorInfoImplUnitTest ‑ toString() for path is field, field, listIndex
com.google.firebase.dataconnect.core.DataConnectOperationFailureResponseImplErrorInfoImplUnitTest ‑ toString() for path is field, listIndex
com.google.firebase.dataconnect.core.DataConnectOperationFailureResponseImplErrorInfoImplUnitTest ‑ toString() for path is field, listIndex, field
com.google.firebase.dataconnect.core.DataConnectOperationFailureResponseImplErrorInfoImplUnitTest ‑ toString() for path is field, listIndex, field, listIndex
com.google.firebase.dataconnect.core.DataConnectOperationFailureResponseImplErrorInfoImplUnitTest ‑ toString() for path is field, listIndex, listIndex
com.google.firebase.dataconnect.core.DataConnectOperationFailureResponseImplErrorInfoImplUnitTest ‑ toString() for path is field, listIndex, listIndex, field
com.google.firebase.dataconnect.core.DataConnectOperationFailureResponseImplErrorInfoImplUnitTest ‑ toString() for path is listIndex, field
com.google.firebase.dataconnect.core.DataConnectOperationFailureResponseImplErrorInfoImplUnitTest ‑ toString() should not do anything different with an empty message
com.google.firebase.dataconnect.core.DataConnectOperationFailureResponseImplErrorInfoImplUnitTest ‑ toString() should print field path segments separated by dots
com.google.firebase.dataconnect.core.DataConnectOperationFailureResponseImplErrorInfoImplUnitTest ‑ toString() should print list index path segments separated by dots
com.google.firebase.dataconnect.core.DataConnectOperationFailureResponseImplErrorInfoImplUnitTest ‑ toString() should return an empty string if both message and path are empty
com.google.firebase.dataconnect.core.DataConnectOperationFailureResponseImplErrorInfoImplUnitTest ‑ toString() should return the message if message is non-empty and path is empty
com.google.firebase.dataconnect.core.DataConnectOperationFailureResponseImplUnitTest ‑ constructor should set properties to the given values
com.google.firebase.dataconnect.core.DataConnectOperationFailureResponseImplUnitTest ‑ toString() should incorporate property values
com.google.firebase.dataconnect.core.FirebaseDataConnectImplUnitTest ‑ awaitAppCheckReady() should return once the provider is available
com.google.firebase.dataconnect.core.FirebaseDataConnectImplUnitTest ‑ awaitAuthReady() should return once the provider is available
com.google.firebase.dataconnect.core.FirebaseDataConnectImplUnitTest ‑ mutation() with all options specified should use the given options
com.google.firebase.dataconnect.core.FirebaseDataConnectImplUnitTest ‑ mutation() with no options set should use null for each option
com.google.firebase.dataconnect.core.FirebaseDataConnectImplUnitTest ‑ query() with all options specified should use the given options
com.google.firebase.dataconnect.core.FirebaseDataConnectImplUnitTest ‑ query() with no options set should use null for each option
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ constructor should initialize properties to the given objects
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ copy() with all arguments should return an object with its properties set to the given arguments
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ copy() with no arguments should return an equal, but distinct, object
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ equals() should return false when only callerSdkType differs
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ equals() should return false when only dataConnect differs
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ equals() should return false when only dataDeserializer differs
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ equals() should return false when only dataSerializersModule differs
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ equals() should return false when only operationName differs
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ equals() should return false when only variables differs
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ equals() should return false when only variablesSerializer differs
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ equals() should return false when only variablesSerializersModule differs
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ equals(an object of a different type) should return false
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ equals(equal, but distinct, instance) should return true
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ equals(null) should return false
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ equals(this) should return true
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ execute() calls executeMutation with the correct arguments
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ execute() handles DataConnectUntypedVariables and DataConnectUntypedData
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ execute() returns the result on success
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ execute() throws when the data is null
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ hashCode() should incorporate callerSdkType
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ hashCode() should incorporate dataConnect
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ hashCode() should incorporate dataDeserializer
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ hashCode() should incorporate dataSerializersModule
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ hashCode() should incorporate operationName
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ hashCode() should incorporate variables
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ hashCode() should incorporate variablesSerializer
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ hashCode() should incorporate variablesSerializersModule
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ hashCode() should return the same value when invoked on distinct, but equal, objects
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ hashCode() should return the same value when invoked repeatedly
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ toString() should incorporate the string representations of public properties
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ withDataDeserializer() with all arguments should return an equal object, except for the given arguments
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ withDataDeserializer() with only required arguments should return an equal object, except for the given arguments
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ withVariablesSerializer() with all arguments should return an equal object, except for the given arguments
com.google.firebase.dataconnect.core.MutationRefImplUnitTest ‑ withVariablesSerializer() with only required arguments should return an equal object, except for the given arguments
com.google.firebase.dataconnect.core.MutationResultImplUnitTest ‑ 'data' should be the same object given to the constructor
com.google.firebase.dataconnect.core.MutationResultImplUnitTest ‑ 'ref' should be the MutationRefImpl object that was used to create it
com.google.firebase.dataconnect.core.MutationResultImplUnitTest ‑ equals() should return false for a different type
com.google.firebase.dataconnect.core.MutationResultImplUnitTest ‑ equals() should return false for null
com.google.firebase.dataconnect.core.MutationResultImplUnitTest ‑ equals() should return false when data of first object is null and second is non-null
com.google.firebase.dataconnect.core.MutationResultImplUnitTest ‑ equals() should return false when data of second object is null and first is non-null
com.google.firebase.dataconnect.core.MutationResultImplUnitTest ‑ equals() should return false when only 'data' differs
com.google.firebase.dataconnect.core.MutationResultImplUnitTest ‑ equals() should return false when only 'ref' differs
com.google.firebase.dataconnect.core.MutationResultImplUnitTest ‑ equals() should return true for an equal instance
com.google.firebase.dataconnect.core.MutationResultImplUnitTest ‑ equals() should return true for the exact same instance
com.google.firebase.dataconnect.core.MutationResultImplUnitTest ‑ equals() should return true if all properties are equal, and 'data' is null
com.google.firebase.dataconnect.core.MutationResultImplUnitTest ‑ hashCode() should return a different value if 'data' is different
com.google.firebase.dataconnect.core.MutationResultImplUnitTest ‑ hashCode() should return a different value if 'ref' is different
com.google.firebase.dataconnect.core.MutationResultImplUnitTest ‑ hashCode() should return the same value each time it is invoked on a given object
com.google.firebase.dataconnect.core.MutationResultImplUnitTest ‑ hashCode() should return the same value on equal objects
com.google.firebase.dataconnect.core.MutationResultImplUnitTest ‑ toString() should contain the expected information
com.google.firebase.dataconnect.core.OperationRefImplUnitTest ‑ constructor should initialize properties to the given objects
com.google.firebase.dataconnect.core.OperationRefImplUnitTest ‑ equals() should return false when only callerSdkType differs
com.google.firebase.dataconnect.core.OperationRefImplUnitTest ‑ equals() should return false when only dataConnect differs
com.google.firebase.dataconnect.core.OperationRefImplUnitTest ‑ equals() should return false when only dataDeserializer differs
com.google.firebase.dataconnect.core.OperationRefImplUnitTest ‑ equals() should return false when only dataSerializersModule differs
com.google.firebase.dataconnect.core.OperationRefImplUnitTest ‑ equals() should return false when only operationName differs
com.google.firebase.dataconnect.core.OperationRefImplUnitTest ‑ equals() should return false when only variables differs
com.google.firebase.dataconnect.core.OperationRefImplUnitTest ‑ equals() should return false when only variablesSerializer differs
com.google.firebase.dataconnect.core.OperationRefImplUnitTest ‑ equals() should return false when only variablesSerializersModule differs
com.google.firebase.dataconnect.core.OperationRefImplUnitTest ‑ equals(an object of a different type) should return false
com.google.firebase.dataconnect.core.OperationRefImplUnitTest ‑ equals(equal, but distinct, instance) should return true
com.google.firebase.dataconnect.core.OperationRefImplUnitTest ‑ equals(null) should return false
com.google.firebase.dataconnect.core.OperationRefImplUnitTest ‑ equals(this) should return true
com.google.firebase.dataconnect.core.OperationRefImplUnitTest ‑ hashCode() should incorporate callerSdkType
com.google.firebase.dataconnect.core.OperationRefImplUnitTest ‑ hashCode() should incorporate dataConnect
com.google.firebase.dataconnect.core.OperationRefImplUnitTest ‑ hashCode() should incorporate dataDeserializer
com.google.firebase.dataconnect.core.OperationRefImplUnitTest ‑ hashCode() should incorporate dataSerializersModule
com.google.firebase.dataconnect.core.OperationRefImplUnitTest ‑ hashCode() should incorporate operationName
com.google.firebase.dataconnect.core.OperationRefImplUnitTest ‑ hashCode() should incorporate variables
com.google.firebase.dataconnect.core.OperationRefImplUnitTest ‑ hashCode() should incorporate variablesSerializer
com.google.firebase.dataconnect.core.OperationRefImplUnitTest ‑ hashCode() should incorporate variablesSerializersModule
com.google.firebase.dataconnect.core.OperationRefImplUnitTest ‑ hashCode() should return the same value when invoked on distinct, but equal, objects
com.google.firebase.dataconnect.core.OperationRefImplUnitTest ‑ hashCode() should return the same value when invoked repeatedly
com.google.firebase.dataconnect.core.OperationRefImplUnitTest ‑ toString() should incorporate the string representations of public properties
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ constructor should initialize properties to the given objects
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ copy() with all arguments should return an object with its properties set to the given arguments
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ copy() with no arguments should return an equal, but distinct, object
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ equals() should return false when only callerSdkType differs
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ equals() should return false when only dataConnect differs
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ equals() should return false when only dataDeserializer differs
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ equals() should return false when only dataSerializersModule differs
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ equals() should return false when only operationName differs
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ equals() should return false when only variables differs
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ equals() should return false when only variablesSerializer differs
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ equals() should return false when only variablesSerializersModule differs
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ equals(an object of a different type) should return false
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ equals(equal, but distinct, instance) should return true
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ equals(null) should return false
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ equals(this) should return true
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ execute() should return the result on success
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ execute() should throw on failure
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ hashCode() should incorporate callerSdkType
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ hashCode() should incorporate dataConnect
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ hashCode() should incorporate dataDeserializer
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ hashCode() should incorporate dataSerializersModule
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ hashCode() should incorporate operationName
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ hashCode() should incorporate variables
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ hashCode() should incorporate variablesSerializer
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ hashCode() should incorporate variablesSerializersModule
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ hashCode() should return the same value when invoked on distinct, but equal, objects
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ hashCode() should return the same value when invoked repeatedly
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ subscribe() should always return a new object
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ subscribe() should return a QuerySubscription
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ toString() should incorporate the string representations of public properties
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ withDataDeserializer() with all arguments should return an equal object, except for the given arguments
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ withDataDeserializer() with only required arguments should return an equal object, except for the given arguments
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ withVariablesSerializer() with all arguments should return an equal object, except for the given arguments
com.google.firebase.dataconnect.core.QueryRefImplUnitTest ‑ withVariablesSerializer() with only required arguments should return an equal object, except for the given arguments
com.google.firebase.dataconnect.core.QueryResultImplUnitTest ‑ 'data' should be the same object given to the constructor
com.google.firebase.dataconnect.core.QueryResultImplUnitTest ‑ 'ref' should be the QueryRefImpl object that was used to create it
com.google.firebase.dataconnect.core.QueryResultImplUnitTest ‑ equals() should return false for a different type
com.google.firebase.dataconnect.core.QueryResultImplUnitTest ‑ equals() should return false for null
com.google.firebase.dataconnect.core.QueryResultImplUnitTest ‑ equals() should return false when data of first object is null and second is non-null
com.google.firebase.dataconnect.core.QueryResultImplUnitTest ‑ equals() should return false when data of second object is null and first is non-null
com.google.firebase.dataconnect.core.QueryResultImplUnitTest ‑ equals() should return false when only 'data' differs
com.google.firebase.dataconnect.core.QueryResultImplUnitTest ‑ equals() should return false when only 'ref' differs
com.google.firebase.dataconnect.core.QueryResultImplUnitTest ‑ equals() should return true for an equal instance
com.google.firebase.dataconnect.core.QueryResultImplUnitTest ‑ equals() should return true for the exact same instance
com.google.firebase.dataconnect.core.QueryResultImplUnitTest ‑ equals() should return true if all properties are equal, and 'data' is null
com.google.firebase.dataconnect.core.QueryResultImplUnitTest ‑ hashCode() should return a different value if 'data' is different
com.google.firebase.dataconnect.core.QueryResultImplUnitTest ‑ hashCode() should return a different value if 'ref' is different
com.google.firebase.dataconnect.core.QueryResultImplUnitTest ‑ hashCode() should return the same value each time it is invoked on a given object
com.google.firebase.dataconnect.core.QueryResultImplUnitTest ‑ hashCode() should return the same value on equal objects
Check notice on line 0 in .github
github-actions / Test Results
552 tests found (test 489 to 552)
There are 552 tests, see "Raw output" for the list of tests 489 to 552.
Raw output
com.google.firebase.dataconnect.core.QueryResultImplUnitTest ‑ toString() should contain the expected information
com.google.firebase.dataconnect.serializers.JavaTimeLocalDateSerializerUnitTest ‑ deserialize() should produce the expected LocalDate object
com.google.firebase.dataconnect.serializers.JavaTimeLocalDateSerializerUnitTest ‑ deserialize() should throw IllegalArgumentException when given unparseable strings
com.google.firebase.dataconnect.serializers.JavaTimeLocalDateSerializerUnitTest ‑ serialize() should produce the expected serialized string
com.google.firebase.dataconnect.serializers.KotlinxDatetimeLocalDateSerializerUnitTest ‑ deserialize() should produce the expected LocalDate object
com.google.firebase.dataconnect.serializers.KotlinxDatetimeLocalDateSerializerUnitTest ‑ deserialize() should throw IllegalArgumentException when given unparseable strings
com.google.firebase.dataconnect.serializers.KotlinxDatetimeLocalDateSerializerUnitTest ‑ serialize() should produce the expected serialized string
com.google.firebase.dataconnect.serializers.LocalDateSerializerUnitTest ‑ deserialize() should produce the expected LocalDate object
com.google.firebase.dataconnect.serializers.LocalDateSerializerUnitTest ‑ deserialize() should throw IllegalArgumentException when given unparseable strings
com.google.firebase.dataconnect.serializers.LocalDateSerializerUnitTest ‑ serialize() should produce the expected serialized string
com.google.firebase.dataconnect.serializers.TimestampSerializerUnitTest ‑ decoding should be case-insensitive
com.google.firebase.dataconnect.serializers.TimestampSerializerUnitTest ‑ decoding should fail for an empty string
com.google.firebase.dataconnect.serializers.TimestampSerializerUnitTest ‑ decoding should fail if 'time-offset' is omitted
com.google.firebase.dataconnect.serializers.TimestampSerializerUnitTest ‑ decoding should fail if 'time-offset' when 'time-secfrac' and time offset are both omitted
com.google.firebase.dataconnect.serializers.TimestampSerializerUnitTest ‑ decoding should fail if 'time-secfrac' contains an invalid character
com.google.firebase.dataconnect.serializers.TimestampSerializerUnitTest ‑ decoding should fail if some character other than period delimits the 'time-secfrac'
com.google.firebase.dataconnect.serializers.TimestampSerializerUnitTest ‑ decoding should fail if the date portion cannot be parsed
com.google.firebase.dataconnect.serializers.TimestampSerializerUnitTest ‑ decoding should fail if time offset has no + or - sign
com.google.firebase.dataconnect.serializers.TimestampSerializerUnitTest ‑ decoding should fail if time offset is not in the correct format
com.google.firebase.dataconnect.serializers.TimestampSerializerUnitTest ‑ decoding should fail if time string has mix format
com.google.firebase.dataconnect.serializers.TimestampSerializerUnitTest ‑ decoding should parse the maximum value officially supported by Data Connect
com.google.firebase.dataconnect.serializers.TimestampSerializerUnitTest ‑ decoding should parse the minimum value officially supported by Data Connect
com.google.firebase.dataconnect.serializers.TimestampSerializerUnitTest ‑ decoding should succeed when 'time-secfrac' has microsecond precision
com.google.firebase.dataconnect.serializers.TimestampSerializerUnitTest ‑ decoding should succeed when 'time-secfrac' has millisecond precision
com.google.firebase.dataconnect.serializers.TimestampSerializerUnitTest ‑ decoding should succeed when 'time-secfrac' has nanosecond precision
com.google.firebase.dataconnect.serializers.TimestampSerializerUnitTest ‑ decoding should succeed when 'time-secfrac' is omitted
com.google.firebase.dataconnect.serializers.TimestampSerializerUnitTest ‑ decoding should succeed when there are both time-secfrac and + time offset
com.google.firebase.dataconnect.serializers.TimestampSerializerUnitTest ‑ decoding should succeed when there are both time-secfrac and - time offset
com.google.firebase.dataconnect.serializers.TimestampSerializerUnitTest ‑ decoding should succeed when time offset is 0
com.google.firebase.dataconnect.serializers.TimestampSerializerUnitTest ‑ decoding should succeed when time offset is negative
com.google.firebase.dataconnect.serializers.TimestampSerializerUnitTest ‑ decoding should succeed when time offset is positive
com.google.firebase.dataconnect.serializers.TimestampSerializerUnitTest ‑ decoding should throw an exception if the timestamp is invalid
com.google.firebase.dataconnect.serializers.TimestampSerializerUnitTest ‑ largest value can be encoded and decoded
com.google.firebase.dataconnect.serializers.TimestampSerializerUnitTest ‑ nanoseconds with microsecond precision can be encoded and decoded
com.google.firebase.dataconnect.serializers.TimestampSerializerUnitTest ‑ nanoseconds with millisecond precision can be encoded and decoded
com.google.firebase.dataconnect.serializers.TimestampSerializerUnitTest ‑ seconds=0 nanoseconds=0 can be encoded and decoded
com.google.firebase.dataconnect.serializers.TimestampSerializerUnitTest ‑ smallest value can be encoded and decoded
com.google.firebase.dataconnect.testutil.DataConnectBackendUnitTest ‑ fromInstrumentationArgument('autopush') should return Autopush
com.google.firebase.dataconnect.testutil.DataConnectBackendUnitTest ‑ fromInstrumentationArgument('emulator') should return Emulator()
com.google.firebase.dataconnect.testutil.DataConnectBackendUnitTest ‑ fromInstrumentationArgument('foo') should throw an exception
com.google.firebase.dataconnect.testutil.DataConnectBackendUnitTest ‑ fromInstrumentationArgument('prod') should return Production
com.google.firebase.dataconnect.testutil.DataConnectBackendUnitTest ‑ fromInstrumentationArgument('staging') should return Staging
com.google.firebase.dataconnect.testutil.DataConnectBackendUnitTest ‑ fromInstrumentationArgument(emulator with host and port) should return Emulator() with the host and port
com.google.firebase.dataconnect.testutil.DataConnectBackendUnitTest ‑ fromInstrumentationArgument(emulator with host) should return Emulator() with the host
com.google.firebase.dataconnect.testutil.DataConnectBackendUnitTest ‑ fromInstrumentationArgument(emulator with port) should return Emulator() with the port
com.google.firebase.dataconnect.testutil.DataConnectBackendUnitTest ‑ fromInstrumentationArgument(http url with host and port) should return Custom()
com.google.firebase.dataconnect.testutil.DataConnectBackendUnitTest ‑ fromInstrumentationArgument(http url with host) should return Custom()
com.google.firebase.dataconnect.testutil.DataConnectBackendUnitTest ‑ fromInstrumentationArgument(https url with host and port) should return Custom()
com.google.firebase.dataconnect.testutil.DataConnectBackendUnitTest ‑ fromInstrumentationArgument(https url with host) should return Custom()
com.google.firebase.dataconnect.testutil.DataConnectBackendUnitTest ‑ fromInstrumentationArgument(invalid URI) should throw an exception
com.google.firebase.dataconnect.testutil.DataConnectBackendUnitTest ‑ fromInstrumentationArgument(invalid emulator URI) should throw an exception
com.google.firebase.dataconnect.testutil.DataConnectBackendUnitTest ‑ fromInstrumentationArgument(null) should return null
com.google.firebase.dataconnect.testutil.StubOperationRefImplUnitTest ‑ constructor should accept null arguments for nullable parameters
com.google.firebase.dataconnect.testutil.StubOperationRefImplUnitTest ‑ constructor should assign arguments to correspondingly-named properties
com.google.firebase.dataconnect.testutil.StubOperationRefImplUnitTest ‑ copy() should properly handle default argument values
com.google.firebase.dataconnect.testutil.StubOperationRefImplUnitTest ‑ copy() should properly handle null arguments
com.google.firebase.dataconnect.testutil.StubOperationRefImplUnitTest ‑ copy() should return a new object with the given arguments
com.google.firebase.dataconnect.testutil.StubOperationRefImplUnitTest ‑ withDataConnect() should return an equal object, except for the dataConnect property
com.google.firebase.dataconnect.testutil.StubOperationRefImplUnitTest ‑ withDataDeserializer() should properly handle dataSerializersModule=null
com.google.firebase.dataconnect.testutil.StubOperationRefImplUnitTest ‑ withDataDeserializer() should properly handle default argument values
com.google.firebase.dataconnect.testutil.StubOperationRefImplUnitTest ‑ withDataDeserializer() should return an equal object, except for the given arguments
com.google.firebase.dataconnect.testutil.StubOperationRefImplUnitTest ‑ withVariablesSerializer() should properly handle default argument values
com.google.firebase.dataconnect.testutil.StubOperationRefImplUnitTest ‑ withVariablesSerializer() should properly handle variablesSerializersModule=null
com.google.firebase.dataconnect.testutil.StubOperationRefImplUnitTest ‑ withVariablesSerializer() should return an equal object, except for the given arguments
Loading