ImportsContextCustomizer currently creates an infrastructure that requires a reference to a test Class but it turns out that only the FQN of the test class is required.
We can relax this private arrangement to only use the name. A side effect of that is that it would prevent spring-projects/spring-framework#29168 from happening.