| MockAttachmentStorage |
class MockAttachmentStorage : AttachmentStorage |
| MockIdentityService |
class MockIdentityService : IdentityService, SingletonSerializeAsToken |
| MockKeyManagementService |
class MockKeyManagementService : SingletonSerializeAsToken, KeyManagementService |
| MockServices |
open class MockServices : ServiceHubA singleton utility that only provides a mock identity, key and storage service. However, this is sufficient for building chains of transactions and verifying them. It isnt sufficient for testing protocols however. |
| MockStorageService |
class MockStorageService : SingletonSerializeAsToken, TxWritableStorageService |
| MockTransactionStorage |
open class MockTransactionStorage : TransactionStorage |
| makeTestDataSourceProperties |
fun makeTestDataSourceProperties(nodeName: String = SecureHash.randomSHA256().toString()): PropertiesMake properties appropriate for creating a DataSource for unit tests. |