Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 627 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 627 Bytes

NSOperation objects are expected to implement logic and state transitions that allow them to be safely used with NSOperationQueue instances. These behaviors are documented in the NSOperation class documentation.

This test case exercises the behavior expected of NSOperation instances. When subclassing an object that has expected behaviors it is critical to have tests to verify that those behaviors perform as they are expected to.

Override operationUnderTest to return an instance of the NSOperation subclass under test.