gi-glib-2.0.9: 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 Source #

Constructors

TestSuite (ManagedPtr TestSuite) 

Instances

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

Methods

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

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

Methods

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

HasAttributeList * TestSuite Source # 
((~) * signature (TestSuite -> m ()), MonadIO m) => MethodInfo * TestSuiteAddSuiteMethodInfo TestSuite signature Source # 

Methods

overloadedMethod :: MethodProxy TestSuiteAddSuiteMethodInfo TestSuite -> signature -> s

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

Methods

overloadedMethod :: MethodProxy TestSuiteAddMethodInfo TestSuite -> signature -> s

type AttributeList TestSuite Source # 
type AttributeList TestSuite

Methods

add

data TestSuiteAddMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy TestSuiteAddMethodInfo TestSuite -> signature -> s

addSuite

data TestSuiteAddSuiteMethodInfo Source #

Instances

((~) * signature (TestSuite -> m ()), MonadIO m) => MethodInfo * TestSuiteAddSuiteMethodInfo TestSuite signature Source # 

Methods

overloadedMethod :: MethodProxy TestSuiteAddSuiteMethodInfo TestSuite -> signature -> s