gi-glib-2.0.2: 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 (ForeignPtr TestSuite) 

Instances

WrappedPtr TestSuite Source # 

Methods

wrappedPtrCalloc :: IO (Ptr TestSuite)

wrappedPtrCopy :: Ptr TestSuite -> IO (Ptr TestSuite)

wrappedPtrFree :: Maybe (FunPtr (Ptr TestSuite -> IO ()))

((~) * 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

((~) * 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

testSuiteAdd

data TestSuiteAddMethodInfo Source #

Instances

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

Methods

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

testSuiteAdd :: MonadIO m => TestSuite -> TestCase -> m () Source #

testSuiteAddSuite

data TestSuiteAddSuiteMethodInfo Source #

Instances

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

Methods

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

testSuiteAddSuite :: MonadIO m => TestSuite -> TestSuite -> m () Source #