protected void ConsentShouldBeInvalid(BestStartGrant form, Action <Consent> mutator)
 {
     ShouldBeInvalid(() => form.AddConsent(ConsentBuilder.NewValid(mutator)));
 }
Beispiel #2
0
 protected void ConsentShouldBeInvalid(ChangeOfCircs form, Action <Consent> mutator)
 {
     ShouldBeInvalid(() => form.AddConsent(ConsentBuilder.NewValid(mutator)));
 }