macro_rules! it {
($title:expr,$description:expr,$before_all:ident,$before:ident,$after_all:ident,$after:ident,$main:ident) => { ... };
}Expand description
ยงRun test suite
titleThe test titledescriptionThe test description messagebefore_allThe before all callbackbeforeThe before each callbackafter_allThe after all callbackafterThe after each callbackmainThe main callback