hunit-gui-0.1.1: Test/HUnit/Gui.hs
-- | Graphical front-end for HUnit.
module Test.HUnit.Gui (
-- | Test controller. Use in place of runTestTT or runTestText
runTestGui
-- | Optional cleanup step that ends the program with an appropriate
-- return code when the GUI is closed.
, exitWhenGuiCloses
) where
import Test.HUnit.Gui.Window