Describe the bug
Running all test at once will not fail none. But running alone the SetColors_Changes_Colors on the ConsoleDriverTests will fail on the first Assert.Equal (ConsoleColor.Gray, Console.ForegroundColor);
To Reproduce
Steps to reproduce the behavior:
- Go to Test Explorer.
 
- Click on Run All Test.
 
- None off the tests will fail.
 
- Now navigate to the  
SetColors_Changes_Colors on the ConsoleDriverTests. 
- Right click on it and select Debug Tests.
 
- The test will fail in the first 
Assert.Equal (ConsoleColor.Gray, Console.ForegroundColor); 
Expected behavior
Not failing on both methods tests.