MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetMessage

Method GetMessage

Source/Engine/Debug/Assert.cs:373–380  ·  view source on GitHub ↗
(string failureMessage)

Source from the content-addressed store, hash-verified

371 }
372
373 public static string GetMessage(string failureMessage)
374 {
375 return string.Format("{0} {1}", new object[]
376 {
377 "Assertion failed.",
378 failureMessage
379 });
380 }
381
382 public static string GetMessage(string failureMessage, string expected)
383 {

Callers 1

DrawEndMethod · 0.80

Calls 2

GetMessageFunction · 0.85
FormatMethod · 0.80

Tested by

no test coverage detected