public void ToString_Success()
		{
			UppercaseConstraint c = new UppercaseConstraint();
			Assert.AreEqual("[Uppercase]", c.ToString());
		}