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