6 references to RepeatAttribute
Microsoft.AspNetCore.InternalTesting (6)
xunit\AspNetTestRunner.cs (6)
107
var
repeatAttribute = GetRepeatAttribute(TestMethod);
135
private static
RepeatAttribute
GetRepeatAttribute(MethodInfo methodInfo)
137
var
attributeCandidate = methodInfo.GetCustomAttribute<
RepeatAttribute
>();
143
attributeCandidate = methodInfo.DeclaringType.GetCustomAttribute<
RepeatAttribute
>();
149
return methodInfo.DeclaringType.Assembly.GetCustomAttribute<
RepeatAttribute
>();