The SUITE command - create a new Suite instance, in User Land.
A suite is a collection of test cases, Filters and other Suite objects that can be infinitely nested. A COLUMNS command can be used only on 1st position, or 2nd position, after a Filter.
@todo(385): Use generics? Implement generics Suite or something to pass it over to the Spec https://stackoverflow.com/questions/68524136/how-to-define-a-generic-function-type-in-typescript-two-similar-ways
Suite in Internal Land
Optional
The SUITE command - create a new Suite instance, in User Land.
A suite is a collection of test cases, Filters and other Suite objects that can be infinitely nested. A COLUMNS command can be used only on 1st position, or 2nd position, after a Filter.
@todo(385): Use generics? Implement generics Suite or something to pass it over to the Spec https://stackoverflow.com/questions/68524136/how-to-define-a-generic-function-type-in-typescript-two-similar-ways
Param: SUITEargs
Returns
Suite in Internal Land