File: junit-patterns.properties

package info (click to toggle)
aspectj 1.9.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 45,324 kB
  • sloc: java: 592,464; xml: 29,158; sh: 464; makefile: 31
file content (18 lines) | stat: -rw-r--r-- 520 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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