18 references to TestMethods
Aspire.Hosting.RemoteHost.Tests (18)
GenericMethodResolverTests.cs (18)
14
var method = typeof(
TestMethods
).GetMethod(nameof(
TestMethods
.NonGenericMethod))!;
24
var method = typeof(
TestMethods
).GetMethod(nameof(
TestMethods
.GenericIdentity))!;
35
var method = typeof(
TestMethods
).GetMethod(nameof(
TestMethods
.GenericIdentity))!;
46
var method = typeof(
TestMethods
).GetMethod(nameof(
TestMethods
.GenericFromWrapper))!;
58
var method = typeof(
TestMethods
).GetMethod(nameof(
TestMethods
.GenericFromInterface))!;
70
var method = typeof(
TestMethods
).GetMethod(nameof(
TestMethods
.GenericIdentity))!;
81
var method = typeof(
TestMethods
).GetMethod(nameof(
TestMethods
.GenericPair))!;
94
var method = typeof(
TestMethods
).GetMethod(nameof(
TestMethods
.GenericIdentity))!;
105
var method = typeof(
TestMethods
).GetMethod(nameof(
TestMethods
.GenericFromWrapper))!;