示例#1
0
        public void LoadTest()
        {
            SshData target = CreateSshData(); // TODO: Initialize to an appropriate value

            byte[] value = null;              // TODO: Initialize to an appropriate value
            target.Load(value);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }