1
0
espelhamento de https://github.com/eclipse-aspectj/aspectj.git sincronizado 2024-08-14 14:11:27 +02:00
org.aspectj/build/junit-patterns.properties

19 linhas
517 B
Properties

# if true, then run JUnit tests via leaf tests
# else use junit.rootSuites
junit.leaves=false
# define the root suite for for each module testsrc/
junit.rootSuites=*ModuleTests.java
# define leaf tests for each module testsrc/
junit.includes=**/*Tests.java,**/*TestCase.java
junit.excludes=**/DocumentParserTest.java,\
**/CommandTestCase.java,\
**/VerifyWeaveTestCase.java,\
**/KnownfailuresTests.java,\
**/KnownLimitationsTests.java,\
**/PureJavaTests.java,\
**/AbstractWorldTestCase.java,\
**/WeaveTestCase.java