Structuring Tests Using the AAA Approach
Learn to structure tests using the AAA approach.
We'll cover the following...
AAA approach
AAA stands for Approach-Act-Assert.
-
In the Approach phase, we initialize the piece of the unit we want to test. This means we ...