2 writes to _wrapped
Microsoft.Build.Utilities.UnitTests (2)
TestAssemblyInfo.cs (2)
60
=>
_wrapped
= wrapped;
168
=>
_wrapped
= info.GetValue<IXunitTestCase>("wr");
28 references to _wrapped
Microsoft.Build.Utilities.UnitTests (28)
TestAssemblyInfo.cs (28)
62
public Type[] SkipExceptions =>
_wrapped
.SkipExceptions;
64
public string SkipReason =>
_wrapped
.SkipReason;
66
public Type SkipType =>
_wrapped
.SkipType;
68
public string SkipUnless =>
_wrapped
.SkipUnless;
70
public string SkipWhen =>
_wrapped
.SkipWhen;
72
public IXunitTestClass TestClass =>
_wrapped
.TestClass;
74
public int TestClassMetadataToken =>
_wrapped
.TestClassMetadataToken;
76
public string TestClassName =>
_wrapped
.TestClassName;
78
public string TestClassSimpleName =>
_wrapped
.TestClassSimpleName;
80
public IXunitTestCollection TestCollection =>
_wrapped
.TestCollection;
82
public IXunitTestMethod TestMethod =>
_wrapped
.TestMethod;
84
public int TestMethodMetadataToken =>
_wrapped
.TestMethodMetadataToken;
86
public string TestMethodName =>
_wrapped
.TestMethodName;
88
public string[] TestMethodParameterTypesVSTest =>
_wrapped
.TestMethodParameterTypesVSTest;
90
public string TestMethodReturnTypeVSTest =>
_wrapped
.TestMethodReturnTypeVSTest;
92
public int Timeout =>
_wrapped
.Timeout;
94
public bool Explicit =>
_wrapped
.Explicit;
96
public string SourceFilePath =>
_wrapped
.SourceFilePath;
98
public int? SourceLineNumber =>
_wrapped
.SourceLineNumber;
100
public string TestCaseDisplayName =>
_wrapped
.TestCaseDisplayName;
102
public string TestClassNamespace =>
_wrapped
.TestClassNamespace;
104
public int? TestMethodArity =>
_wrapped
.TestMethodArity;
106
public IReadOnlyDictionary<string, IReadOnlyCollection<string>> Traits =>
_wrapped
.Traits;
108
public string UniqueID =>
_wrapped
.UniqueID;
120
public ValueTask<IReadOnlyCollection<IXunitTest>> CreateTests() =>
_wrapped
.CreateTests();
125
_wrapped
.PostInvoke();
132
_wrapped
.PreInvoke();
165
=> info.AddValue("wr",
_wrapped
);