..
dotnet-test.UnitTests.xproj
Revert "Update the .xproj files to reference the "DotNet" targets and props instead of "DNX"."
2016-03-16 11:44:09 -05:00
DotnetTestMessageScenario.cs
Modified the protocol to send a the list of tests to run and to invoke the test runner with the wait command flag so that the runner waits for this list.
2016-03-04 17:14:56 -08:00
GivenADiscoverTestsArgumentsBuilder.cs
Adding unit tests for the state machine of dotnet test. Starting the implementation of a state machine in dotnet test. Right now we only handle the TestSession:Terminate message.
2016-02-23 11:20:04 -08:00
GivenADotnetTestApp.cs
Adding unit tests for the state machine of dotnet test. Starting the implementation of a state machine in dotnet test. Right now we only handle the TestSession:Terminate message.
2016-02-23 11:20:04 -08:00
GivenAnAssemblyTestRunnerNameResolver.cs
Addressing more code review comments.
2016-08-29 09:46:12 -07:00
GivenAParameterTestRunnerNameResolver.cs
Addressing more code review comments.
2016-08-29 09:46:12 -07:00
GivenAProjectJsonTestRunnerNameResolver.cs
Addressing more code review comments.
2016-08-29 09:46:12 -07:00
GivenARunTestsArgumentsBuilder.cs
Modified the protocol to send a the list of tests to run and to invoke the test runner with the wait command flag so that the runner waits for this list.
2016-03-04 17:14:56 -08:00
GivenATestCommand.cs
Fixing broken tests after my changes to the CommandResolvers.
2016-08-25 22:53:04 -07:00
GivenATestDiscoveryStartMessageHandler.cs
Modifying the reporting channels to make the AdapterChannel a client and leave the TestRunnerChannel a server. This will prevent port conflicts between dotnet test and the Adapter (VS) due to race conditions.
2016-03-15 15:13:54 -07:00
GivenATestExecutionGetTestRunnerProcessStartInfoMessageHandler.cs
Modifying the reporting channels to make the AdapterChannel a client and leave the TestRunnerChannel a server. This will prevent port conflicts between dotnet test and the Adapter (VS) due to race conditions.
2016-03-15 15:13:54 -07:00
GivenATestRunner.cs
Adding TestRunner resolvers that will be able to find a test runner based on different criteria.
2016-08-22 15:45:13 -07:00
GivenATestRunnerNameResolverFactoryAndADotnetTestParams.cs
Addressing more code review comments.
2016-08-29 09:46:12 -07:00
GivenATestRunnerTestCompletedMessageHandler.cs
Adding unit tests for the state machine of dotnet test. Starting the implementation of a state machine in dotnet test. Right now we only handle the TestSession:Terminate message.
2016-02-23 11:20:04 -08:00
GivenATestRunnerTestFoundMessageHandler.cs
Adding unit tests for the state machine of dotnet test. Starting the implementation of a state machine in dotnet test. Right now we only handle the TestSession:Terminate message.
2016-02-23 11:20:04 -08:00
GivenATestRunnerTestResultMessageHandler.cs
Adding unit tests for the state machine of dotnet test. Starting the implementation of a state machine in dotnet test. Right now we only handle the TestSession:Terminate message.
2016-02-23 11:20:04 -08:00
GivenATestRunnerTestStartedMessageHandler.cs
Test Runner test started needs to handle messages when dotnet test is in a TestStarted state, as we will receive multiple test started messages. Also, to prevent a crash, when we get a message that terminates the adapter or the runner, we need to stop listening. Unfortunately, this needs to be directly where we read the messages, because if we give a handler a chance to handle that message, the reader will already be trying to read again.
2016-02-25 17:36:13 -08:00
GivenATestRunnerWaitingCommandMessageHandler.cs
Modified the protocol to send a the list of tests to run and to invoke the test runner with the wait command flag so that the runner waits for this list.
2016-03-04 17:14:56 -08:00
GivenATestSessionTerminateMessageHandler.cs
Adding unit tests for the state machine of dotnet test. Starting the implementation of a state machine in dotnet test. Right now we only handle the TestSession:Terminate message.
2016-02-23 11:20:04 -08:00
GivenAUnknownMessageHandler.cs
CLI Testing via msbuild ( #3779 )
2016-07-11 12:46:27 -07:00
GivenAVersionCheckMessageHandler.cs
Adding unit tests for the state machine of dotnet test. Starting the implementation of a state machine in dotnet test. Right now we only handle the TestSession:Terminate message.
2016-02-23 11:20:04 -08:00
GivenThatWeWantToDiscoverTests.cs
Adding unit tests for the state machine of dotnet test. Starting the implementation of a state machine in dotnet test. Right now we only handle the TestSession:Terminate message.
2016-02-23 11:20:04 -08:00
GivenThatWeWantToParseArgumentsForDotnetTest.cs
Adding new unit tests to cover TestRunner in DotnetTestParams.
2016-08-23 11:26:37 -07:00
GivenThatWeWantToRunTests.cs
Modified the protocol to send a the list of tests to run and to invoke the test runner with the wait command flag so that the runner waits for this list.
2016-03-04 17:14:56 -08:00
project.json
Merge branch 'rel/1.0.0-preview2' into merge_preview2_to_rel100
2016-09-02 14:53:16 -07:00