Exemple #1
0
        public void NetConfServerExceptionConstructorTest1()
        {
            string message = string.Empty; // TODO: Initialize to an appropriate value
            NetConfServerException target = new NetConfServerException(message);

            Assert.Inconclusive("TODO: Implement code to verify target");
        }
Exemple #2
0
        public void NetConfServerExceptionConstructorTest()
        {
            NetConfServerException target = new NetConfServerException();

            Assert.Inconclusive("TODO: Implement code to verify target");
        }