assertLoggedError method
Assert that at least one error-level entry matches message.
Shorthand for assertLogged('error', message).
Implementation
void assertLoggedError(String message) => assertLogged('error', message);
Assert that at least one error-level entry matches message.
Shorthand for assertLogged('error', message).
void assertLoggedError(String message) => assertLogged('error', message);