protected fun addDynamicTest(name: String, test: suspend TestContext.() -> Unit, config: TestCaseConfig, type: TestType): Unit
Adds a new DynamicTest to this factory. When this factory is included into a Spec these tests will be added to the spec as root TestCases.