14 references to AppendAdditionalMessage
Microsoft.DotNet.XUnitV3Extensions (14)
src\Microsoft.DotNet.XUnitExtensions.Shared\Attributes\DotNetOnlyFactAttribute.cs (1)
23this.Skip = "This test only runs on .NET.".AppendAdditionalMessage(additionalMessage);
src\Microsoft.DotNet.XUnitExtensions.Shared\Attributes\DotNetOnlyTheoryAttribute.cs (1)
23this.Skip = "This test only runs on .NET.".AppendAdditionalMessage(additionalMessage);
src\Microsoft.DotNet.XUnitExtensions.Shared\Attributes\LinuxOnlyFactAttribute.cs (1)
24this.Skip = "This test requires Linux to run.".AppendAdditionalMessage(additionalMessage);
src\Microsoft.DotNet.XUnitExtensions.Shared\Attributes\LinuxOnlyTheoryAttribute.cs (1)
24this.Skip = "This test requires Linux to run.".AppendAdditionalMessage(additionalMessage);
src\Microsoft.DotNet.XUnitExtensions.Shared\Attributes\MacOSOnlyFactAttribute.cs (1)
24this.Skip = "This test requires macOS to run.".AppendAdditionalMessage(additionalMessage);
src\Microsoft.DotNet.XUnitExtensions.Shared\Attributes\MacOSOnlyTheoryAttribute.cs (1)
24this.Skip = "This test requires macOS to run.".AppendAdditionalMessage(additionalMessage);
src\Microsoft.DotNet.XUnitExtensions.Shared\Attributes\UnixOnlyFactAttribute.cs (1)
24this.Skip = "This test requires Unix to run.".AppendAdditionalMessage(additionalMessage);
src\Microsoft.DotNet.XUnitExtensions.Shared\Attributes\UnixOnlyTheoryAttribute.cs (1)
24this.Skip = "This test requires Unix to run.".AppendAdditionalMessage(additionalMessage);
src\Microsoft.DotNet.XUnitExtensions.Shared\Attributes\WindowsFullFrameworkOnlyFactAttribute.cs (2)
24this.Skip = "This test only runs on Windows on .NET Framework.".AppendAdditionalMessage(additionalMessage); 29this.Skip = "This test only runs on .NET Framework.".AppendAdditionalMessage(additionalMessage);
src\Microsoft.DotNet.XUnitExtensions.Shared\Attributes\WindowsFullFrameworkOnlyTheoryAttribute.cs (2)
25this.Skip = "This test only runs on Windows on full framework.".AppendAdditionalMessage(additionalMessage); 30this.Skip = "This test only runs on full framework.".AppendAdditionalMessage(additionalMessage);
src\Microsoft.DotNet.XUnitExtensions.Shared\Attributes\WindowsOnlyFactAttribute.cs (1)
24this.Skip = "This test requires Windows to run.".AppendAdditionalMessage(additionalMessage);
src\Microsoft.DotNet.XUnitExtensions.Shared\Attributes\WindowsOnlyTheoryAttribute.cs (1)
24this.Skip = "This test requires Windows to run.".AppendAdditionalMessage(additionalMessage);