public void BaseNameTest()
        {
            GlobalizedTypeAttribute target = new GlobalizedTypeAttribute(); // TODO: Initialize to an appropriate value
            string expected = string.Empty;                                 // TODO: Initialize to an appropriate value
            string actual;

            target.BaseName = expected;
            actual          = target.BaseName;
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
        public void GlobalizedTypeAttributeConstructorTest()
        {
            GlobalizedTypeAttribute target = new GlobalizedTypeAttribute();

            Assert.Inconclusive("TODO: Implement code to verify target");
        }