Declares a test.
name - the test name.
name
ignored - whether the test is ignored.
ignored
testFn - contains test body invocation.
testFn
Unit test( String name, Boolean ignored, Unit Function() testFn, );