Macro it

Source
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 title
  • description The test description message
  • before_all The before all callback
  • before The before each callback
  • after_all The after all callback
  • after The after each callback
  • main The main callback