Ejemplo n.º 1
0
        public void Loading_json_works()
        {
            // arrange
            TagFactory target = new TagFactory(new Serializer());

            // act
            var actual = target.CreateTagRuleset();

            // assert
            Assert.That(actual, Is.Not.Null);
        }