Beispiel #1
0
        public void LogCustom2Format()
        {
            var format = new OutputClassificationDefinitions.LogCustom2Format();

            format.DisplayName.Should().Be("VSColorOutput Log Custom2");
            format.ForegroundColor.Should().Be(Colors.DarkSalmon);
        }
        public void LogCustom2Format()
        {
            var format = new OutputClassificationDefinitions.LogCustom2Format();

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