Node Based Test
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())
Functions
Link copied to clipboard
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.