Module
Cypress.Chai
- Package
- purescript-cypress
- Repository
- alexmouton/purescript-cypress
#Should Source
class (ShouldStr a) <= Should a b whereMembers
toShould :: a -> (Query b) -> CypressM (Query b)toShould' :: String -> a -> (Query b) -> CypressM (Query b)
Instances
Should True BooleanShould False BooleanShould Match StringShould SubString StringShould CloseTo Number(Eq a) => Should (Equal a) a(Ord a) => Should (GreaterThan a) a(Ord a) => Should (LessThan a) a(Ord a) => Should (AtLeast a) a(Ord a) => Should (AtMost a) a(Ord a) => Should (Within a) a(Eq a) => Should (OneOf a) aShould (LengthOf (Array a)) (Array a)Should (LengthOf Elements) ElementsShould Visible Elements(Should a b) => Should (Not a) b
#GreaterThan Source
newtype GreaterThan aConstructors
Instances
ShouldStr (GreaterThan a)(Ord a) => Should (GreaterThan a) a