Issues trying to unit test a C# console application
Issues trying to unit test a C# console application
I am trying to unit test a C# console application and I can test some parts of my code, and other parts I cannot test for some reason. In my unit test project I have referenced the project I am wanting to test, and have put the “using” statement in. I can create new objects from the app I am wanting to test, but cannot call any other methods.
For example, in my console application, I have a…
View On WordPress










