Completed
Testing
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
DRY TDD with AutoFixture
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Premise
- 3 Fixture
- 4 Test Setup
- 5 Unit Test Patterns
- 6 Equivalent Sets
- 7 Test Data Builder
- 8 Conways Game of Life
- 9 BDD Style Testing
- 10 First Test
- 11 Writing the Code
- 12 Creating the Grid
- 13 Compile
- 14 Expressing
- 15 Test
- 16 Underpopulation
- 17 Compilation Error
- 18 Running the Test
- 19 Refactoring Tests
- 20 Testing
- 21 Customization
- 22 Conclusion