Exemple #1
0
        public void LogErrorFormat()
        {
            var format = new OutputClassificationDefinitions.LogErrorFormat();

            format.DisplayName.Should().Be("VSColorOutput Log Error");
            format.ForegroundColor.Should().Be(Colors.Red);
        }
        public void LogErrorFormat()
        {
            var format = new OutputClassificationDefinitions.LogErrorFormat();

            format.ForegroundColor.Should().Be(Colors.Red);
            format.BackgroundOpacity.Should().Be(0);
        }