Is it possible to have Xcode run your unit tests multiple times?
I had an issue in several unit tests that caused intermittent failures. Now that I think I\
for me it works in swift
override func invokeTest() { for time in 0...15 { print("this test is being invoked: \(time) times") super.invokeTest() } }