Std.Test.Suite
1 declaration
type
SuiteThis declaration introduces a public type.
What it does
A named group of checks, and the groups beneath it.
Groups nest because a program's tests do. A report counts through the whole
tree and names a failure by the path that reaches it, so "ordering / sorts"
says where to look without the reader searching for the name.
Read the signature
- This declaration has no value signature because it introduces a type or trait.
