IOS: Unit test SpriteKit

I need help creating unit tests for a simple game that I am developing on a set of sprites. I need to check the state of arrays while SKNodes are moving, so it includes interface testing. A link to any blog post or any help is appreciated.

Thank.

+3
source share

All Articles