gi-glib-2.0.30: GLib bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.GLib.Structs.TestSuite

Description

An opaque structure representing a test suite.

Synopsis

Exported types

newtype TestSuite Source #

Memory-managed wrapper type.

Instances

Instances details
Eq TestSuite Source # 
Instance details

Defined in GI.GLib.Structs.TestSuite

Methods

(==) :: TestSuite -> TestSuite -> Bool

(/=) :: TestSuite -> TestSuite -> Bool

BoxedPtr TestSuite Source # 
Instance details

Defined in GI.GLib.Structs.TestSuite

ManagedPtrNewtype TestSuite Source # 
Instance details

Defined in GI.GLib.Structs.TestSuite

Methods

Click to display all available methods, including inherited ones

Expand

Methods

add, addSuite, free.

Getters

None.

Setters

None.

add

testSuiteAdd Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> TestSuite

suite: a test suite

-> TestCase

testCase: a test case

-> m () 

Adds testCase to suite.

Since: 2.16

addSuite

testSuiteAddSuite Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> TestSuite

suite: a test suite

-> TestSuite

nestedsuite: another test suite

-> m () 

Adds nestedsuite to suite.

Since: 2.16

free

testSuiteFree Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> TestSuite

suite: a test suite

-> m () 

Frees the suite and all nested suites.

Since: 2.70