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