Module

Test.Spec.Assertions

Package
purescript-spec
Repository
purescript-spec/purescript-spec

#shouldEqual Source

shouldEqual :: forall t. Show t => Eq t => t -> t -> Aff Unit

#shouldNotEqual Source

shouldNotEqual :: forall t. Show t => Eq t => t -> t -> Aff Unit

#shouldContain Source

shouldContain :: forall a f. Show a => Eq a => Show (f a) => Foldable f => f a -> a -> Aff Unit

#shouldNotContain Source

shouldNotContain :: forall a f. Show a => Eq a => Show (f a) => Foldable f => f a -> a -> Aff Unit

#shouldNotSatisfy Source

shouldNotSatisfy :: forall t. Show t => t -> (t -> Boolean) -> Aff Unit

#shouldSatisfy Source

shouldSatisfy :: forall t. Show t => t -> (t -> Boolean) -> Aff Unit