import XCTest import ContainerControllerTests var tests = [XCTestCaseEntry]() tests += ContainerControllerTests.allTests() XCTMain(tests)