Safe Haskell | None |
---|---|
Language | Haskell2010 |
Test.TypeSpec.Label
Description
Labels for expectations.
Documentation
data It :: Symbol -> expectation -> Type Source #
Add a type level string as label or longer descripton around expectations.
This is analog to the it
function in the hspec
package.
Instances
(KnownSymbol msg, PrettyTypeSpec expectation x) => PrettyTypeSpec Type (It expectation msg x) Source # | |
type EvalExpectation Type (It expectation message expectation1) Source # | |