Please enable JavaScript.
Coggle requires JavaScript to display documents.
Mocking with Firebase Database (What's the mock (mock, spy, stub),…
Mocking with Firebase Database
What's the mock
mock
spy
stub
Architecture
Layered Architecture
Clean (Onion) Architecture
Layer
Domain Layer
Data Layer
Presentation Layer
Building Stub
naming
same as path in Database
return same json as every testing
Testing by Layer
Data layer
make Fake obejct of DatabaseReference
to abstract observe methods
Codable
Domain Layer
Firebase Database
NoSQL