What is the order of calling XCTest test functions in Xcode 8?
XCTest test functions(also classes) was called in alphabetical order (before Xcode 8). With Xcode 8, I can not assume in which order the test cases are called by the system.
Can someone throw some light on it?