Displaying 1 result from an estimated 1 matches for "pathtocod".
Did you mean:
pathtocode
2006 Feb 04
1
RUnit - need advice on a good directory structure or tips...
...problem, here I suggest convention.
##
## 1. The testSuite files and test files should be in the same directory
like this example.
##
## 2. Always include the following five objects in your own test file
## as it is shown in this example and modify them as you want.
## (-> pathToCode, codeFileName, currentPath, .setUp, .tearDown)
##
## 3. Then, properly change the pathToCode and the codeFileName.
## You can add your own codes to .setUP and .tearDown.
##
## 4. Use one test file for each code file. This is a good practice.
##
########################################...