gi-glib-2.0.12: GLib bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.GLib.Structs.TestSuite

Contents

Description

An opaque structure representing a test suite.

Synopsis

Exported types

newtype TestSuite #

Instances

WrappedPtr TestSuite # 
((~) * info (ResolveTestSuiteMethod t TestSuite), MethodInfo * info TestSuite p) => IsLabel t (TestSuite -> p) # 

Methods

fromLabel :: Proxy# Symbol t -> TestSuite -> p #

((~) * info (ResolveTestSuiteMethod t TestSuite), MethodInfo * info TestSuite p) => IsLabelProxy t (TestSuite -> p) # 

Methods

fromLabelProxy :: Proxy Symbol t -> TestSuite -> p #

HasAttributeList * TestSuite # 
((~) * signature (TestSuite -> m ()), MonadIO m) => MethodInfo * TestSuiteAddSuiteMethodInfo TestSuite signature # 
((~) * signature (TestCase -> m ()), MonadIO m) => MethodInfo * TestSuiteAddMethodInfo TestSuite signature # 
type AttributeList TestSuite # 

Methods

add

data TestSuiteAddMethodInfo #

Instances

((~) * signature (TestCase -> m ()), MonadIO m) => MethodInfo * TestSuiteAddMethodInfo TestSuite signature # 

testSuiteAdd #

Arguments

:: (HasCallStack, MonadIO m) 
=> TestSuite

suite: a TestSuite

-> TestCase

testCase: a TestCase

-> m () 

Adds testCase to suite.

Since: 2.16

addSuite

testSuiteAddSuite #

Arguments

:: (HasCallStack, MonadIO m) 
=> TestSuite

suite: a TestSuite

-> TestSuite

nestedsuite: another TestSuite

-> m () 

Adds nestedsuite to suite.

Since: 2.16