Beispiel #1
0
        public void CreateTagFileClass()
        {
            var tagfile = new TagFile();

            tagfile.Should().NotBeNull("tagfile is Null");
            tagfile.Parser.Should().NotBeNull("parser is Null");
        }