Example #1
0
        public void testHandshakeReuseMsg()
        {
            OutOfBandV1_0 outofband = OutOfBand.v1_0("testForRelationship", "testInviteUrl");
            JsonObject    msg       = outofband.handshakeReuseMsg(TestHelpers.getContext());

            testHandshakeReuseMsg(msg);
        }