public When_getting_the_default_value_for_a_property_having_a_string_type_convention_applied()
 {
     convention = Convention.String(expectedLength);
 }
Exemple #2
0
 public When_getting_the_default_value_for_a_property_having_an_integer_type_convention_applied()
 {
     convention = Convention.IntegerType();
 }
 public When_getting_the_default_value_for_a_property_having_a_last_name_convention_applied()
 {
     convention = Convention.LastName();
 }
Exemple #4
0
 public When_getting_the_default_value_for_a_property_having_a_date_type_convention_applied()
 {
     convention = Convention.DateType();
 }