public CanRemovePaymentType()
 {
     _fixture         = new JobPostsFixture();
     this._connection = _fixture.GetConnection();
 }
예제 #2
0
 public CanCreateJobPostWithoutImage()
 {
     _fixture         = new JobPostsFixture();
     this._connection = _fixture.GetConnection();
 }
예제 #3
0
 public CanFindJobPostById()
 {
     _fixture         = new JobPostsFixture();
     this._connection = _fixture.GetConnection();
 }
예제 #4
0
 public CanReturnJobPostsFromEmployer()
 {
     _fixture         = new JobPostsFixture();
     this._connection = _fixture.GetConnection();
 }
 public CanUpdatePostDetails()
 {
     _fixture         = new JobPostsFixture();
     this._connection = _fixture.GetConnection();
 }
 public CanDeleteJobPost()
 {
     _fixture         = new JobPostsFixture();
     this._connection = _fixture.GetConnection();
 }