Method

IdeTestget_group

since: 3.32

Declaration

const gchar*
ide_test_get_group (
  IdeTest* self
)

Description

Gets the “group” property.

The group name is used to group tests together.

Available since: 3.32

Gets propertyIde.Test:group

Return value

Type: const gchar*

The group name or NULL.

The data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.