Function

GLibtest_fail_printf

since: 2.70

Declaration

void
g_test_fail_printf (
  const char* format,
  ...
)

Description

Equivalent to g_test_fail(), but also record a message like g_test_skip_printf().

Available since: 2.70

This function is not directly available to language bindings.

Parameters

format

Type: const char*

The format string.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
...

Type: 

Printf-like arguments to format.