docs: Improve Arrange/Act/Assert documentation

This commit is contained in:
Ilkka Seppälä
2024-03-11 20:28:22 +02:00
parent e56a8e15b0
commit 02f1fdc261
2 changed files with 26 additions and 2 deletions
@@ -32,7 +32,7 @@ import org.junit.jupiter.api.Test;
/**
* Arrange/Act/Assert (AAA) is a pattern for organizing unit tests. It is a way to structure your
* tests so they're easier to read, maintain and enhance.
* tests, so they're easier to read, maintain and enhance.
*
* <p>It breaks tests down into three clear and distinct steps:
* <p>1. Arrange: Perform the setup and initialization required for the test.