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