Foundry.Test

g Foundry.Contextual Foundry.Contextual Foundry.Test Foundry.Test Foundry.Contextual->Foundry.Test GObject.GInterface GObject.GInterface Json.Serializable Json.Serializable GObject.GInterface->Json.Serializable GObject.Object GObject.Object GObject.Object->Foundry.Contextual Json.Serializable->Foundry.Contextual

Subclasses:

None

Methods

Inherited:

Foundry.Contextual (4), GObject.Object (37), Json.Serializable (8)

Structs:

GObject.ObjectClass (5)

dup_command ()

dup_id ()

dup_suites ()

dup_title ()

Virtual Methods

Inherited:

GObject.Object (7), Json.Serializable (5)

do_dup_command ()

do_dup_id ()

do_dup_suites ()

do_dup_title ()

Properties

Inherited:

Foundry.Contextual (1)

Name

Type

Flags

Short Description

command

Foundry.Command

r

id

str

r

suites

[str]

r

title

str

r

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent_instance

Foundry.Contextual

r

Class Details

class Foundry.Test(**kwargs)
Bases:

Foundry.Contextual

Abstract:

Yes

Structure:

Foundry.TestClass

Abstract base class representing a single test.

dup_command()
Return type:

Foundry.Command

dup_id()
Return type:

str

dup_suites()
Return type:

[str] or None

Get the suites for which this test belongs.

New in version 1.1.

dup_title()
Return type:

str

do_dup_command() virtual
Return type:

Foundry.Command

do_dup_id() virtual
Return type:

str

do_dup_suites() virtual
Return type:

[str] or None

Get the suites for which this test belongs.

New in version 1.1.

do_dup_title() virtual
Return type:

str

Property Details

Foundry.Test.props.command
Name:

command

Type:

Foundry.Command

Default Value:

None

Flags:

READABLE

Foundry.Test.props.id
Name:

id

Type:

str

Default Value:

None

Flags:

READABLE

Foundry.Test.props.suites
Name:

suites

Type:

[str]

Default Value:

[]

Flags:

READABLE

Foundry.Test.props.title
Name:

title

Type:

str

Default Value:

None

Flags:

READABLE