An example-driven guide of the testing pattern "Arrange, Act and Assert".
* Arrange: Setup any variables or conditions your test needs.
* Act: Execute the code you want to test.
* Assert: Check that the code behaviours in a way that you would expect
You can also find me on:
Twitter: https://twitter.com/cameronmaske
Personal Site: https://cameronmaske.com/