It’s interesting seeing the different names used in unit tests to identify the setup, test, and verification stages. I’ve seen “given”, “when,” and “then” used a lot in a previous role. Today I found a different convention: “arrange”, “act,” and “assert”.