ソースを参照

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 ファイルの表示

*******************************************************************************/ *******************************************************************************/
package org.aspectj.systemtest.ajc150; package org.aspectj.systemtest.ajc150;


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

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


suite.addTest(SuppressedWarnings.suite()); suite.addTest(SuppressedWarnings.suite());
suite.addTest(DeclareAnnotationTests.suite()); suite.addTest(DeclareAnnotationTests.suite());
suite.addTest(AtAjSyntaxTests.suite());
//$JUnit-END$ //$JUnit-END$
return suite; return suite;
} }

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