Skip to content

lyncmi07/hAssert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hAssert

A simple testing library

  • Assert values are equal assertEquals :: (Show a, Eq a) => String -> (expected::a) -> (actual::a) -> IO ()

  • Assert value is true assertTrue :: String -> Bool -> IO ()

  • Create IO Monad test Test (description::String) (testLogic::IO())

  • Run multiple tests, writing out failures as they are round runTests :: [Test] -> IO ()

include using import Assert

About

A simple testing library for Haskell

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors