Victor Eronmosele
Victor Eronmosele's Blog

Victor Eronmosele's Blog

Follow
homenewsletter
Tag

Testing

#testing

More content

Read more stories on Hashnode


Articles with this tag

Mocking and Testing Firestore Operations in Flutter Unit Tests | Part 2 (Transactions and Batched Writes)

Mar 15, 20228 min read 822 views

Introduction Firestore offers the ability to perform atomic operations — "series of database operations such that either all occurs, or nothing...

Mocking and Testing Firestore Operations in Flutter Unit Tests | Part 2 (Transactions and Batched Writes)

Mocking and Testing Firestore Operations in Flutter Unit Tests | Part 1 (Documents and Collections)

Feb 15, 202215 min read 4.0K views

Introduction This article examines Firestore operations with respect to Documents and Collections and demonstrates how to mock and test them. The...

Mocking and Testing Firestore Operations in Flutter Unit Tests | Part 1 (Documents and Collections)

Mocking and Testing Shared Preferences in Flutter Unit Tests

Dec 6, 20215 min read 5.0K views

Introduction This article demonstrates how to unit-test Shared Preferences in Flutter projects. This article assumes that the reader is familiar with...

Mocking and Testing Shared Preferences in Flutter Unit Tests

Mocking and Testing The File System In Dart/Flutter Unit Tests

Oct 9, 20214 min read 3.0K views

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...

Mocking and Testing The File System In Dart/Flutter Unit Tests

Mocking callbacks in Dart/Flutter unit tests

Sep 24, 20213 min read 4.3K views

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...

Mocking callbacks in Dart/Flutter unit tests