Xcode 10 and super.tearDown
问题 Since Xcode 10.1(maybe 10) when I create a Unit test file I don't have calls super.tearDown() and super.setUp() . I've not seen such changes in release notes. In documentation https://developer.apple.com/documentation/xctest/xctestcase/understanding_setup_and_teardown_for_test_methods are still here. So my question should I still write super.tearDown() and super.setUp()? class SomethingTests: XCTestCase { override func setUp() { // Put setup code here. This method is called before the