Message 1 of 1
Create and Run Clash Test
Not applicable
12-25-2015
09:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dears,
Inside a plugin, I am creating a new clash test and trying to run it. Using this command "documentClash.TestsData.TestsRunAllTests();" it runs without any errors. However, if I try using "documentClash.TestsData.TestsRunTest(oTest);" where oTest is the newly created instance, it throws "ArgumentException Argument is not in Clash Detective Parameter name: test". No other tests are defined in the model !
What is the cause and possible fix for this error ?
Thanks