コード例 #1
0
        public void TestDefaultConstructor()
        {
            AlreadyShookHandsException testException = new AlreadyShookHandsException();

            string testExceptionString = testException.ToString();

            Assert.IsNotNull(testExceptionString);
        }
コード例 #2
0
    public void TestDefaultConstructor() {
      AlreadyShookHandsException testException = new AlreadyShookHandsException();

      string testExceptionString = testException.ToString();
      Assert.IsNotNull(testExceptionString);
    }