public ReturnExceptionWhenEmailDontExistSaveEncryptToken()
 {
     _fixture         = new RefreshTokenTestsFixture();
     this._connection = _fixture.GetConnection();
 }
コード例 #2
0
 public CanGetEncryptedToken()
 {
     _fixture         = new RefreshTokenTestsFixture();
     this._connection = _fixture.GetConnection();
 }