You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Ajc5Tests.java 1.0KB

123456789101112131415161718192021222324252627282930
  1. ///* *******************************************************************
  2. // * Copyright (c) 2005 Contributors.
  3. // * All rights reserved.
  4. // * This program and the accompanying materials are made available
  5. // * under the terms of the Eclipse Public License v 2.0
  6. // * which accompanies this distribution and is available at
  7. // * https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt
  8. // *
  9. // * Contributors:
  10. // * Matthew Webster initial implementation
  11. // * ******************************************************************/
  12. //package org.aspectj.tools.ajc;
  13. //
  14. //import org.aspectj.testing.util.TestUtil;
  15. //
  16. //import junit.framework.Test;
  17. //import junit.framework.TestCase;
  18. //import junit.framework.TestSuite;
  19. //
  20. //public class Ajc5Tests extends TestCase {
  21. // public static String aspectjrtClasspath() {
  22. // return TestUtil.aspectjrtPath().getPath();
  23. // }
  24. // public static Test suite() {
  25. // TestSuite suite = new TestSuite(Ajc5Tests.class.getName());
  26. // suite.addTestSuite(AjAST5Test.class);
  27. // return suite;
  28. // }
  29. //
  30. //}