public void SetUp()
 {
     TheConstraint        = new AttributeExistsConstraint(typeof(TestFixtureAttribute));
     ExpectedDescription  = "type with attribute <NUnit.Framework.TestFixtureAttribute>";
     StringRepresentation = "<attributeexists NUnit.Framework.TestFixtureAttribute>";
 }
 public void SetUp()
 {
     theConstraint = new AttributeExistsConstraint(typeof(TestFixtureAttribute));
     expectedDescription = "type with attribute <NUnit.Framework.TestFixtureAttribute>";
     stringRepresentation = "<attributeexists NUnit.Framework.TestFixtureAttribute>";
 }