Exemplo n.º 1
0
    public void TestSimpleConstructor() {
      CddbException testException = new TestCddbException(123);

      Assert.AreEqual(123, testException.StatusCode);

      string testExceptionString = testException.ToString();
      Assert.IsNotNull(testExceptionString);
    }
        public void TestSimpleConstructor()
        {
            CddbException testException = new TestCddbException(123);

            Assert.AreEqual(123, testException.StatusCode);

            string testExceptionString = testException.ToString();

            Assert.IsNotNull(testExceptionString);
        }