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