///******************************************************************************* // * Copyright (c) 2006 IBM Corporation and others. // * All rights reserved. This program and the accompanying materials // * are made available under the terms of the Eclipse Public License v 2.0 // * which accompanies this distribution, and is available at // * https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt // * // * Contributors: // * Matthew Webster - initial implementation // *******************************************************************************/ //import junit.framework.*; //import junit.framework.Test; // //public class Eajc515ModuleTests extends TestCase { // // public static Test suite() { // TestSuite suite = new TestSuite(Eajc515ModuleTests.class.getName()); // suite.addTest(org.aspectj.tools.ajc.Ajc5Tests.suite()); // return suite; // } // // public Eajc515ModuleTests(String name) { super(name); } // //}