Esempio n. 1
0
 public CanSearchJobPostWithOneCategoryWithDefaultAddressAndWithDistance()
 {
     _fixture         = new JobSearchFixture();
     this._connection = _fixture.GetConnection();
 }
Esempio n. 2
0
 public CanMakeOfferOnJob()
 {
     _fixture = new JobSearchFixture();
     this._connection = _fixture.GetConnection();
 }
Esempio n. 3
0
 public CanSearchJobPostWithRatingToHighForJob()
 {
     _fixture         = new JobSearchFixture();
     this._connection = _fixture.GetConnection();
 }
 public CanSearchJobPostWithRatingAndTwoCategory()
 {
     _fixture         = new JobSearchFixture();
     this._connection = _fixture.GetConnection();
 }
Esempio n. 5
0
 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();
 }
Esempio n. 8
0
 public CanIgnoreValidJob()
 {
     _fixture         = new JobSearchFixture();
     this._connection = _fixture.GetConnection();
 }