Completed
Compounding factories
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Your Test Suite Is Making Too Many Database Calls
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Negative effects of slow tests
- 3 Expensive things in tests
- 4 The testing pyramid
- 5 Avoid persisting data
- 6 Locations
- 7 Shared test setup
- 8 Tests with too much data
- 9 Tests with wrong data
- 10 Solution: Inline setup
- 11 Factories that do too much
- 12 Compounding factories
- 13 Minimal factory
- 14 Extend base with traits
- 15 Callbacks that create more data
- 16 Broken data
- 17 Updating in setup
- 18 Profiling factories
- 19 Diagramming
- 20 Organization
- 21 Diamond factories
- 22 Avoid creating extra data
- 23 Debugging techniques
- 24 Joel Quenneville