Example #1
0
        public void testGetThreadId()
        {
            OutOfBandV1_0 testProtocol = OutOfBand.v1_0("testForRelationship", "testInviteUrl");

            Assert.IsNotNull(testProtocol.getThreadId());
        }