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