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 |
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 wrappedPtrCalloc :: IO (Ptr TestSuite) # wrappedPtrCopy :: TestSuite -> IO TestSuite # |
Methods
add
Adds testCase
to suite
.
Since: 2.16