コード例 #1
0
        public void Attachment_should_return_ActivityAttachmentAssertions()
        {
            var activity = new Activity();

            var sut = new ActivityAssertions(activity);

            sut.WithAttachment().Should().BeAssignableTo <ActivityAttachmentAssertions>().And.NotBeNull();
        }