If a `TestExecutionListener` cannot be loaded due to a `ClassNotFoundException` or `NoClassDefFoundError`, we skip it and log a DEBUG message. We should implement the same "skipping" logic for a `ContextCustomizerFactory` that cannot be loaded.
If a
TestExecutionListenercannot be loaded due to aClassNotFoundExceptionorNoClassDefFoundError, we skip it and log a DEBUG message.We should implement the same "skipping" logic for a
ContextCustomizerFactorythat cannot be loaded.