Merge pull request #140 from onflow/access-api-code-duplication #40
GitHub Actions / Unit Test Results
succeeded
Nov 7, 2024 in 0s
All 389 tests pass in 25s
Annotations
Check notice on line 0 in .github
github-actions / Unit Test Results
389 tests found
There are 389 tests, see "Raw output" for the full list of tests.
Raw output
org.onflow.flow.sdk.AddressRegistryTest ‑ Can deregister an address for a specific chain()
org.onflow.flow.sdk.AddressRegistryTest ‑ Can deregister an address()
org.onflow.flow.sdk.AddressRegistryTest ‑ Can process a script()
org.onflow.flow.sdk.AddressRegistryTest ‑ Can register an address()
org.onflow.flow.sdk.DomainTagTest ‑ Test TRANSACTION_DOMAIN_TAG()
org.onflow.flow.sdk.DomainTagTest ‑ Test USER_DOMAIN_TAG()
org.onflow.flow.sdk.DomainTagTest ‑ Test normalize with exactly 32 characters()
org.onflow.flow.sdk.DomainTagTest ‑ Test normalize with long tag()
org.onflow.flow.sdk.DomainTagTest ‑ Test normalize()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test executeScriptAtBlockHeight()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test executeScriptAtBlockId()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test executeScriptAtLatestBlock()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getAccountAtLatestBlock()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getAccountBalanceAtBlockHeight failure()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getAccountBalanceAtBlockHeight success()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getAccountBalanceAtLatestBlock failure()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getAccountBalanceAtLatestBlock success()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getAccountByBlockHeight()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getAccountKeyAtBlockHeight()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getAccountKeyAtLatestBlock()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getAccountKeysAtBlockHeight()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getAccountKeysAtLatestBlock()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getBlockByHeight()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getBlockById()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getBlockHeaderByHeight()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getBlockHeaderById()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getCollectionById()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getEventsForBlockIds()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getEventsForHeightRange()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getExecutionResultByBlockId()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getFullCollectionById()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getLatestBlock()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getLatestBlockHeader()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getLatestProtocolStateSnapshot()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getNetworkParameters()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getProtocolStateSnapshotByBlockId()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getProtocolStateSnapshotByHeight()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getTransactionById()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getTransactionResultById()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getTransactionResultByIndex()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getTransactionResultsByBlockId with multiple results()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getTransactionResultsByBlockId()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getTransactionsByBlockId with multiple results()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test getTransactionsByBlockId()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test sendTransaction()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test subscribeEventsByBlockHeight()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test subscribeEventsByBlockId()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test subscribeExecutionDataByBlockHeight()
org.onflow.flow.sdk.FlowAccessApiTest ‑ Test subscribeExecutionDataByBlockId()
org.onflow.flow.sdk.LoggerProviderTest ‑ testSetLogger()
org.onflow.flow.sdk.ScriptTest ‑ Can execute a script()
org.onflow.flow.sdk.ScriptTest ‑ Can input and export arguments()
org.onflow.flow.sdk.ScriptTest ‑ Test domain tags()
org.onflow.flow.sdk.SdkConfigTest ‑ testSetLogger()
org.onflow.flow.sdk.cadence.JsonCadenceBuilderTypeSerializationTest ‑ Test complex type serialization and deserialization()
org.onflow.flow.sdk.cadence.JsonCadenceBuilderTypeSerializationTest ‑ Test composite type serialization and deserialization()
org.onflow.flow.sdk.cadence.JsonCadenceBuilderTypeSerializationTest ‑ Test simple type serialization and deserialization()
org.onflow.flow.sdk.cadence.JsonCadenceBuilderTypeSerializationTest ‑ test decode with invalid JSON()
org.onflow.flow.sdk.cadence.JsonCadenceBuilderTypeSerializationTest ‑ test decode with missing kind field in generic Cadence type()
org.onflow.flow.sdk.cadence.JsonCadenceBuilderTypeSerializationTest ‑ test decode with missing kind field in simple type()
org.onflow.flow.sdk.cadence.JsonCadenceBuilderTypeSerializationTest ‑ test decode with missing type field in complex type()
org.onflow.flow.sdk.cadence.JsonCadenceBuilderTypeSerializationTest ‑ test decode with missing type field in composite type()
org.onflow.flow.sdk.cadence.JsonCadenceBuilderTypeSerializationTest ‑ test decode with missing typeID field in composite type()
org.onflow.flow.sdk.cadence.JsonCadenceBuilderTypeSerializationTest ‑ test decode with partial Cadence type and missing type field()
org.onflow.flow.sdk.cadence.JsonCadenceBuilderTypeSerializationTest ‑ test decode with unknown CadenceType kind 2()
org.onflow.flow.sdk.cadence.JsonCadenceBuilderTypeSerializationTest ‑ test decode with unknown CadenceType kind()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderAddressFieldTest ‑ Test equality for AddressField with bytes and different values()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderAddressFieldTest ‑ Test equality for AddressField with bytes()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderAddressFieldTest ‑ Test equality for AddressField with different values()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderAddressFieldTest ‑ Test equality for AddressField with lowercase value()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderAddressFieldTest ‑ Test equality for AddressField with the same value()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderAddressFieldTest ‑ test decoding AddressField to FlowAddress()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderAddressFieldTest ‑ test decoding AddressField with decodeToAny()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderAddressFieldTest ‑ test decoding invalid AddressField with decodeToAny()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderArrayFieldTest ‑ Test decoding of ArrayField with an element of unsupported type()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderArrayFieldTest ‑ Test decoding of ArrayField()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderArrayFieldTest ‑ Test decoding of empty ArrayField()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderArrayFieldTest ‑ Test equality for ArrayField()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderArrayFieldTest ‑ Test hash code for ArrayField()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderArrayFieldTest ‑ Test hash code for different ArrayField values()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderArrayFieldTest ‑ Test inequality for different ArrayField values()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderBooleanFieldTest ‑ Test decoding of BooleanField with false value()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderBooleanFieldTest ‑ Test decoding of BooleanField with true value()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderBooleanFieldTest ‑ Test equality for BooleanField()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderBooleanFieldTest ‑ Test hashCode for BooleanField with false value()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderBooleanFieldTest ‑ Test hashCode for BooleanField with true value()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderBooleanFieldTest ‑ Test hashCode for different BooleanField values()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderFieldTest ‑ Test decoding unsupported field throws exception()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderFieldTest ‑ Test equality for Field with different types and values()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderFieldTest ‑ Test equality for Field with different types()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderFieldTest ‑ Test equality for Field with different values()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderFieldTest ‑ Test equality for Field with null value and non-null value()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderFieldTest ‑ Test equality for Field with null values()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderFieldTest ‑ Test equality for Field with the same type and value()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderOptionalFieldTest ‑ Test creating OptionalField with non-null value()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderOptionalFieldTest ‑ Test creating OptionalField with null value()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderOptionalFieldTest ‑ Test decoding OptionalField with invalid inner field()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderOptionalFieldTest ‑ Test decoding OptionalField with invalid null inner field()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderOptionalFieldTest ‑ Test decoding OptionalField()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderOptionalFieldTest ‑ Test decoding null OptionalField()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderOptionalFieldTest ‑ Test equality of OptionalField()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderStringFieldTest ‑ Test creating StringField with valid value()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderStringFieldTest ‑ Test decoding StringField()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderStringFieldTest ‑ Test decoding empty StringField()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderStringFieldTest ‑ Test hashCode with different values()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderStringFieldTest ‑ Test hashCode()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderVoidFieldTest ‑ Test decoding VoidField returns null()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderVoidFieldTest ‑ Test equality of VoidField instances()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderVoidFieldTest ‑ Test equality with other Field types()
org.onflow.flow.sdk.cadence.fields.JsonCadenceBuilderVoidFieldTest ‑ Test hashing of VoidField instances()
org.onflow.flow.sdk.cadence.fields.composite.JsonCadenceBuilderCompositeAttributeTest ‑ Test creating CompositeAttribute with valid values()
org.onflow.flow.sdk.cadence.fields.composite.JsonCadenceBuilderCompositeAttributeTest ‑ Test equals()
org.onflow.flow.sdk.cadence.fields.composite.JsonCadenceBuilderCompositeAttributeTest ‑ Test hashCode()
org.onflow.flow.sdk.cadence.fields.composite.JsonCadenceBuilderCompositeValueTest ‑ Test getField()
org.onflow.flow.sdk.cadence.fields.composite.JsonCadenceBuilderCompositeValueTest ‑ Test getRequiredField()
org.onflow.flow.sdk.cadence.fields.composite.JsonCadenceBuilderCompositeValueTest ‑ Test operator contains()
org.onflow.flow.sdk.cadence.fields.composite.JsonCadenceBuilderCompositeValueTest ‑ Test operator get()
org.onflow.flow.sdk.cadence.fields.composite.JsonCadenceBuilderContractFieldTest ‑ Test ContractField type and value properties()
org.onflow.flow.sdk.cadence.fields.composite.JsonCadenceBuilderContractFieldTest ‑ Test decoding ContractField()
org.onflow.flow.sdk.cadence.fields.composite.JsonCadenceBuilderContractFieldTest ‑ Test equals()
org.onflow.flow.sdk.cadence.fields.composite.JsonCadenceBuilderContractFieldTest ‑ Test hashCode()
org.onflow.flow.sdk.cadence.fields.composite.JsonCadenceBuilderEnumFieldTest ‑ Test EnumField type and value properties()
org.onflow.flow.sdk.cadence.fields.composite.JsonCadenceBuilderEnumFieldTest ‑ Test decoding EnumField()
org.onflow.flow.sdk.cadence.fields.composite.JsonCadenceBuilderEnumFieldTest ‑ Test equals()
org.onflow.flow.sdk.cadence.fields.composite.JsonCadenceBuilderEnumFieldTest ‑ Test hashCode()
org.onflow.flow.sdk.cadence.fields.composite.JsonCadenceBuilderEventFieldTest ‑ Test EventField type and value properties()
org.onflow.flow.sdk.cadence.fields.composite.JsonCadenceBuilderEventFieldTest ‑ Test decoding EventField()
org.onflow.flow.sdk.cadence.fields.composite.JsonCadenceBuilderEventFieldTest ‑ Test equals()
org.onflow.flow.sdk.cadence.fields.composite.JsonCadenceBuilderEventFieldTest ‑ Test hashCode()
org.onflow.flow.sdk.cadence.fields.composite.JsonCadenceBuilderResourceFieldTest ‑ Test ResourceField type and value properties()
org.onflow.flow.sdk.cadence.fields.composite.JsonCadenceBuilderResourceFieldTest ‑ Test decoding ResourceField()
org.onflow.flow.sdk.cadence.fields.composite.JsonCadenceBuilderResourceFieldTest ‑ Test equals()
org.onflow.flow.sdk.cadence.fields.composite.JsonCadenceBuilderResourceFieldTest ‑ Test hashCode()
org.onflow.flow.sdk.cadence.fields.composite.JsonCadenceBuilderStructFieldTest ‑ Test StructField type and value properties()
org.onflow.flow.sdk.cadence.fields.composite.JsonCadenceBuilderStructFieldTest ‑ Test decoding StructField()
org.onflow.flow.sdk.cadence.fields.composite.JsonCadenceBuilderStructFieldTest ‑ Test equals()
org.onflow.flow.sdk.cadence.fields.composite.JsonCadenceBuilderStructFieldTest ‑ Test hashCode()
org.onflow.flow.sdk.cadence.fields.number.JsonCadenceBuilderNumberFieldTest ‑ Test converting NumberField to BigDecimal()
org.onflow.flow.sdk.cadence.fields.number.JsonCadenceBuilderNumberFieldTest ‑ Test converting NumberField to BigInteger()
org.onflow.flow.sdk.cadence.fields.number.JsonCadenceBuilderNumberFieldTest ‑ Test converting NumberField to Byte()
org.onflow.flow.sdk.cadence.fields.number.JsonCadenceBuilderNumberFieldTest ‑ Test converting NumberField to Double()
org.onflow.flow.sdk.cadence.fields.number.JsonCadenceBuilderNumberFieldTest ‑ Test converting NumberField to Float()
org.onflow.flow.sdk.cadence.fields.number.JsonCadenceBuilderNumberFieldTest ‑ Test converting NumberField to Int()
org.onflow.flow.sdk.cadence.fields.number.JsonCadenceBuilderNumberFieldTest ‑ Test converting NumberField to Long()
org.onflow.flow.sdk.cadence.fields.number.JsonCadenceBuilderNumberFieldTest ‑ Test converting NumberField to Short()
org.onflow.flow.sdk.cadence.fields.number.JsonCadenceBuilderNumberFieldTest ‑ Test converting NumberField to UByte()
org.onflow.flow.sdk.cadence.fields.number.JsonCadenceBuilderNumberFieldTest ‑ Test converting NumberField to UInt()
org.onflow.flow.sdk.cadence.fields.number.JsonCadenceBuilderNumberFieldTest ‑ Test converting NumberField to ULong()
org.onflow.flow.sdk.cadence.fields.number.JsonCadenceBuilderNumberFieldTest ‑ Test converting NumberField to UShort()
org.onflow.flow.sdk.cadence.fields.number.JsonCadenceBuilderNumberFieldTest ‑ Test creating NumberField with invalid values()
org.onflow.flow.sdk.cadence.fields.number.JsonCadenceBuilderNumberFieldTest ‑ Test creating NumberField with valid values()
org.onflow.flow.sdk.cadence.fields.number.JsonCadenceBuilderNumberFieldTest ‑ Test decoding NumberField with blank or empty value()
org.onflow.flow.sdk.cadence.fields.number.JsonCadenceBuilderUFix64NumberFieldTest ‑ Test decoding of UFix64NumberField with invalid value()
org.onflow.flow.sdk.cadence.fields.number.JsonCadenceBuilderUFix64NumberFieldTest ‑ Test decoding of UFix64NumberField with large value()
org.onflow.flow.sdk.cadence.fields.number.JsonCadenceBuilderUFix64NumberFieldTest ‑ Test decoding of UFix64NumberField with scientific notation()
org.onflow.flow.sdk.cadence.fields.number.JsonCadenceBuilderUFix64NumberFieldTest ‑ Test decoding of UFix64NumberField with zero value()
org.onflow.flow.sdk.cadence.fields.number.JsonCadenceBuilderUFix64NumberFieldTest ‑ Test decoding of UFix64NumberField()
org.onflow.flow.sdk.cadence.fields.number.JsonCadenceBuilderUFix64NumberFieldTest ‑ Test hashCode on UFix64NumberField()
org.onflow.flow.sdk.cadence.fields.number.JsonCadenceBuilderUInt64NumberFieldTest ‑ Test decoding of UInt64NumberField with invalid value()
org.onflow.flow.sdk.cadence.fields.number.JsonCadenceBuilderUInt64NumberFieldTest ‑ Test decoding of UInt64NumberField with maximum value()
org.onflow.flow.sdk.cadence.fields.number.JsonCadenceBuilderUInt64NumberFieldTest ‑ Test decoding of UInt64NumberField with valid value()
org.onflow.flow.sdk.cadence.fields.number.JsonCadenceBuilderUInt64NumberFieldTest ‑ Test decoding of UInt64NumberField with zero value()
org.onflow.flow.sdk.cadence.fields.number.JsonCadenceBuilderUInt64NumberFieldTest ‑ Test hashCode on UInt64NumberField()
org.onflow.flow.sdk.cadence.fields.number.JsonCadenceBuilderUInt8NumberFieldTest ‑ Test creating UInt8NumberField with invalid value()
org.onflow.flow.sdk.cadence.fields.number.JsonCadenceBuilderUInt8NumberFieldTest ‑ Test creating UInt8NumberField with valid value()
org.onflow.flow.sdk.cadence.fields.number.JsonCadenceBuilderUInt8NumberFieldTest ‑ Test decoding of UInt8NumberField with maximum value()
org.onflow.flow.sdk.cadence.fields.number.JsonCadenceBuilderUInt8NumberFieldTest ‑ Test hashCode on UInt8NumberField()
org.onflow.flow.sdk.cadence.fields.path.JsonCadenceBuilderPathFieldTest ‑ Test decoding PathField()
org.onflow.flow.sdk.cadence.fields.path.JsonCadenceBuilderPathFieldTest ‑ Test hashCode with different values()
org.onflow.flow.sdk.cadence.fields.path.JsonCadenceBuilderPathFieldTest ‑ Test hashCode()
org.onflow.flow.sdk.cadence.fields.path.JsonCadenceBuilderPathValueTest ‑ Test equals()
org.onflow.flow.sdk.cadence.fields.path.JsonCadenceBuilderPathValueTest ‑ Test hashCode()
org.onflow.flow.sdk.crypto.HashTest ‑ Get default hasher()
org.onflow.flow.sdk.crypto.HashTest ‑ Invalid Hasher input()
org.onflow.flow.sdk.crypto.HashTest ‑ Sanity check KMAC128()
org.onflow.flow.sdk.crypto.HashTest ‑ Sanity check Keccak_256()
org.onflow.flow.sdk.crypto.HashTest ‑ Sanity check SHA2_256()
org.onflow.flow.sdk.crypto.HashTest ‑ Sanity check SHA3_256()
org.onflow.flow.sdk.crypto.HashTest ‑ Test invalid customizers()
org.onflow.flow.sdk.crypto.HashTest ‑ Test invalid keys()
org.onflow.flow.sdk.crypto.HashTest ‑ Test invalid output sizes()
org.onflow.flow.sdk.crypto.SignTest ‑ Can decode keys correctly()
org.onflow.flow.sdk.crypto.SignTest ‑ Private key decoding throws exception when invalid()
org.onflow.flow.sdk.crypto.SignTest ‑ Public key decoding throws exception when invalid()
org.onflow.flow.sdk.crypto.SignTest ‑ Test KeyPair generation()
org.onflow.flow.sdk.crypto.SignTest ‑ Test derivePublicKey()
org.onflow.flow.sdk.crypto.SignTest ‑ Test signer compatibility with hash algorithms()
org.onflow.flow.sdk.crypto.SignTest ‑ Test signer correctness()
org.onflow.flow.sdk.crypto.SignTest ‑ Test signer with invalid algo keys()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test executeScriptAtBlockHeight()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test executeScriptAtBlockId()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test executeScriptAtLatestBlock()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getAccountAtLatestBlock()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getAccountBalanceAtBlockHeight success()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getAccountBalanceAtLatestBlock failure()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getAccountBalanceAtLatestBlock success()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getAccountByAddress()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getAccountByBlockHeight()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getAccountKeyAtBlockHeight failure()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getAccountKeyAtBlockHeight success()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getAccountKeyAtLatestBlock failure()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getAccountKeyAtLatestBlock success()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getAccountKeysAtBlockHeight failure()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getAccountKeysAtBlockHeight success()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getAccountKeysAtLatestBlock failure()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getAccountKeysAtLatestBlock success()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getBlockByHeight()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getBlockById()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getBlockHeaderByHeight()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getBlockHeaderById()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getCollectionById()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getEventsForBlockIds()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getEventsForHeightRange()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getExecutionResultByBlockId()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getFullCollectionById()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getLatestBlock()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getLatestBlockHeader()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getLatestProtocolStateSnapshot()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getNetworkParameters()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getNodeVersionInfo()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getProtocolStateSnapshotByBlockId()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getProtocolStateSnapshotByHeight()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getTransactionById()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getTransactionResultById()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getTransactionResultByIndex failure()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getTransactionResultByIndex success()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getTransactionsByBlockId single result()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getTransactionsByBlockId timeout exception()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test getTransactionsByBlockId with multiple results()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test ping()
org.onflow.flow.sdk.impl.AsyncFlowAccessApiImplTest ‑ test sendTransaction()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test executeScriptAtBlockHeight()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test executeScriptAtBlockId()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test executeScriptAtLatestBlock()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getAccountAtLatestBlock()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getAccountBalanceAtBlockHeight failure()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getAccountBalanceAtBlockHeight success()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getAccountBalanceAtLatestBlock failure()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getAccountBalanceAtLatestBlock success()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getAccountByAddress()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getAccountByBlockHeight()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getAccountKeyAtBlockHeight error case()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getAccountKeyAtBlockHeight()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getAccountKeyAtLatestBlock error case()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getAccountKeyAtLatestBlock()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getAccountKeysAtBlockHeight error case()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getAccountKeysAtBlockHeight()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getAccountKeysAtLatestBlock error case()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getAccountKeysAtLatestBlock()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getBlockByHeight()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getBlockById()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getBlockHeaderByHeight()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getBlockHeaderById()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getCollectionById()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getEventsForBlockIds()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getEventsForHeightRange()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getExecutionResultByBlockId()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getFullCollectionById()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getLatestBlock()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getLatestBlockHeader()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getLatestProtocolStateSnapshot()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getNetworkParameters()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getNodeVersionInfo()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getProtocolStateSnapshotByBlockId()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getProtocolStateSnapshotByHeight()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getTransactionById()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getTransactionResultById()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getTransactionResultByIndex error case()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getTransactionResultByIndex()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getTransactionResultsByBlockId with multiple results()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getTransactionResultsByBlockId()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getTransactionsByBlockId with multiple results()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test getTransactionsByBlockId()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test ping()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test sendTransaction()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test subscribeEventsByBlockHeight error case()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test subscribeEventsByBlockHeight success case()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test subscribeEventsByBlockId error case()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test subscribeExecutionDataByBlockHeight error case()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test subscribeExecutionDataByBlockHeight success case()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test subscribeExecutionDataByBlockId error case()
org.onflow.flow.sdk.impl.FlowAccessApiImplTest ‑ Test subscribeExecutionDataByBlockId success case()
org.onflow.flow.sdk.models.FlowAccountKeyTest ‑ Test creating FlowAccountKey from protobuf()
org.onflow.flow.sdk.models.FlowAccountKeyTest ‑ Test creating protobuf Builder from FlowAccountKey()
org.onflow.flow.sdk.models.FlowAccountKeyTest ‑ Test getting encoded value()
org.onflow.flow.sdk.models.FlowAccountTest ‑ Test building FlowAccount from AccountOuterClass()
org.onflow.flow.sdk.models.FlowAccountTest ‑ Test getKeyIndex()
org.onflow.flow.sdk.models.FlowAddressTest ‑ Can create FlowAddress from a byte array()
org.onflow.flow.sdk.models.FlowAddressTest ‑ Can create FlowAddress from a hex string()
org.onflow.flow.sdk.models.FlowAddressTest ‑ Test equality of FlowAddress instances()
org.onflow.flow.sdk.models.FlowAddressTest ‑ Test hash code of FlowAddress()
org.onflow.flow.sdk.models.FlowAddressTest ‑ Throws error creating FlowAddress from invalid input()
org.onflow.flow.sdk.models.FlowAggregatedSignatureTest ‑ test FlowAggregatedSignature builder function()
org.onflow.flow.sdk.models.FlowAggregatedSignatureTest ‑ test FlowAggregatedSignature equals and hashCode()
org.onflow.flow.sdk.models.FlowAggregatedSignatureTest ‑ test FlowAggregatedSignature of function()
org.onflow.flow.sdk.models.FlowArgumentTest ‑ Test equals()
org.onflow.flow.sdk.models.FlowArgumentTest ‑ Test hashCode()
org.onflow.flow.sdk.models.FlowArgumentTest ‑ Test initialization from JSON Cadence()
org.onflow.flow.sdk.models.FlowArgumentTest ‑ Test initialization from byte array()
org.onflow.flow.sdk.models.FlowBlockHeaderTest ‑ test builder() method()
org.onflow.flow.sdk.models.FlowBlockHeaderTest ‑ test equals() method()
org.onflow.flow.sdk.models.FlowBlockHeaderTest ‑ test hashCode() method()
org.onflow.flow.sdk.models.FlowBlockHeaderTest ‑ test of() method()
org.onflow.flow.sdk.models.FlowBlockSealTest ‑ test FlowBlockSeal builder function()
org.onflow.flow.sdk.models.FlowBlockSealTest ‑ test FlowBlockSeal equals and hashCode()
org.onflow.flow.sdk.models.FlowBlockSealTest ‑ test FlowBlockSeal of function()
org.onflow.flow.sdk.models.FlowBlockTest ‑ Test builder()
org.onflow.flow.sdk.models.FlowBlockTest ‑ Test initialization from BlockOuterClass Block()
org.onflow.flow.sdk.models.FlowChunkTest ‑ test builder() method()
org.onflow.flow.sdk.models.FlowChunkTest ‑ test equals() method()
org.onflow.flow.sdk.models.FlowChunkTest ‑ test hashCode() method()
org.onflow.flow.sdk.models.FlowChunkTest ‑ test of() method()
org.onflow.flow.sdk.models.FlowCodeTest ‑ Test equality()
org.onflow.flow.sdk.models.FlowCodeTest ‑ Test hashCode()
org.onflow.flow.sdk.models.FlowCollectionGuaranteeTest ‑ Test building CollectionOuterClass from FlowCollectionGuarantee()
org.onflow.flow.sdk.models.FlowCollectionGuaranteeTest ‑ Test building FlowCollectionGuarantee from CollectionOuterClass()
org.onflow.flow.sdk.models.FlowCollectionTest ‑ Test building CollectionOuterClass from FlowCollection()
org.onflow.flow.sdk.models.FlowCollectionTest ‑ Test building FlowCollection from CollectionOuterClass()
org.onflow.flow.sdk.models.FlowEventPayloadTest ‑ Test equals()
org.onflow.flow.sdk.models.FlowEventPayloadTest ‑ Test hashCode()
org.onflow.flow.sdk.models.FlowEventPayloadTest ‑ Test initialization from JSON Cadence()
org.onflow.flow.sdk.models.FlowEventTest ‑ Test building EventOuterClass from FlowEvent()
org.onflow.flow.sdk.models.FlowEventTest ‑ Test building FlowEvent from EventOuterClass()
org.onflow.flow.sdk.models.FlowExecutionReceiptMetaTest ‑ test builder() method()
org.onflow.flow.sdk.models.FlowExecutionReceiptMetaTest ‑ test equals() method()
org.onflow.flow.sdk.models.FlowExecutionReceiptMetaTest ‑ test hashCode() method()
org.onflow.flow.sdk.models.FlowExecutionReceiptMetaTest ‑ test of() method()
org.onflow.flow.sdk.models.FlowExecutionResultTest ‑ test builder() method()
org.onflow.flow.sdk.models.FlowExecutionResultTest ‑ test equals() method()
org.onflow.flow.sdk.models.FlowExecutionResultTest ‑ test hashCode() method()
org.onflow.flow.sdk.models.FlowExecutionResultTest ‑ test of() method with ExecutionResult()
org.onflow.flow.sdk.models.FlowExecutionResultTest ‑ test of() method with ExecutionResultByIDResponse()
org.onflow.flow.sdk.models.FlowIdTest ‑ Can create FlowId from a byte array()
org.onflow.flow.sdk.models.FlowIdTest ‑ Can create FlowId from a hex string()
org.onflow.flow.sdk.models.FlowIdTest ‑ Test equality()
org.onflow.flow.sdk.models.FlowIdTest ‑ Test hashCode with no padding of 32 byte array()
org.onflow.flow.sdk.models.FlowIdTest ‑ Test hashCode with padding()
org.onflow.flow.sdk.models.FlowIdTest ‑ Test inequality()
org.onflow.flow.sdk.models.FlowIdTest ‑ Throws error creating FlowId from invalid input()
org.onflow.flow.sdk.models.FlowNodeVersionInfoTest ‑ FlowCompatibleRange equality and hashcode()
org.onflow.flow.sdk.models.FlowNodeVersionInfoTest ‑ FlowNodeVersionInfo builder()
org.onflow.flow.sdk.models.FlowNodeVersionInfoTest ‑ FlowNodeVersionInfo equality and hashcode()
org.onflow.flow.sdk.models.FlowNodeVersionInfoTest ‑ FlowNodeVersionInfo of method()
org.onflow.flow.sdk.models.FlowPublicKeyTest ‑ Test equals()
org.onflow.flow.sdk.models.FlowPublicKeyTest ‑ Test hashCode()
org.onflow.flow.sdk.models.FlowPublicKeyTest ‑ Test initialization from hex string()
org.onflow.flow.sdk.models.FlowQuorumCertificateTest ‑ test builder() method()
org.onflow.flow.sdk.models.FlowQuorumCertificateTest ‑ test equals() method()
org.onflow.flow.sdk.models.FlowQuorumCertificateTest ‑ test hashCode() method()
org.onflow.flow.sdk.models.FlowQuorumCertificateTest ‑ test of() method()
org.onflow.flow.sdk.models.FlowScriptResponseTest ‑ Test equals()
org.onflow.flow.sdk.models.FlowScriptResponseTest ‑ Test hashCode()
org.onflow.flow.sdk.models.FlowScriptResponseTest ‑ Test initialization from JSON Cadence()
org.onflow.flow.sdk.models.FlowScriptTest ‑ Test equals()
org.onflow.flow.sdk.models.FlowScriptTest ‑ Test hashCode()
org.onflow.flow.sdk.models.FlowScriptTest ‑ Test initialization from String()
org.onflow.flow.sdk.models.FlowSignatureTest ‑ Test equals()
org.onflow.flow.sdk.models.FlowSignatureTest ‑ Test hashCode()
org.onflow.flow.sdk.models.FlowSignatureTest ‑ Test initialization from hex string()
org.onflow.flow.sdk.models.FlowTimeoutCertificateTest ‑ test builder() method()
org.onflow.flow.sdk.models.FlowTimeoutCertificateTest ‑ test equals() method()
org.onflow.flow.sdk.models.FlowTimeoutCertificateTest ‑ test hashCode() method()
org.onflow.flow.sdk.models.FlowTimeoutCertificateTest ‑ test of() method()
org.onflow.flow.sdk.models.FlowTransactionProposalKeyTest ‑ Test builder()
org.onflow.flow.sdk.models.FlowTransactionProposalKeyTest ‑ Test initialization from Transaction Proposal Key()
org.onflow.flow.sdk.models.FlowTransactionResultTest ‑ Test getEventsOfType()
org.onflow.flow.sdk.models.FlowTransactionResultTest ‑ Test initialization from Transaction Result Response()
org.onflow.flow.sdk.models.FlowTransactionResultTest ‑ Test throwOnError with invalid status code()
org.onflow.flow.sdk.models.FlowTransactionSignatureTest ‑ Test builder()
org.onflow.flow.sdk.models.FlowTransactionSignatureTest ‑ Test creation from TransactionOuterClass Transaction Signature()
org.onflow.flow.sdk.models.FlowTransactionStatusTest ‑ Test invalid status number()
org.onflow.flow.sdk.models.FlowTransactionStatusTest ‑ Test status retrieval by number()
org.onflow.flow.sdk.models.FlowTransactionTest ‑ Test builder()
org.onflow.flow.sdk.models.FlowTransactionTest ‑ Test canonicalAuthorizationEnvelope()
org.onflow.flow.sdk.models.FlowTransactionTest ‑ Test canonicalPayload()
org.onflow.flow.sdk.models.FlowTransactionTest ‑ Test canonicalPaymentEnvelope()
org.onflow.flow.sdk.models.FlowTransactionTest ‑ Test canonicalTransaction()
org.onflow.flow.sdk.models.FlowTransactionTest ‑ Test id()
org.onflow.flow.sdk.models.FlowTransactionTest ‑ Test signerList()
org.onflow.flow.sdk.models.FlowTransactionTest ‑ Test signerMap()
org.onflow.flow.sdk.models.SignatureAndHashingModelTest ‑ Test hashing algo fromCadenceIndex()
org.onflow.flow.sdk.models.SignatureAndHashingModelTest ‑ Test hashing algo fromCode()
org.onflow.flow.sdk.models.SignatureAndHashingModelTest ‑ Test signature algo fromCode()
org.onflow.flow.sdk.models.SignatureAndHashingModelTest ‑ Test signature fromCadenceIndex with invalid index()
org.onflow.flow.sdk.models.SignatureAndHashingModelTest ‑ Test signature fromCadenceIndex()
org.onflow.flow.sdk.models.SignatureAndHashingModelTest ‑ Test signature fromCode with invalid code()
org.onflow.flow.sdk.models.SignerTest ‑ Test signAsTransaction()
org.onflow.flow.sdk.models.SignerTest ‑ Test signAsUser()
org.onflow.flow.sdk.models.SignerTest ‑ Test signWithDomain()
Loading