public void ScpExceptionConstructorTest2() { string message = string.Empty; // TODO: Initialize to an appropriate value Exception innerException = null; // TODO: Initialize to an appropriate value ScpException target = new ScpException(message, innerException); Assert.Inconclusive("TODO: Implement code to verify target"); }
public void ScpExceptionConstructorTest() { ScpException target = new ScpException(); Assert.Inconclusive("TODO: Implement code to verify target"); }