import ca.concordia.jdeodorant.coverage.tools.TestAndCoverageEngine; public class TestRunner { public static void main(String[] args) { TestAndCoverageEngine.run(args); } }