
|
If you were logged in you would be able to see more operations.
|
|
|
| Compatibility: |
may break builds or test process
|
|
I want to copy an idea from hadoop. currently we use the testcase property to be the fully qualified : -Dtestcase=org.smartfrog.something.TestCaseName
We could change it to only go on the TestCaseName value;
Advantage: easier to run a test given only the name.
Disadvantage: if tests in two packages have the same name, both get run
|
|
Description
|
I want to copy an idea from hadoop. currently we use the testcase property to be the fully qualified : -Dtestcase=org.smartfrog.something.TestCaseName
We could change it to only go on the TestCaseName value;
Advantage: easier to run a test given only the name.
Disadvantage: if tests in two packages have the same name, both get run |
Show » |
|