# AAA - Test Structure

It's the structure used for a [unit test](https://blog.fiftywords.co/unit-test).

Each letter stands for a section:

- [Arrange](https://blog.fiftywords.co/arrange): The dependencies to simulate the situation to verify.
- [Act](https://blog.fiftywords.co/act): Execute the [unit of code](https://blog.fiftywords.co/unit-of-code).
- [Assert](https://blog.fiftywords.co/assert): That the final result is as expected.

It's suggested that each section is well marked in the [unit test](https://blog.fiftywords.co/unit-test).

[🇨🇴 Versión en Español](https://blog.cincuentapalabras.co/aaa)
