public CanRemovePaymentType()
 {
     _fixture         = new JobPostsFixture();
     this._connection = _fixture.GetConnection();
 }
Exemple #2
0
 public CanCreateJobPostWithoutImage()
 {
     _fixture         = new JobPostsFixture();
     this._connection = _fixture.GetConnection();
 }
Exemple #3
0
 public CanFindJobPostById()
 {
     _fixture         = new JobPostsFixture();
     this._connection = _fixture.GetConnection();
 }
Exemple #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();
 }