public void AndPaymentStatusIsAlreadyNotPaused_ThenExceptionIsThrown() { _fixture = new WhenResumingAnApprenticeshipFixture(PaymentStatus.Active); Assert.Throws <DomainException>(() => _fixture.ResumeApprenticeship()); }
public void Arrange() { _fixture = new WhenResumingAnApprenticeshipFixture(PaymentStatus.Paused); }