SwiftMonkey icon indicating copy to clipboard operation
SwiftMonkey copied to clipboard

Find out how to do device rotations using XCTest private API

Open DagAgren opened this issue 9 years ago • 1 comments

Currently, the event generation using XCTest private APIs does not generate device rotations, even though there seems to be an option for this. I have not been able to figure out how to do this, but it should be possible somehow.

DagAgren avatar Nov 22 '16 10:11 DagAgren

Why are you not inclined towards doing device rotation using public API? I am doing that in my test project.

singh88 avatar Aug 16 '17 06:08 singh88