Beispiel #1
0
 public CanConfirmPayment()
 {
     _fixture         = new PaymentTestFixture();
     this._connection = _fixture.GetConnection();
 }
 public ReturnExceptionWhenWorkNotConfirmedAsDoneByEmployerOnMakePayment()
 {
     _fixture         = new PaymentTestFixture();
     this._connection = _fixture.GetConnection();
 }
 public ReturnExceptionWhenPriceIsIncorrect()
 {
     _fixture         = new PaymentTestFixture();
     this._connection = _fixture.GetConnection();
 }
Beispiel #4
0
 public ReturnExceptionWhenJobIDIsInvalidOnMakePayment()
 {
     _fixture         = new PaymentTestFixture();
     this._connection = _fixture.GetConnection();
 }
 public ReturnExceptionWhenPaymentNotAllowedForJob()
 {
     _fixture         = new PaymentTestFixture();
     this._connection = _fixture.GetConnection();
 }
 public CanGetInvoiceByID()
 {
     _fixture         = new PaymentTestFixture();
     this._connection = _fixture.GetConnection();
 }
Beispiel #7
0
 public ReturnExceptionWhenPaymentWasNotDoneOnConfirmPayment()
 {
     _fixture         = new PaymentTestFixture();
     this._connection = _fixture.GetConnection();
 }
Beispiel #8
0
 public ReturnExceptionWhenUserIDIsInvalidOnGetInvoiceByID()
 {
     _fixture         = new PaymentTestFixture();
     this._connection = _fixture.GetConnection();
 }
 public CanMakePaymentPayPal()
 {
     _fixture         = new PaymentTestFixture();
     this._connection = _fixture.GetConnection();
 }