Example #1
0
 private static void Throw(AssertionFailed exception)
 {
     // skip this method and the assertion method
     exception.SkipFrames = 2;
     throw exception;
 }
Example #2
0
		private static void Throw(AssertionFailed exception)
		{
			// skip this method and the assertion method
			exception.SkipFrames = 2;
			throw exception;
		}