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