Created
December 4, 2012 15:39
-
-
Save krosenvold/4205259 to your computer and use it in GitHub Desktop.
Verifier new file structure for unpacked projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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