📄️ What is unit testing?
Let's understand what is unit testing
📄️ The calculator
Let's write unit tests for a simple integer calculator
📄️ Creating the test project
Your turn to write the rest of the tests
📄️ Your first test(s)
Time for us to write our first unit tests
📄️ Structuring our solution
Structuring our solution and our projects
📄️ Let's improve our test
Building on what we already have
📄️ Arrange, Act, Assert
The holy trinity of unit test structure
📄️ Exercise: Test the calculator
Your turn to write the rest of the tests
📄️ One test, multiple test cases
Making our tests more flexible