gi-glib-2.0.23: GLib bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
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.

noTestSuite :: Maybe TestSuite Source #

A convenience alias for Nothing :: Maybe TestSuite.

Methods

Overloaded methods

add

testSuiteAdd Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> TestSuite

suite: a TestSuite

-> TestCase

testCase: a TestCase

-> m () 

Adds testCase to suite.

Since: 2.16

addSuite

testSuiteAddSuite Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> TestSuite

suite: a TestSuite

-> TestSuite

nestedsuite: another TestSuite

-> m () 

Adds nestedsuite to suite.

Since: 2.16