-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
12 lines (10 loc) · 1021 Bytes
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
<stubbie>
<config>
<appName value="stubbie" /><!-- the name of your app, can be the mapping name as set up in cfadmin -->
<appPath value="/Users/gregstewart/Sites/coldfusion/stubbie" /><!--full path to the app (e.g. /my/full/path/to/the code/)-->
<packageRoot value="" /><!-- if you have a mapping for your app's cfcs, e.g. com.mydomain, specify it here (if you have specified an app name the result will be com.mydomain.myapp) -->
<saveTestFilesTo value="" /><!-- Not implemented yet, optional storage location for the test stubs -->
<unitTestFramework value="mxunit" requiresApplicationScopeAccess="true" /><!-- cfcUnit/cfUnit/mxunit requiresApplicationScopeAccess : true/false (only really applicable to mxunit if you want to create a remoteFacade to access the application scope of yoru app from within your tests)-->
<coldSpring use="false" path="config/cs.xml" useMachIIColdSpring="false" /><!-- use CS to autowire to wire up the beans, if MachII app use that CS -->
</config>
</stubbie>