Example #1
0
 private static void CheckIsTooLong(string fullName, int maxLength, bool withinLimit)
 {
     Assert.NotEqual(withinLimit, PeWriter.IsTooLongInternal(fullName, maxLength));
 }