I created a C# MVC project, and later added a Unit test project to it. The structure now is as follows;
Solution
|
|_ UnitTest Project
|
|_ MyProject
Now from the unit test project i need to refer the MyProject how can i write it;
I wrote the following but it didn't work;
using MyProject.View;
How can i solve this ?
Right click "References" within "UnitTest Project" and click "Add Reference...", select your other project from within this dialog.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With