// // Copyright (c) ZeroC, Inc. All rights reserved. // import Ice import TestCommon public class Client: TestHelperI { public override func run(args _: [String]) throws { try allTests(self) } }