Exemple #1
0
 private static string GetMessage(
     MockBehavior behavior,
     ICallContext invocation,
     string message)
 {
     return(string.Format(
                CultureInfo.CurrentCulture,
                Resources.MockExceptionMessage,
                invocation.Format(),
                behavior,
                message
                ));
 }
		private static string GetMessage(
			MockBehavior behavior,
			ICallContext invocation,
			string message)
		{
			return string.Format(
				CultureInfo.CurrentCulture,
				Resources.MockExceptionMessage,
				invocation.Format(),
				behavior,
				message
			);
		}