Skip to content

quellish/Swift-NSOperation-Test-Case

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

About

XCTestCase to verify the correct behavior of any NSOperation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages