| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Jcase
Documentation
Constructors
| Jcase | |
Fields
| |
data Jassertion a b Source
Constructors
| Jassertion | |
Instances
| (Eq a, Eq b) => Eq (Jassertion a b) | |
| (Show a, Show b) => Show (Jassertion a b) | |
| (FromJSON a0, FromJSON b0) => FromJSON (Jassertion a b) |
hUnitJsuite :: (FromJSON a, FromJSON b, FromJSON c, Eq a, Eq b, Show a, Show b) => (Maybe c -> a -> b) -> Jsuite (Jcase c (Jassertion a b)) -> Test Source
hUnitSimple :: (FromJSON a, FromJSON b, Eq a, Eq b, Show a, Show b) => (a -> b) -> Jsuite (Jcase (Maybe Value) (Jassertion a b)) -> Test Source