Forum member

vaskir

3 posts

Posts by vaskir

  1. Markers do not update when tests switch between failing / passing state

    I confirm the bug is fixed. Thanks a lot!

  2. Markers do not update when tests switch between failing / passing state

    Oh, great! Thanks for very quick response.

  3. Markers do not update when tests switch between failing / passing state

    NUnit + F#. 1. Write a single assertion failing test. 2. The ">" mark is green (SHOULD BE RED). 3. Add an empty line above the assertion. 4. The mark became red (OK). 5. Change the assertion such that the test pass now. 6. The mark is still red (WRONG). 7. Remove that empty line or add anot…