Example #1
0
 protected override void Arrange()
 {
     base.Arrange();
     base.Act();
     ApplicationIdentifierPredicate.Stub(x => x.Matches(Code)).Return(true);
     LengthOfCodePredicate.Stub(x => x.Matches(Code)).Return(true);
 }
Example #2
0
 protected override void Act()
 {
     Sut = new ApplicationIdentifierPredicate();
 }
Example #3
0
 protected override void Act()
 {
     Sut = new ApplicationIdentifierPredicate();
 }