Esempio n. 1
0
        public void TestTraktCommentNotFoundExceptionBaseClass()
        {
            var exception = new TraktCommentNotFoundException("");

            exception.Should().BeAssignableTo <TraktException>();
            exception.Should().BeAssignableTo <TraktObjectNotFoundException>();
        }