Class: Test

Test

new Test()

type Test <| Boo.Base { name :: String test :: Future(Error, Void) timeout :: Maybe(<Number/ms>) slow :: Maybe(<Number/ms>) enabled :: Maybe(Case → Boolean) }

Represents a test Case.

Source: