firebase / firebase-admin-dotnet

Firebase Admin .NET SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
367 stars 131 forks source link

chore: Cleaning up Auth integration tests #239

Closed hiranya911 closed 4 years ago

hiranya911 commented 4 years ago

I've devised a better way to organize the integration tests for FirebaseAuth and TenantAwareFirebaseAuth classes. Basically I'm putting all the shared test cases into a new AbstractFirebaseAuthTest abstract class. Test setup logic is injected via a new AbstractAuthFixture class. FirebaseAuthTest and TenantAwareFirebaseAuthTest can now simply extend the above classes.