Пример #1
0
 public void SetUp()
 {
     theConstraint = new AttributeExistsConstraint(typeof(TestFixtureAttribute));
     expectedDescription = "type with attribute <NUnit.Framework.TestFixtureAttribute>";
     stringRepresentation = "<attributeexists NUnit.Framework.TestFixtureAttribute>";
 }
Пример #2
0
 public void SetUp()
 {
     theConstraint        = new AttributeExistsConstraint(typeof(TestFixtureAttribute));
     expectedDescription  = "type with attribute <NUnit.Framework.TestFixtureAttribute>";
     stringRepresentation = "<attributeexists NUnit.Framework.TestFixtureAttribute>";
 }