open fun engineStarted(classes: List<KClass<out Spec>>): Unit
Is invoked when the KotestEngine is starting execution.
classes - the Spec classes that will be used by the KotestEngine.
classes