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();
 }