Ejemplo n.º 1
0
        public void LogCustom4Format()
        {
            var format = new OutputClassificationDefinitions.LogCustom4Format();

            format.DisplayName.Should().Be("VSColorOutput Log Custom4");
            format.ForegroundColor.Should().Be(Colors.Brown);
        }
        public void LogCustom4Format()
        {
            var format = new OutputClassificationDefinitions.LogCustom4Format();

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