ChristianFindlay.com

Christian Findlay is a professional Software Developer and trainer based in Melbourne, Australia. He builds with Flutter, .NET, AI, Firebase/Supabase, Google Cloud, and Microsoft Azure.

Location
Melbourne, Australia

Follow Me

testing

Flutter - Full App Widget Testing
Read More

Flutter - Full App Widget Testing

I offer full widget testing training for your team. Book a session to learn how to test your Flutter apps.

04 Apr 2023 Christian Findlay
Add A Search Bar To The AppBar In Flutter
Read More

Add A Search Bar To The AppBar In Flutter

Search bars are often an essential UI component in a Flutter app. This blog post walks you through creating a search bar in Flutter and...

19 Mar 2023 Christian Findlay
Test Coverage
Read More

Test Coverage

This article is part of a series I am writing about testing. It refers to an article I wrote on test isolation, which is important reading for...

09 Mar 2023 Christian Findlay
Test Isolation is Expensive
Read More

Test Isolation is Expensive

This article is part of a series on testing that I am writing, and this series is part of an e-book on testing that I...

20 Feb 2023 Christian Findlay
Flutter: How To Mock Functions For Testing
Read More

Flutter: How To Mock Functions For Testing

The Dart language allows us to implement and mock any class. That’s because Dart has implicit interfaces, which is great for testing. However, some libraries...

17 Dec 2022 Christian Findlay
Run Flutter Widget Tests as Integration Tests
Read More

Run Flutter Widget Tests as Integration Tests

Automated testing in flutter is easy. The flutter team built it into the framework from the ground up. They call it integration testing, but non-flutter developers...

18 Dec 2021 Christian Findlay
Dart: Manual Mutation Testing
Read More

Dart: Manual Mutation Testing

Mutation testing is a technique for measuring the quality of your tests.

04 Dec 2021 Christian Findlay
xUnit - Strongly Typed Test Data
Read More

xUnit - Strongly Typed Test Data

xUnit has a quirky system for consuming test data. Strongly typed test data can be specified with the MemberData attribute and the Theory attribute but...

30 Jun 2019 Christian Findlay