Skip to content

Instantly share code, notes, and snippets.

@yusuke024
Last active March 31, 2021 17:44
Show Gist options
  • Save yusuke024/6785f7d4048cae34e60553908964d725 to your computer and use it in GitHub Desktop.
Save yusuke024/6785f7d4048cae34e60553908964d725 to your computer and use it in GitHub Desktop.
Run XCTest in playground
import XCTest
class MyTestCase: XCTestCase {
func testExample() {
measure {
// Code to measure
}
}
}
MyTestCase.defaultTestSuite.run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment