...
The dottestcov tool is used similarly to the jtestcov tool detailed above. It can be found in the downloaded dotnet_agent_coverage zip, under the dottestcov
directory.
Invoke dottestcov using either dottestcov.sh or dottestcov.bash, depending on your operating system, bat with a command like the example below running against Parabank:
Code Block |
---|
dottestcov(.sh/.bash) coverage bat -ctp -appinclude c:/<PATH_TO_APPLICATION>/parabank.war -include com/parasoft/parabank/parasoft/** -settings c:/<PATH_TO_LICENSE_FILE>/license.properties"C:\Devel\FooSolution\src\QuxProject***.cs" -exclude "C:\Devel\FooSolution\src\QuxProject*\tests**.cs" -app <DIR> -runtime <PATH/DIR> -publish -settings <PATH TO .PROPERTIES> |
Info |
---|
The |
...