Test<TestContext extends Context>.stub constructor
Test<TestContext extends Context>.stub (})
Stubbed. This will be skipped and is meant to be used as a placeholder.
Implementation
Test.stub(
super._title, {
super.contextBuilder,
}) : super(
assertions: (test) => [],
skip: true,
);