I would like to re-run the CsvParameterlayoutTest 1. with its current configuration 2. with a configuration that uses <AsyncRoot> instead of <Root> 3. with all loggers asynchronous by setting system property Log4jContextSelector to org.apache.logging.log4j.core.async.AsyncLoggerContextSelector
I can just copy the test code and do the above in the setup, but I was wondering if there is no way to parameterize the test to accomplish this? Remko