@isTestGroup void testCases( List<TestCase> testCases, void Function(TestCase testCase) verify, ) { for (final testCase in testCases) { // verify(testCase); } }