Exemplo n.º 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);
 }
Exemplo n.º 2
0
 protected override void Act()
 {
     Sut = new ApplicationIdentifierPredicate();
 }
Exemplo n.º 3
0
 protected override void Act()
 {
     Sut = new ApplicationIdentifierPredicate();
 }