CORDA-716 Move test-utils and node-driver to stable API section in docs (#2335)

* Move test-utils and node-driver to stable section.

* Move FlowStackSnapshotFactory to testing.services package & update docs

* Move SerializationTestHelpers to testing.core package

* Move TestConstants.kt to core namespace

* Move Expect.kt to core namespace

* Move CoreTestUtils to core.TestUtils - rename class and update imports

* Added some clarification to documents after re-reading them

* Added static imports

* Removing unused import

* Fix merge conflict

* Fixing merge conflict
This commit is contained in:
Andrzej Cichocki
2018-01-22 11:28:41 +00:00
committed by Anthony Keenan
parent d00438b86f
commit 1fc646cfa8
177 changed files with 327 additions and 262 deletions

View File

@ -13,7 +13,7 @@ import net.corda.finance.flows.CashIssueFlow
import net.corda.finance.flows.CashPaymentFlow
import net.corda.node.services.Permissions.Companion.invokeRpc
import net.corda.node.services.Permissions.Companion.startFlow
import net.corda.testing.*
import net.corda.testing.core.*
import net.corda.testing.driver.driver
import net.corda.testing.node.User
import org.junit.Test