Should it be “Arrange-Assert-Act-Assert”?
This is not the most common thing to do, but still common enough to have its own name. This technique is called Guard Assertion. You can find a detailed description of it on page 490 in the excellent book xUnit Test Patterns by Gerard Meszaros (highly recommended). Normally, I don’t use this pattern myself, since … Read more