コード例 #1
0
 private static void Throw(AssertionFailed exception)
 {
     // skip this method and the assertion method
     exception.SkipFrames = 2;
     throw exception;
 }
コード例 #2
0
ファイル: Assert.cs プロジェクト: rainy-days/unity-tools
		private static void Throw(AssertionFailed exception)
		{
			// skip this method and the assertion method
			exception.SkipFrames = 2;
			throw exception;
		}