Forum member

reyou

3 posts

Posts by reyou

  1. NCrunch log4Net problem (Log files are getting locked by NCrunch)

    In my integration tests I am using log4Net. Time to time I am getting log4net:ERROR [RollingFileAppender] Unable to acquire lock on file publisher.log. The process cannot access the file 'biometrics_publisher.log' because it is being used by another process. When I check it, NCrunch locks this…

  2. What to do with dependent uncovered functions?

    Hi thanks for your reply. Yes I was referring to black dots indicates code is not covered. But I wanna see all of them green to feel myself comfortable! I do not wanna suppress them until I have to. So if my function has dependency to 3rd party APIs and cannot be called from unit test what is …

  3. What to do with dependent uncovered functions?

    Same question can be found at: [url=http://stackoverflow.com/questions/27934297/ncrunch-unit-testing-code-coverage]http://stackoverflow.com/questions/27934297/ncrunch-unit-testing-code-coverage[/url] In my Visual Studio 2013 projects I am getting uncovered unit test warning from NCrunch where tho…