Foundry.TestProvider¶
- Subclasses:
None
Methods¶
- Inherited:
Foundry.Contextual (4), GObject.Object (37), Json.Serializable (8)
- Structs:
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent_instance |
r |
Class Details¶
- class Foundry.TestProvider(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
Abstract base class to be implemented by plugins that want to integrate with the unit testing system.
- list_tests()¶
- Returns:
a [class`Dex`.Future] that resolves to a [iface`Gio`.ListModel] of [class`Foundry`.Test].
- Return type:
List the available tests as a [iface`Gio`.ListModel].
- do_list_tests() virtual¶
- Returns:
a [class`Dex`.Future] that resolves to a [iface`Gio`.ListModel] of [class`Foundry`.Test].
- Return type:
List the available tests as a [iface`Gio`.ListModel].