mirror of
https://github.com/corda/corda.git
synced 2025-01-18 18:56:28 +00:00
coree: Expose MOCK_IDENTITY_SERVICE as MockIndentityService instead of IdentityService
This commit is contained in:
parent
5973725186
commit
47decb3bbe
@ -91,7 +91,7 @@ object JavaTestHelpers {
|
||||
|
||||
@JvmStatic val ALL_TEST_KEYS: List<KeyPair> get() = listOf(MEGA_CORP_KEY, MINI_CORP_KEY, ALICE_KEY, BOB_KEY, DUMMY_NOTARY_KEY)
|
||||
|
||||
@JvmStatic val MOCK_IDENTITY_SERVICE: IdentityService get() = MockIdentityService(listOf(MEGA_CORP, MINI_CORP, DUMMY_NOTARY))
|
||||
@JvmStatic val MOCK_IDENTITY_SERVICE: MockIdentityService get() = MockIdentityService(listOf(MEGA_CORP, MINI_CORP, DUMMY_NOTARY))
|
||||
|
||||
@JvmStatic fun generateStateRef() = StateRef(SecureHash.randomSHA256(), 0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user