Can I debug while running a VS Unit Test?

前端 未结 4 2012
说谎
说谎 2021-02-01 03:30

I want to unit test a user component which use custom events. when doing this without using VS Unit test Framework debug.assert succeed, when doing the same thing with VS Unit T

4条回答
  •  爱一瞬间的悲伤
    2021-02-01 03:59

    In VS2015, select:

    Test->Debug->All Tests

    Or you can highlight a specific test in the editor and select

    Test->Debug->Selected Tests

提交回复
热议问题