3 references to ThrowsAnyInternal
System.Windows.Forms.Primitives.TestUtilities (3)
Extensions\AssertExtensions.cs (3)
207
ThrowsAnyInternal
(action, firstExceptionType, secondExceptionType);
232
ThrowsAnyInternal
(action, typeof(TFirstExceptionType), typeof(TSecondExceptionType));
240
ThrowsAnyInternal
(action, typeof(TFirstExceptionType), typeof(TSecondExceptionType), typeof(TThirdExceptionType));