Module

Test.Spec.Assertions

#fail

#shouldEqual

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

#shouldNotEqual

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

#shouldContain

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

#shouldNotContain

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

#shouldNotSatisfy

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

#shouldSatisfy

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

Modules