Closed
Description
(Not entirely sure this is a lacking feature, but I have not found it yet!)
It seems like when you're within a ApplicationContextInitializer (specified by @ContextConfiguration), you have no way of knowing which test class is being configured. That would have been nice wrt. reading annotation parameters.
Maybe a ThreadLocal hack, whereby the thread class / instance in question was available while the ApplicationContextInitializers was run, and could be accessed via a static method?