testBug
fn
void testBug(string bugUriSnippet)This function adds a message to test reports that associates a bug URI with a test case.
Bug URIs are constructed from a base URI set with [glib.global.testBugBase] and bug_uri_snippet. If [glib.global.testBugBase] has not been called, it is assumed to be the empty string, so a full URI can be provided to [glib.global.testBug] instead.
Since GLib 2.70, the base URI is not prepended to bug_uri_snippet if it is already a valid URI.
Parameters
bugUriSnippet | Bug specific bug tracker URI or URI portion. |
Version
See also: g_test_summary()