March 2015
Intermediate to advanced
236 pages
5h 26m
English
Knowing which part of the test is the act part, which is the arrange part, and which is the assert can speed up cognition. Use AAA (Keeping Tests Consistent with AAA) to make the intent explicit. The arrows in the following listing show the blank lines to insert:
| iloveyouboss/test-8/test/util/SearchTest.java | |
| | @Test |
| | public void returnsMatchesShowingContextWhenSearchStringInContent() { |
| | stream = streamOn("There are certain queer times and occasions " |
| | + "in this strange mixed affair we call life when a man " |
| | + "takes this whole universe for a vast practical joke, " |
| | + "though the wit thereof he but dimly discerns, and more " |
| | + "than suspects that the joke is at nobody's expense but " |
Read now
Unlock full access