open fun afterDiscovery(descriptions: List<Description>): Unit
Is invoked after all the Spec classes have been discovered. This callback will be called after any DiscoveryExtensions have been invoked.
In other words the descriptions given here are after discovery extensions have had the chance to filter.
descriptions - the Description instance for each Spec class discovered.