Initial import.
This commit is contained in:
parent
1457c02c00
commit
f473693052
25 changed files with 2468 additions and 0 deletions
16
resources/testnggen.properties
Normal file
16
resources/testnggen.properties
Normal file
|
@ -0,0 +1,16 @@
|
|||
## Output Pattern definition file.
|
||||
##
|
||||
## Available variables:
|
||||
## $SOURCEPATH$ - location where source code for current project resides
|
||||
## $PACKAGE$ - package path where TestedClass resides
|
||||
## $FILENAME$ - Filename of the testClass. Note: if you modify filename only
|
||||
## the file name will be affected not a class name
|
||||
##
|
||||
## Anything before $SOURCEPATH$ will be ignored. If you need to go outside of the
|
||||
## sourcepath use $SOURCEPATH$/../
|
||||
##
|
||||
## For project sepcific configuration you can add seporate line for every project.
|
||||
## Earch line must start with project name. i.e
|
||||
## myproject=$SOURCEPATH$/testing/$PACKAGE$/$FILENAME$
|
||||
## If project specific configuration does not exist, the following line will be used.
|
||||
output=$SOURCEPATH$/test/$PACKAGE$/$FILENAME$
|
Loading…
Add table
Add a link
Reference in a new issue