You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

junit-patterns.properties 520B

123456789101112131415161718
  1. # if true, then run JUnit tests via leaf tests
  2. # else use junit.rootSuites
  3. junit.leaves=false
  4. # define the root suite for for each module testsrc/
  5. junit.rootSuites=**/*ModuleTests.java
  6. # define leaf tests for each module testsrc/
  7. junit.includes=**/*Tests.java,**/*TestCase.java
  8. junit.excludes=**/DocumentParserTest.java,\
  9. **/CommandTestCase.java,\
  10. **/VerifyWeaveTestCase.java,\
  11. **/KnownfailuresTests.java,\
  12. **/KnownLimitationsTests.java,\
  13. **/PureJavaTests.java,\
  14. **/AbstractWorldTestCase.java,\
  15. **/WeaveTestCase.java