dotnet-installer/src/dotnet/commands/dotnet-test
2016-03-15 13:59:00 -05:00
..
MessageHandlers 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
TestRunners 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
CommandTestRunnerExtensions.cs Changing from serializing ProcessStartInfo to our own TestStartInfo class, because serializing ProcessStartInfo doesn't really work cross-platform due to unsupported properties. 2016-03-01 21:53:51 -08:00
dotnet-test.xproj Update the .xproj files to reference the "DotNet" targets and props instead of "DNX". 2016-03-15 13:59:00 -05:00
DotnetTest.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
DotnetTestExtensions.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
DotnetTestState.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
IDotnetTest.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
IReportingChannel.cs Making the reporing channel port discovery and accept incoming connections separate. Before we were hanging when creating the reporting channel and never starting the test runner. 2016-02-24 16:53:16 -08:00
IReportingChannelFactory.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
ITestMessagesCollection.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
Program.cs Fixes #1649 2016-03-07 14:35:41 -08:00
ReportingChannel.cs Merge pull request #1609 from livarcocc/dotnet_test_xunit_command 2016-02-27 15:03:14 -08:00
ReportingChannelFactory.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
TestHostTracing.cs Everything in the same project 2016-02-01 14:56:32 -08:00
TestMessagesCollection.cs This fixes a race condition where if the runner takes to long to execute and we get two messages before the runner quits, we hit a blocking piece of code when trying to add new messages to the queue, which leads to a deadlock, where we need to finish the runner to process new messages but the runner won't quit because it is waiting for us to accept is other messages. 2016-03-03 00:11:13 -08:00
TestStartInfo.cs Changing from serializing ProcessStartInfo to our own TestStartInfo class, because serializing ProcessStartInfo doesn't really work cross-platform due to unsupported properties. 2016-03-01 21:53:51 -08:00