| Top |
| IdeTest * | ide_test_new () |
| const gchar * | ide_test_get_display_name () |
| void | ide_test_set_display_name () |
| const gchar * | ide_test_get_group () |
| void | ide_test_set_group () |
| const gchar * | ide_test_get_icon_name () |
| const gchar * | ide_test_get_id () |
| void | ide_test_set_id () |
| IdeTestStatus | ide_test_get_status () |
| void | ide_test_set_status () |
| gchar * | display-name | Read / Write |
| gchar * | group | Read / Write |
| gchar * | id | Read / Write |
| IdeTestStatus | status | Read / Write |
const gchar *
ide_test_get_display_name (IdeTest *self);
Gets the "display-name" property of the test.
Since: 3.32
void ide_test_set_display_name (IdeTest *self,const gchar *display_name);
Sets the "display-name" property of the unit test.
Since: 3.32
const gchar *
ide_test_get_group (IdeTest *self);
Gets the "group" property.
The group name is used to group tests together.
Since: 3.32
void ide_test_set_group (IdeTest *self,const gchar *group);
Sets the “group” property.
The group property is used to group related tests together.
Since: 3.32
const gchar *
ide_test_get_id (IdeTest *self);
Gets the “id” property.
Since: 3.32
void ide_test_set_id (IdeTest *self,const gchar *id);
Sets the “id” property.
The id property is used to uniquely identify the test.
Since: 3.32
“display-name” property “display-name” gchar *
The display_name of the unit test.
Owner: IdeTest
Flags: Read / Write
Default value: NULL
“group” property “group” gchar *
The "group" property contains the name of the gruop the test belongs to, if any.
Owner: IdeTest
Flags: Read / Write
Default value: NULL
Since: 3.32
“id” property “id” gchar *
The "id" property contains the unique identifier of the test.
Owner: IdeTest
Flags: Read / Write
Default value: NULL
Since: 3.32
“status” property“status” IdeTestStatus
The status of the test.
Owner: IdeTest
Flags: Read / Write
Default value: IDE_TEST_STATUS_NONE