python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Trace to MsTest v2 test log using TraceSource
I have an old application that was coded with tracing done by calling directly
new TraceSource("SourceName").TraceInformation(...). Eventually, I want to review this code and define the sour...
bkqc
Votes: 0
Answers: 1
How to manage Mock<Imediator> to work as normal IMediator using MSTest
I am using Mock to establish the mediator variable in the controller via the test method.
But when the program encounters the mediator variable referring to mock the test case fails and as well no out...
Chiraag D
Votes: 0
Answers: 1
How can I associate datarows from datatestmethod with separate tests in Azure?
I have a method marked with attribute [DataTestMethod] and several [DataRow] attributes on the same method like so:
[DataTestMethod]
[TestCategory("MyCategory")]
[DataRow("Input1")...
Stromboli_
Votes: 0
Answers: 0
Include flat file in NuGet package and deploy into target solution
Apologies in advance, this is relatively new to me and has been asked in various ways several times...
I've been trying unsuccessfully to do the following:
Create a NuGet package of my common code (c...
Karl F
Votes: 0
Answers: 0