Exemplo n.º 1
0
 public void SetUp()
 {
     _domainModelConstraintProvider         = new DomainModelConstraintProvider();
     _propertyInformationStub               = MockRepository.GenerateStub <IPropertyInformation>();
     _nullablePropertyAttributeStub         = MockRepository.GenerateStub <INullablePropertyAttribute>();
     _lengthConstraintPropertyAttributeStub = MockRepository.GenerateStub <ILengthConstrainedPropertyAttribute>();
 }
Exemplo n.º 2
0
 public void SetUp()
 {
     _attribute        = new StubLengthConstrainedPropertyAttribute();
     _lengthConstraint = _attribute;
 }