Results for “Std.Test.suite”
8 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Test.Suite
A named group of checks, and the groups beneath it.
- Std.Test.suite
Str -> &Array[Std.Test.Check] -> Std.Test.SuiteA group of checks under a name.
- Std.Test.filtered
&Std.Test.Suite -> fn(Str) -> Bool -> Std.Test.SuiteOnly the checks whose name the test accepts, through the whole tree.
- Std.Test.group
Str -> &Array[Std.Test.Suite] -> Std.Test.SuiteA group of groups under a name.
- Std.Test.names
&Std.Test.Suite -> Array[Str]The names of the checks in a suite and every group beneath it.
- Std.Test.run
&Std.Test.Suite -> Std.Test.ReportThe report a suite answers, counted through every group beneath it.
- Std.Test.withCheck
&Std.Test.Suite -> &Std.Test.Check -> Std.Test.SuiteThe suite with another check in it.
- Std.Test.withGroup
&Std.Test.Suite -> &Std.Test.Suite -> Std.Test.SuiteThe suite with another group beneath it.
