Can I write into the console in a unit test? If yes, why doesn't the console window open?

前端 未结 12 1067
长情又很酷
长情又很酷 2020-12-04 13:32

I have a test project in Visual Studio. I use Microsoft.VisualStudio.TestTools.UnitTesting.

I add this line in one of my unit tests:

Console.W         


        
12条回答
提交回复
热议问题