#testing
Read more stories on Hashnode
Articles with this tag
Introduction Firestore offers the ability to perform atomic operations — "series of database operations such that either all occurs, or nothing...
Introduction This article examines Firestore operations with respect to Documents and Collections and demonstrates how to mock and test them. The...
Introduction This article demonstrates how to unit-test Shared Preferences in Flutter projects. This article assumes that the reader is familiar with...
This article will describe how to mock and test the file system in Dart/Flutter for tests and in particular unit tests. This article assumes that the...
This article is a guide on how to mock callback functions and verify that the callback functions are called in Dart/Flutter unit tests. The article is...