macro_rules! it {
($title:expr,$description:expr,$before_all:ident,$before:ident,$after_all:ident,$after:ident,$main:ident) => { ... };
}
Expand description
ยงRun test suite
title
The test titledescription
The test description messagebefore_all
The before all callbackbefore
The before each callbackafter_all
The after all callbackafter
The after each callbackmain
The main callback