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)
107var repeatAttribute = GetRepeatAttribute(TestMethod); 135private static RepeatAttribute GetRepeatAttribute(MethodInfo methodInfo) 137var attributeCandidate = methodInfo.GetCustomAttribute<RepeatAttribute>(); 143attributeCandidate = methodInfo.DeclaringType.GetCustomAttribute<RepeatAttribute>(); 149return methodInfo.DeclaringType.Assembly.GetCustomAttribute<RepeatAttribute>();