public void Constructor_True()
        {
            StringVisibleAttribute attribute = new StringVisibleAttribute(true);

            Assert.AreEqual(true, attribute.Value);
        }
        public void Constructor_False()
        {
            StringVisibleAttribute attribute = new StringVisibleAttribute(false);

            Assert.AreEqual(false, attribute.Value);
        }
        public void Constructor_False()
        {
            StringVisibleAttribute attribute = new StringVisibleAttribute(false);

            Assert.AreEqual(false, attribute.Value);
        }
        public void Constructor_True()
        {
            StringVisibleAttribute attribute = new StringVisibleAttribute(true);

            Assert.AreEqual(true, attribute.Value);
        }