diff options
author | Andy Clement <aclement@pivotal.io> | 2019-01-23 19:46:54 -0800 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2019-01-23 19:46:54 -0800 |
commit | 38a5e6c8f6ac969a71b91de3a572fdcd4fb22b1b (patch) | |
tree | e467179ad005dd4490432f29cceb18132f1fdd8b /testing-client/src/test/java/org/aspectj/testing/TestingClientModuleTests.java | |
parent | a303931ebcf72494bdb75395b350ff640a0ff1f3 (diff) | |
download | aspectj-38a5e6c8f6ac969a71b91de3a572fdcd4fb22b1b.tar.gz aspectj-38a5e6c8f6ac969a71b91de3a572fdcd4fb22b1b.zip |
mavenizing testing-client module - complete
Diffstat (limited to 'testing-client/src/test/java/org/aspectj/testing/TestingClientModuleTests.java')
-rw-r--r-- | testing-client/src/test/java/org/aspectj/testing/TestingClientModuleTests.java | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/testing-client/src/test/java/org/aspectj/testing/TestingClientModuleTests.java b/testing-client/src/test/java/org/aspectj/testing/TestingClientModuleTests.java deleted file mode 100644 index b5dfd039c..000000000 --- a/testing-client/src/test/java/org/aspectj/testing/TestingClientModuleTests.java +++ /dev/null @@ -1,30 +0,0 @@ -package org.aspectj.testing; -/* ******************************************************************* - * Copyright (c) 1999-2001 Xerox Corporation, - * 2002 Palo Alto Research Center, Incorporated (PARC). - * All rights reserved. - * This program and the accompanying materials are made available - * under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * Xerox/PARC initial implementation - * ******************************************************************/ - - -// default package - -import junit.framework.*; - -public class TestingClientModuleTests extends TestCase { - - public static Test suite() { - TestSuite suite = new TestSuite(TestingClientModuleTests.class.getName()); - suite.addTest(TestingTests.suite()); - return suite; - } - - public TestingClientModuleTests(String name) { super(name); } - -} |