public CanMateUpdateProfile()
 {
     _fixture         = new ProfileTestsFixture();
     this._connection = _fixture.GetConnection();
 }
Example #2
0
 public CanGetEmployerWithDescriptionById()
 {
     _fixture         = new ProfileTestsFixture();
     this._connection = _fixture.GetConnection();
 }
 public CanMateAddCategories()
 {
     _fixture         = new ProfileTestsFixture();
     this._connection = _fixture.GetConnection();
 }
 public CanEmployerAddFavoriteMate()
 {
     _fixture         = new ProfileTestsFixture();
     this._connection = _fixture.GetConnection();
 }
Example #5
0
 public CanGetMateWithoutDescriptionById()
 {
     _fixture         = new ProfileTestsFixture();
     this._connection = _fixture.GetConnection();
 }
Example #6
0
 public CanMateGetPendingJobsList()
 {
     _fixture         = new ProfileTestsFixture();
     this._connection = _fixture.GetConnection();
 }