public CanMateUpdateProfile()
 {
     _fixture         = new ProfileTestsFixture();
     this._connection = _fixture.GetConnection();
 }
Esempio n. 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();
 }
Esempio n. 5
0
 public CanGetMateWithoutDescriptionById()
 {
     _fixture         = new ProfileTestsFixture();
     this._connection = _fixture.GetConnection();
 }
Esempio n. 6
0
 public CanMateGetPendingJobsList()
 {
     _fixture         = new ProfileTestsFixture();
     this._connection = _fixture.GetConnection();
 }