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