Exemple #1
0
 public void VerifyCohortIsApprovedByOtherParty()
 {
     Assert.IsTrue(Cohort.Approvals.HasFlag(ModifyingParty.GetOtherParty()));
 }
Exemple #2
0
 public UpdatingDraftApprenticeshipTestFixture WithPriorApprovalOfOtherParty()
 {
     Cohort.Approvals = ModifyingParty.GetOtherParty();
     return(this);
 }