Class

IdeTestManager

[]

Description

final class Ide.TestManager : Ide.Object
  implements Gio.ActionGroup {
  /* No available fields */
}
No description available.
[]

Hierarchy

hierarchy this IdeTestManager implements_0 GActionGroup this--implements_0 ancestor_0 IdeObject ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0
[]

Implements

[]

Functions

ide_test_manager_from_context
No description available.

[]

Instance methods

ide_test_manager_get_pty

Gets the VtePty to use for running unit tests.

ide_test_manager_list_tests

Gets a GListModel of IdeTest.

ide_test_manager_run_all_async

Executes all tests in an undefined order.

ide_test_manager_run_all_finish

Completes an asynchronous request to execute all unit tests.

ide_test_manager_run_async

Executes a single unit test, asynchronously.

ide_test_manager_run_finish

Completes a request to ide_test_manager_run_finish().

Methods inherited from IdeObject (29)
Methods inherited from GObject (43)
Methods inherited from GActionGroup (14)
[]

Properties

Ide.TestManager:model

The “model” property contains a GListModel of IdeTest.

Properties inherited from IdeObject (2)
[]

Signals

Ide.TestManager::begin-test-all
No description available.

Ide.TestManager::end-test-all
No description available.

Signals inherited from IdeObject (1)
Signals inherited from GObject (1)
Signals inherited from GActionGroup (4)

Class structure