pub fn describe(
title: &str,
description: &str,
after_all_hook: fn(),
after_each_hook: fn(),
before_all_hook: fn(),
before_each_hook: fn(),
main: fn(Suite) -> Suite,
) -> SuiteExpand description
ยงStart a test suite
descriptionThe test suite descriptionafter_all_hookA callbackafter_each_hookA callbackbefore_all_hookA callbackbefore_each_hookA callbackmainThe main callback