- (test-begin [<name>])syntax
- (test-end [<name>])syntax
Test group reporting, including elapsed time and pass percentages, can be achieved using
(test-begin [<name>]) (test ...) ... (test-end [<name>])
where the group name is optional in either case.
Test group reporting, including elapsed time and pass percentages, can be achieved using
(test-begin [<name>]) (test ...) ... (test-end [<name>])
where the group name is optional in either case.