Skip to content

Split auth api tests into multiple cases - #2399

Merged
renkelvin merged 4 commits into
masterfrom
api-tests-split
Feb 19, 2019
Merged

Split auth api tests into multiple cases#2399
renkelvin merged 4 commits into
masterfrom
api-tests-split

Conversation

@renkelvin

Copy link
Copy Markdown
Contributor

No description provided.

@Yue-Wang-Google Yue-Wang-Google left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LTGM. just a few nits.

#import "FIRAuthApiTestsBase.h"

@interface AnonymousAuthTests : FIRAuthApiTestsBase

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove the new line here.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You mean line 22 right? I prefer keep it since it's makes the class structure clearer

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing the line for a simple class with 0 method is more common among Google3 code. see http://google.github.io/styleguide/objcguide.html#prefixes

It's ok if you dont remove, because I don't care much about it.

Comment thread Example/Auth/ApiTests/CustomAuthTests.m Outdated
@"Invalid assertion format. 3 dot separated segments required.";

@interface CustomAuthTests : FIRAuthApiTestsBase

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove new line. same for other files

Comment thread Example/Auth/ApiTests/FIRAuthApiTestsBase.h Outdated
Comment thread Example/Auth/ApiTests/FIRAuthApiTestsBase.h Outdated
Comment thread Example/Auth/ApiTests/FIRAuthApiTestsBase.m
@renkelvin
renkelvin merged commit b3f2abc into master Feb 19, 2019
@renkelvin
renkelvin deleted the api-tests-split branch February 19, 2019 01:42
@renkelvin
renkelvin restored the api-tests-split branch February 19, 2019 01:56
bstpierr added a commit that referenced this pull request Feb 19, 2019
* master:
  E2e tests split (#2401)
  Split auth api tests into multiple cases (#2399)
  Add a ToString function to create human-readable debug descriptions (#2384)
  Split Auth unit tests (#2396)
  Create umbrella header for FIAM (#2392)
  Deprecate setMinimumSessionInterval (#2305)
  Forbid queries endAt an uncommitted server timestamp. (#2382)
  update changelog for release (#2383)
  Fix FIAM Travic CI issues (#2380)
  Remove swift sample for Auth (#2371)
  C++ migration: port `FSTTransaction` (#2362)
  Fix a bug where unlinking emailpassword doesn’t remove provider data (#2370)
  Fix a bug where sign in with Game Center doesn’t return additional user info (#2368)
  Firebase In-app messaging callbacks (#2354)
  Fix a bug where sign in with email link always return isNewUser as false (#2363)
  C++ migration: eliminate `FSTRemoteStore` (#2338)
@firebase firebase locked and limited conversation to collaborators Oct 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants