unit testing - Reverse test coverage -


i looking way automate following task.

given coverage report, find out tests cover particular method / function. better if can specify specific class , line number.

the running time not imoprtant long done within few hours. thinking of running each test 1 one , collecting coverage records in database. wandering if there out there faced similar problem , has ready made solution.

our project medium sized 100 unit test cases.

p.s. clarify our project java based, looking see other platforms have in regard.

opencover (.net code coverage) supports feature mstest, nunit , xunit (other test frameworks can added). running time fractionally longer running normally.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -