skip


Description:

[ Version ( since = "2.38" ) ]
public void skip (string? msg = null)

Indicates that a test was skipped.

Calling this function will not stop the test from running, you need to return from the test function yourself. So you can produce additional diagnostic messages or even continue running the test.

If not called from inside a test, this function does nothing.

Parameters:

msg

explanation


Namespace: GLib.Test
Package: glib-2.0