NUnit API And Running Tests Programmatically

后端 未结 2 1108
别跟我提以往
别跟我提以往 2021-01-06 03:52

This is the first time I\'m trying to hack into the NUnit interface, and am facing some issues.

This is what I am trying to achieve:

  • Take a set of str
2条回答
  •  难免孤独
    2021-01-06 04:40

    NUnit does some AppDomain creation when it runs, I wonder if somehow doing all this dynamically breaks that and it can't see your tests due to missing dependencies?

提交回复
热议问题