Testing the Output of a Logger – xUnit .NET Core 3.1
I’m trying to work out how to test that a message and log level are correct in my Serilog logging library.
I’m trying to work out how to test that a message and log level are correct in my Serilog logging library.
I am trying to test my site with Selenium RC + Nunit + asp.net.
I have an ASP.net Web Site Project (.net 3.5). Currently all of the non-code behind code files (including Linq2Sql stuff, data contexts, business logic, extension methods, etc) are located in the App_Code folder.
I have nUnit installed. I have VS2008 Team Edition installed. I have ASP.Net MVC Preview 4 (Codeplex) installed. How do I make Visual Studio show me nUnit as a testing framework when creating a new MVC project? At this point I still only have the Microsoft Testing Framework as a choice. Update: I installed nUnit … Read more