5 instantiations of RepeatAttribute
IIS.Tests (1)
ClientDisconnectTests.cs (1)
182
[
Repeat
]
Microsoft.AspNetCore.InternalTesting.Tests (4)
Properties\AssemblyInfo.cs (1)
8
[assembly:
Repeat
(1)]
RepeatTest.cs (3)
8
[
Repeat
]
14
[
Repeat
(5)]
21
[
Repeat
(5)]
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
>();