Example #1
0
 public ReturnFalseWhenDeleteNonExistentWork()
 {
     _fixture         = new WorkTestFixture();
     this._connection = _fixture.GetConnection();
 }
 public JobNullWhenSendingNonExistentPostId()
 {
     _fixture         = new WorkTestFixture();
     this._connection = _fixture.GetConnection();
 }
 public CanFindWorkById()
 {
     _fixture         = new WorkTestFixture();
     this._connection = _fixture.GetConnection();
 }
 public CanUpdateDate()
 {
     _fixture         = new WorkTestFixture();
     this._connection = _fixture.GetConnection();
 }
 public CanFindByIdReturnNullWhenWorkNonExistent()
 {
     _fixture         = new WorkTestFixture();
     this._connection = _fixture.GetConnection();
 }
Example #6
0
 public CanDeleteWork()
 {
     _fixture         = new WorkTestFixture();
     this._connection = _fixture.GetConnection();
 }
Example #7
0
 public ReturnFalseWhenUpdateDate()
 {
     _fixture         = new WorkTestFixture();
     this._connection = _fixture.GetConnection();
 }
 public ReturnExceptionWhenJobIDisInvalidOnMarkJobAsDone()
 {
     _fixture         = new WorkTestFixture();
     this._connection = _fixture.GetConnection();
 }
 public CanEmployerMarkJobAsDone()
 {
     _fixture         = new WorkTestFixture();
     this._connection = _fixture.GetConnection();
 }
 public CanFindWorkByIdWithAssociatedEmployer()
 {
     _fixture         = new WorkTestFixture();
     this._connection = _fixture.GetConnection();
 }