Talk:Test Class using srTest: Difference between revisions
Jump to navigation
Jump to search
(New page: It should be easier to get at the description for the parameters for the testCase object that we use in our derived class. For example, I need to use the testCase member to set the status ...) |
No edit summary |
||
Line 1: | Line 1: | ||
It should be easier to get at the description for the parameters for the testCase object that we use in our derived class. For example, I need to use the testCase member to set the status in one of my methods. I can follow the "Test Classes" link in the Wiki to see examples of how to write the call. Inexplicably, it always shows passing a "0" as a second argument. I have to go to the online help, launch a pdf reader for the Runtime Develper's Guide, and search for the "testCase" members to see what the second argument is used for. | * It should be easier to get at the description for the parameters for the testCase object that we use in our derived class. For example, I need to use the testCase member to set the status in one of my methods. I can follow the "Test Classes" link in the Wiki to see examples of how to write the call. Inexplicably, it always shows passing a "0" as a second argument. I have to go to the online help, launch a pdf reader for the Runtime Develper's Guide, and search for the "testCase" members to see what the second argument is used for. | ||
* I am running a Debug build of STRIDE. Building the agent shows: | |||
Test Agent build failed with the following errors: | |||
LINK : fatal error LNK1181: cannot open input file 's2shostapptrt.lib' | |||
Test Agent build failed. at (eval 2) line 94. | |||
Abort! Test Agent build failed. | |||
I only have the Debug version of this library: s2shostapptrtd.lib. |
Revision as of 22:49, 31 March 2008
- It should be easier to get at the description for the parameters for the testCase object that we use in our derived class. For example, I need to use the testCase member to set the status in one of my methods. I can follow the "Test Classes" link in the Wiki to see examples of how to write the call. Inexplicably, it always shows passing a "0" as a second argument. I have to go to the online help, launch a pdf reader for the Runtime Develper's Guide, and search for the "testCase" members to see what the second argument is used for.
- I am running a Debug build of STRIDE. Building the agent shows:
Test Agent build failed with the following errors: LINK : fatal error LNK1181: cannot open input file 's2shostapptrt.lib' Test Agent build failed. at (eval 2) line 94. Abort! Test Agent build failed.
I only have the Debug version of this library: s2shostapptrtd.lib.