public CanSearchJobPostWithOneCategoryWithDefaultAddressAndWithDistance() { _fixture = new JobSearchFixture(); this._connection = _fixture.GetConnection(); }
public CanMakeOfferOnJob() { _fixture = new JobSearchFixture(); this._connection = _fixture.GetConnection(); }
public CanSearchJobPostWithRatingToHighForJob() { _fixture = new JobSearchFixture(); this._connection = _fixture.GetConnection(); }
public CanSearchJobPostWithRatingAndTwoCategory() { _fixture = new JobSearchFixture(); this._connection = _fixture.GetConnection(); }
public ReturnEmptyWhenSearchJobWithWrongLocation() { _fixture = new JobSearchFixture(); this._connection = _fixture.GetConnection(); }
public ReturnFalselWhenIgnoringAJobThatDoesntExist() { _fixture = new JobSearchFixture(); this._connection = _fixture.GetConnection(); }
public CanSearchJobPostWithoutQueries() { _fixture = new JobSearchFixture(); this._connection = _fixture.GetConnection(); }
public CanIgnoreValidJob() { _fixture = new JobSearchFixture(); this._connection = _fixture.GetConnection(); }