コード例 #1
0
ファイル: EmptyConstraintTest.cs プロジェクト: scottwis/eddie
 public void SetUp()
 {
     theConstraint = new NullOrEmptyStringConstraint();
     expectedDescription = "null or empty string";
     stringRepresentation = "<nullorempty>";
 }
コード例 #2
0
 public void SetUp()
 {
     theConstraint        = new NullOrEmptyStringConstraint();
     expectedDescription  = "null or empty string";
     stringRepresentation = "<nullorempty>";
 }