| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (inaki@blueleaf.cc) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.GLib.Structs.TestSuite
Contents
Description
An opaque structure representing a test suite.
Synopsis
- newtype TestSuite = TestSuite (ManagedPtr TestSuite)
- noTestSuite :: Maybe TestSuite
- testSuiteAdd :: (HasCallStack, MonadIO m) => TestSuite -> TestCase -> m ()
- testSuiteAddSuite :: (HasCallStack, MonadIO m) => TestSuite -> TestSuite -> m ()
Exported types
Memory-managed wrapper type.
Instances
| WrappedPtr TestSuite Source # | |
Defined in GI.GLib.Structs.TestSuite Methods wrappedPtrCalloc :: IO (Ptr TestSuite) wrappedPtrCopy :: TestSuite -> IO TestSuite wrappedPtrFree :: Maybe (GDestroyNotify TestSuite) | |
Methods
add
Arguments
| :: (HasCallStack, MonadIO m) | |
| => TestSuite |
|
| -> TestCase |
|
| -> m () |
Adds testCase to suite.
Since: 2.16