How to get .jtest projects to generate elsewhere?
How to get .jtest projects to generate
After running JTest for a specific project in Eclipse, the .jtest folder is created within my workspace. Is there anyway that I can direct it to generate the files somewhere else? I know that the results can be generated elsewhere, but how can I specify the path that I want the actual test files to be generated? Thank you for your help in advance!!
Tagged:
0
Comments
The test classes will always be generated within your workspace, but you can specify where your workspace is on your machine. If you want the test classes to be generated in a different location within your workspace, you can change the output class pattern in your Jtest configuration. Go to the Generation tab, then the Test Class sub-tab to edit the output class.
techie3
If I move the test files that were generated in my workspace to another directory, and then link them to Eclipse as a new project, will I be able to have those same files be updated if I re-test my src project? Or, will there be files generated in my workspace once again?
I have a similar/related question. Is there a way that I can display the values of the variables used in the output class? I was trying to generate a test at the same project as the source file, but within it, there is a test folder for the "source_folder". I tried replacing this variable with src/test (original source code is at src/java). But when I generate the test,no tests were created. Thanks.