コード例 #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>";
 }