fail_printf
Description:
[
PrintfFormat ]
[
Version ( since =
"2.70" ) ]
public void fail_printf (
string format, ...)
Indicates that a test failed and records a message.
Also see [func@GLib.test_fail].
The message is formatted as if by [func@GLib.strdup_printf].
Parameters:
| format |
the format string
|
| ... |
printf-like arguments to format
|