Function
GLibtest_fail_printf
since: 2.70
Declaration [src]
void
g_test_fail_printf (
const char* format,
...
)
Description [src]
Indicates that a test failed and records a message.
Also see g_test_fail()
.
The message is formatted as if by g_strdup_printf()
.
Available since: 2.70
This function is not directly available to language bindings.