예제 #1
0
        public void LogCustom1Format()
        {
            var format = new OutputClassificationDefinitions.LogCustom1Format();

            format.DisplayName.Should().Be("VSColorOutput Log Custom1");
            format.ForegroundColor.Should().Be(Colors.Purple);
        }
        public void LogCustom1Format()
        {
            var format = new OutputClassificationDefinitions.LogCustom1Format();

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