Unit Tests and class name
I'm trying to find the switch or setting that will allow me to change the "Default Test Settings" name to the name of the test I'm kicking off.
I'm using ant to kick off/run the builds & unit tests. The lines I'm using to kick off the unit test looks like this.
<exec>
<arg>"/testcontainer:${MSUnitTestsDir}\DataPublisher\bin\Release\DataPublisherUnitTest.dll"/
<arg>"/resultsfile:${TestOutputDir}\IPIDataPublisher_MSTests.trx"
</exec>
I see "Default Test Settings" in the result file. So I could possibly write a perl script to change that string. I'm not sure if something like that is easy to do in ant.
thanks!
I'm using ant to kick off/run the builds & unit tests. The lines I'm using to kick off the unit test looks like this.
<exec>
<arg>"/testcontainer:${MSUnitTestsDir}\DataPublisher\bin\Release\DataPublisherUnitTest.dll"/
<arg>"/resultsfile:${TestOutputDir}\IPIDataPublisher_MSTests.trx"
</exec>
I see "Default Test Settings" in the result file. So I could possibly write a perl script to change that string. I'm not sure if something like that is easy to do in ant.
thanks!