CORDA-2345: Updated docs to use the new TestCordapp API, rather than the old scan cordapp packages (#4491)

Also made some improvements to the API, especially for Java users.
This commit is contained in:
Shams Asari
2019-01-03 17:57:28 +00:00
committed by GitHub
parent ad1a96fefb
commit f590300cdf
16 changed files with 143 additions and 347 deletions

View File

@ -16,7 +16,7 @@ class MockNetworkTest {
@Before
fun setup() {
mockNetwork = MockNetwork()
mockNetwork = MockNetwork(MockNetworkParameters())
}
@After