Module

Test.Unit.Console

Package
purescript-test-unit
Repository
bodil/purescript-test-unit

#TESTOUTPUT Source

#consoleLog Source

consoleLog :: forall e. String -> Eff (testOutput :: TESTOUTPUT | e) Unit

#consoleError Source

consoleError :: forall e. String -> Eff (testOutput :: TESTOUTPUT | e) Unit

#savePos Source

savePos :: forall e. Eff (testOutput :: TESTOUTPUT | e) Unit

#restorePos Source

restorePos :: forall e. Eff (testOutput :: TESTOUTPUT | e) Unit

#eraseLine Source

eraseLine :: forall e. Eff (testOutput :: TESTOUTPUT | e) Unit

#print Source

print :: forall e. String -> Eff (testOutput :: TESTOUTPUT | e) Unit

#printLabel Source

printLabel :: forall e. String -> Eff (testOutput :: TESTOUTPUT | e) Unit

#printFail Source

printFail :: forall e. String -> Eff (testOutput :: TESTOUTPUT | e) Unit

#printPass Source

printPass :: forall e. String -> Eff (testOutput :: TESTOUTPUT | e) Unit