public CanSearchMateWithAllParams()
 {
     _fixture         = new MateSearchFixture();
     this._connection = _fixture.GetConnection();
 }
Example #2
0
 public CanSearchMateWithMultipleCategoriesAndAddress()
 {
     _fixture         = new MateSearchFixture();
     this._connection = _fixture.GetConnection();
 }
 public CanSearchMateWithCategoriesAddressRankAndDistance()
 {
     _fixture = new MateSearchFixture();
     this._connection = _fixture.GetConnection();
 }
 public CanSearchWithoutAddress()
 {
     _fixture         = new MateSearchFixture();
     this._connection = _fixture.GetConnection();
 }