Esempio n. 1
0
        public void ScpExceptionConstructorTest1()
        {
            string       message = string.Empty; // TODO: Initialize to an appropriate value
            ScpException target  = new ScpException(message);

            Assert.Inconclusive("TODO: Implement code to verify target");
        }
Esempio n. 2
0
        public void ScpExceptionConstructorTest()
        {
            ScpException target = new ScpException();

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