NodeBasedTest

abstract class NodeBasedTest constructor(cordappPackages: Set<TestCordappInternal> = emptySet(), notaries: List<CordaX500Name> = emptyList())

Constructors

Link copied to clipboard
constructor(cordappPackages: Set<TestCordappInternal> = emptySet(), notaries: List<CordaX500Name> = emptyList())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val tempFolder: <Error class: unknown class>
Link copied to clipboard
val testSerialization: <Error class: unknown class>

Functions

Link copied to clipboard
open fun setUp()
Link copied to clipboard
fun startNode(legalName: CordaX500Name, platformVersion: Int = PLATFORM_VERSION, rpcUsers: List<User> = emptyList(), configOverrides: Map<String, Any> = emptyMap(), flowManager: <Error class: unknown class> = NodeFlowManager(FlowOverrideConfig())): <Error class: unknown class>
Link copied to clipboard

Stops the network map node and all the nodes started by startNode. This is called automatically after each test but can also be called manually within a test.