Method

IdeTestManagerlist_tests

Declaration

GListModel*
ide_test_manager_list_tests (
  IdeTestManager* self
)

Description

Gets a GListModel of IdeTest.

This will return a GListModel immediately, but that list may not complete until some time in the future based on how quickly various IdeRunCommandProvider return commands.

Return value

Type: A list model of GObject

An GListModel of IdeTest.

The data is owned by the instance.