fun TestFactory.generate(description: Description, spec: Spec): List<TestCase>
Generates a TestCase for each DynamicTest in this factory. Tags and assertion mode are applied to the tests. Any included factories are recursively called and their generated tests included in the returned list.
description - the parent description for the generated tests.
spec - the Spec that will contain the generated tests.