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

            format.DisplayName.Should().Be("VSColorOutput Log Warning");
            format.ForegroundColor.Should().Be(Colors.Olive);
        }
        public void LogWarnFormat()
        {
            var format = new OutputClassificationDefinitions.LogWarningFormat();

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