Forum member

Andy C

2 posts

Posts by Andy C

  1. Coverage markers going missing partway through methods

    [quote=Remco;3856]Does a reset (disable/enable) of the engine fix up the coverage alignment? Or is the issue always persistently there?[/quote] The issue is persistent, with the caveat that occasionally, I seem to get black dots (which never turn green) instead of no dots. lol, whilst typing …

  2. Coverage markers going missing partway through methods

    Hi, I'm seeing an issue where the coverage markers just disappear partway through methods: Partway through the code under test: [img]http://oi46.tinypic.com/fu102f.jpg[/img] Partway through the test code: [img]http://oi50.tinypic.com/67r57a.jpg[/img] These are NUnit tests, and all the te…