AAA and the Object Lifecycle
We’ll look at how Arrange-Act-Assert (AAA) tests reflect the lifecycle of the objects we’re working with. Object Lifecycle An object has a basic lifecycle: create (command | query)* (abandon | delete) That is, create the object, do a series of Continue reading AAA and the Object Lifecycle