Package-level declarations
Types
Link copied to clipboard
interface TestInterface
Test interface, added purely to be able to test against.
Link copied to clipboard
class TestInterfaceStub(endpoint: String, dispatcher: RpcDispatcher, notifier: RpcNotifier, state: DataItem = Bstr(byteArrayOf())) : RpcStub, TestInterface
Link copied to clipboard
Test class, added purely to be able to test against.