Companion

object Companion

Functions

Link copied to clipboard
fun findCordapp(scanPackage: String): TestCordapp

Scans the current classpath to find the CorDapp that contains the given package. All the CorDapp's metdata present in its MANIFEST are inherited. If more than one location containing the package is found then an exception is thrown. An exception is also thrown if no CorDapp is found.

Link copied to clipboard
fun of(uri: URI): TestCordapp

URI location to a CorDapp jar. This may be a path on the local file system or a URL to an external resource.