16 lines
No EOL
777 B
Properties
16 lines
No EOL
777 B
Properties
## 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$ |