Searched refs:GetResultFormat (Results 1 – 1 of 1) sorted by relevance
290 private string GetResultFormat(object result, int num, int? width = null) in GetResultFormat() method in Antmicro.Renode.UserInterface.Monitor348 … var format = GetResultFormat(entry.Key, 0, length) + " : " + GetResultFormat(entry.Value, 1); in PrintActionResult()