コード例 #1
0
 public CanMateUpdateProfile()
 {
     _fixture         = new ProfileTestsFixture();
     this._connection = _fixture.GetConnection();
 }
コード例 #2
0
 public CanGetEmployerWithDescriptionById()
 {
     _fixture         = new ProfileTestsFixture();
     this._connection = _fixture.GetConnection();
 }
コード例 #3
0
 public CanMateAddCategories()
 {
     _fixture         = new ProfileTestsFixture();
     this._connection = _fixture.GetConnection();
 }
コード例 #4
0
 public CanEmployerAddFavoriteMate()
 {
     _fixture         = new ProfileTestsFixture();
     this._connection = _fixture.GetConnection();
 }
コード例 #5
0
 public CanGetMateWithoutDescriptionById()
 {
     _fixture         = new ProfileTestsFixture();
     this._connection = _fixture.GetConnection();
 }
コード例 #6
0
 public CanMateGetPendingJobsList()
 {
     _fixture         = new ProfileTestsFixture();
     this._connection = _fixture.GetConnection();
 }