Skip to content

Instantly share code, notes, and snippets.

@krosenvold
Created December 4, 2012 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krosenvold/4205259 to your computer and use it in GitHub Desktop.
Save krosenvold/4205259 to your computer and use it in GitHub Desktop.
Verifier new file structure for unpacked projects
Look at the test case in https://github.com/apache/maven-surefire/blob/master/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/jiras/Surefire809GroupExpressionsIT.java
Then correlate with the files on disk after a completed test run:
kristian@office ~/lsrc/maven-surefire/surefire-integrationte-sts/target/Surefire809GroupExpressionsIT $ ls -l
total 24
drwxrwxr-x 4 kristian kristian 4096 des. 4 16:34 categoryAB
drwxrwxr-x 4 kristian kristian 4096 des. 4 16:34 incorrectJUnitVersions
drwxrwxr-x 4 kristian kristian 4096 des. 4 16:34 testExcludedGroups
drwxrwxr-x 4 kristian kristian 4096 des. 4 16:34 testJUnitRunCategoryNotC
drwxrwxr-x 4 kristian kristian 4096 des. 4 16:34 testNGRunCategoryAB
drwxrwxr-x 4 kristian kristian 4096 des. 4 16:34 testNGRunCategoryNotC
Each subfolder contains an extracted project (from verifier):
kristian@office ~/lsrc/maven-surefire/surefire-integration-tests/target/Surefire809GroupExpressionsIT $ ls -l categoryAB/
total 16
-rw-rw-r-- 1 kristian kristian 3812 des. 4 16:34 log.txt
-rw-rw-r-- 1 kristian kristian 2065 des. 4 16:34 pom.xml
drwxrwxr-x 3 kristian kristian 4096 des. 4 16:34 src
drwxrwxr-x 4 kristian kristian 4096 des. 4 16:34 target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment