public void It_should_have_meaningful_default_string_representation()
        {
            var classInfo = new ClassInfo(typeof(Country));

            Assert.That(classInfo.ToString(),
                        Is.StringEnding(
                            "- id= - previousClass= - nextClass= - attributes=(not yet defined) ]"));
        }