Module

Test.MiraculixLite.TestTree

#testCase

testCase :: String -> Assertion -> TestTree

Turn an Assertion into a test case

#testGroup

testGroup :: String -> Array TestTree -> TestTree

Create a named group of test cases or other groups

#TestTree

data TestTree

The main data structure defining a test suite. It consists of individual test cases and properties, organized in named groups which form a tree-like hierarchy.

Modules