import XCTest import JSONAPITests var tests = [XCTestCaseEntry]() tests += JSONAPITests.__allTests() XCTMain(tests)