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