| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
GI.GLib.Structs.TestSuite
Contents
Description
An opaque structure representing a test suite.
Synopsis
- newtype TestSuite = TestSuite (ManagedPtr TestSuite)
- testSuiteAdd :: (HasCallStack, MonadIO m) => TestSuite -> TestCase -> m ()
- testSuiteAddSuite :: (HasCallStack, MonadIO m) => TestSuite -> TestSuite -> m ()
Exported types
Memory-managed wrapper type.
Instances
| Eq TestSuite Source # | |
| BoxedPtr TestSuite Source # | |
Defined in GI.GLib.Structs.TestSuite | |
| ManagedPtrNewtype TestSuite Source # | |
Defined in GI.GLib.Structs.TestSuite Methods toManagedPtr :: TestSuite -> ManagedPtr TestSuite | |
Methods
Click to display all available methods, including inherited ones
add
Arguments
| :: (HasCallStack, MonadIO m) | |
| => TestSuite |
|
| -> TestCase |
|
| -> m () |
Adds testCase to suite.
Since: 2.16