code-coverage
How much of the API of an SDK does my sample application use
I have an SDK called X and a couple of sample applications written in Java and C++ that uses the APIs from the SDK.[详细]
2023-02-13 20:26 分类:问答shared library coverage test with gcov [Linux/Fortran]
I am trying to perform a coverage test of a shared library. I have chosen for gcov/lcov due to the fact, that it is free and open source, which means, I can try it immediately (commercial software wou[详细]
2023-02-13 18:14 分类:问答Code coverage not showing results using Xcode + gcov
I have been trying to get the Code coverage working for iPhone simulator and always get a 0% coverage. Below are the configuration details and the steps that I have tried.[详细]
2023-02-13 06:34 分类:问答PostSharp and Visual Studio Code Coverage
I\'ve recently started using PostSharp in some of my projects and have noticed an unfortunate side effect - the code coverage in all the projects its used with drops significantly.[详细]
2023-02-12 22:15 分类:问答Cobertura test coverage does not cover tests which extend class under test
I have a class which I need to test eg. MyClass.java I am using Junit4 so in order to test the protected methods as well in MyClass.java I create a test class MyClassTest.java (which is in a complete[详细]
2023-02-12 09:52 分类:问答cobertura in eclipse
I just installed ecobertura plugin, but it looks like not a very user-friendly tool from within eclipse. is there any good plugin for cobertura in eclipse or article to describe how to use ecobertura?[详细]
2023-02-11 09:27 分类:问答Getting profiling results with VS2010: C# API vs vsperfcmd
This post has the info about how to run profiler as the following batch file vsperfcmd /start:coverage /output:run.coverage[详细]
2023-02-10 17:32 分类:问答Cobertura coverage and the assert keyword
My line coverage for unit tests measured by Cobertura is suffering, because I have assert statements which are not covered in tests. Should I be testing assertions, and is there any way to get Cobertu[详细]
2023-02-10 15:57 分类:问答How to use MS code coverage tool in command line?
I have the following C++ code. #include <iostream> using namespace std; int testfunction(int input)[详细]
2023-02-10 02:53 分类:问答How would I write a test to cover lines of code that fall through the cracks, sample provided
I am trying to acheive 100% code coverage, but I cannot determine how to cover lines like #57 below. It is simply an ending }. I have these lines throughout all of my code, as well as lines like, } el[详细]
2023-02-09 21:50 分类:问答
加载中,请稍侯......