コード例 #1
0
 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();
 }
コード例 #5
0
 public CanUpdatePostDetails()
 {
     _fixture         = new JobPostsFixture();
     this._connection = _fixture.GetConnection();
 }
コード例 #6
0
 public CanDeleteJobPost()
 {
     _fixture         = new JobPostsFixture();
     this._connection = _fixture.GetConnection();
 }