Home
last modified time | relevance | path

Searched refs:ReportError (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/Utilities/
DThreadSyncTester.cs32 public void ReportError(string errorString) in ReportError() method in Antmicro.Renode.UnitTests.Utilities.ThreadSyncTester
211 … tester.ReportError($"Expected operation '{name}' to finish, but it looks like being stuck."); in ShouldFinish()
217 … tester.ReportError($"Expected {result} result of operation '{name}', but got {Result}"); in ShouldFinish()
230 …tester.ReportError($"Expected operation '{name}' to block, but it finished with result: {Result}."… in ShouldBlock()