override func setUp() { super.setUp() let app = XCUIApplication() app.launch() }
func testStacOverFlowApp() { app.terminate() }