-- | 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