1 implementation of ITestAccessor
System.Private.Windows.Core.TestUtilities (1)
TestAccessor.cs (1)
48
public class TestAccessor<T> :
ITestAccessor
5 references to ITestAccessor
System.Private.Windows.Core.TestUtilities (5)
TestAccessors.cs (5)
34
/// Use <see cref="
ITestAccessor
.CreateDelegate">CreateDelegate</see> to deal with methods that take spans or
55
public
ITestAccessor
TestAccessor
59
ITestAccessor
? testAccessor = instanceOrType is Type type
60
? (
ITestAccessor
?)Activator.CreateInstance(
63
: (
ITestAccessor
?)Activator.CreateInstance(