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