// Display name, DTE Command Name
new TouchVSCommand("Run All", "RunAllTestsInSolution"),
new TouchVSCommand("Debug All", "DebugAllTestsInSolution"),
new TouchVSCommand("Results", "View.TestResults"),
new TouchVSCommand("Test Explorer", "TestExplorer.ShowTestExplorer"),
new TouchVSCommand("Run failed", "TestExplorer.RunFailedTests"),