skip_printf
Description:
[
PrintfFormat ]
[
Version ( since =
"2.70" ) ]
public void skip_printf (
string format, ...)
Indicates that a test was skipped.
Equivalent to [func@GLib.test_skip], but the explanation is formatted as if by [func@GLib.strdup_printf].
Parameters:
| format |
the format string
|
| ... |
printf-like arguments to format
|