How to fix “Unit Test Runner failed to load test assembly”
- by ybbest
I encountered this issue a couple times during my recent project, every time I forgot what actually cause the issue. Therefore, I decide to write a quick blog post to make sure I can identify the issue quickly.
Problem:
Run unit test using a test runner and received a Unit Test Runner failed to load test assembly exception.
Analysis:
Basically,…