ソースを参照

includes the basic @AJ test suite

tags/PRE_ANDY
aclement 19年前
コミット
302e71140e
1個のファイルの変更4行の追加0行の削除
  1. 4
    0
      tests/src/org/aspectj/systemtest/ajc150/AllTestsAspectJ150.java

+ 4
- 0
tests/src/org/aspectj/systemtest/ajc150/AllTestsAspectJ150.java ファイルの表示

@@ -10,6 +10,8 @@
*******************************************************************************/
package org.aspectj.systemtest.ajc150;

import org.aspectj.systemtest.ajc150.ataspectj.AtAjSyntaxTests;

import junit.framework.Test;
import junit.framework.TestSuite;

@@ -40,6 +42,8 @@ public class AllTestsAspectJ150 {
suite.addTest(SuppressedWarnings.suite());
suite.addTest(DeclareAnnotationTests.suite());
suite.addTest(AtAjSyntaxTests.suite());
//$JUnit-END$
return suite;
}

読み込み中…
キャンセル
保存