dotnet-installer/test
Livar Cunha 7630337074 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.
Adding a message handler for the version check message. Also introduced an IDotnetTest that handles state and handlers (the state machine).

Adding the test discover start message handler and introducing a test runner.

Added the handler for the GetTestRunnerProcessInfo message. Also, modified dotnet test to have separate setter for the special message handlers for terminate and unknown messages and added a separate method to add new reporting channels to DotnetTest, so that it can handle the new listener for the test runner.

Added the test runner test discovery handlers.

Added handlers to deal with the test execution itself.

Updated dotnet-test program to use the message handlers during design time.

Added a test for the whole discover tests message flow.

Added a test for the run tests full message exchange.
2016-02-23 11:20:04 -08:00
..
ArgumentForwardingTests Making argument forwarding tests run with dotnet test and removing the its special test scripts. 2016-02-12 13:33:41 -08:00
ArgumentsReflector Making argument forwarding tests run with dotnet test and removing the its special test scripts. 2016-02-12 13:33:41 -08:00
dotnet-build.Tests Flow the version suffix via pack as well 2016-02-18 02:27:35 -08:00
dotnet-compile.Tests Asset refactoring and content files 2016-02-23 08:34:38 -08:00
dotnet-compile.UnitTests Add error message when runtime target is not found 2016-02-20 18:20:16 -08:00
dotnet-pack.Tests Flow the version suffix via pack as well 2016-02-18 02:27:35 -08:00
dotnet-projectmodel-server.Tests Add a ProjectModel test 2016-02-17 16:29:28 -08:00
dotnet-publish.Tests Merge branch 'rel/1.0.0' of https://github.com/dotnet/cli into test-fx 2016-02-16 09:58:20 -08:00
dotnet-resgen.Tests Fixes #1280 2016-02-16 17:07:58 -08:00
dotnet-run.Tests Fix run behaviour when only single target exists 2016-02-22 15:11:24 -08:00
dotnet-test.UnitTests 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
dotnet.Tests Move PackagedCommands to TestAssets. 2016-02-10 15:05:25 -06:00
EndToEnd Move the help command it it's own class. 2016-02-15 20:11:02 -08:00
Installer Running Windows installer tests on Docker. 2016-02-19 16:45:37 -06:00
Microsoft.DotNet.Cli.Utils.Tests update everyone to 23811 2016-02-11 10:38:59 -08:00
Microsoft.DotNet.Compiler.Common.Tests update everyone to 23811 2016-02-11 10:38:59 -08:00
Microsoft.DotNet.ProjectModel.Tests Asset refactoring and content files 2016-02-23 08:34:38 -08:00
Microsoft.DotNet.Tools.Tests.Utilities Merge pull request #1449 from dotnet/pakrym/runtime-assets 2016-02-18 08:07:37 -08:00
Microsoft.Extensions.DependencyModel.Tests Fix app local resolution logic 2016-02-17 17:06:33 -08:00
ScriptExecutorTests update compiler unit tests 2016-02-12 11:37:15 -08:00