Yes, thank you Kamal for pointing this out! JUnit's parameterized features
is *awesome*.
http://junit.sourceforge.net/javadoc/org/junit/runners/Parameterized.html
Gary
On Thu, Apr 21, 2016 at 6:12 AM, Kamal Mettananda wrote:
> Hi Remko
>
> I am still new here, but thought of giving some input
Hi Remko
I am still new here, but thought of giving some input from a Junit
parameterization point of view.
It seems we can parameterize the ConfigurationFactory of
CsvParameterLayoutTest using something like below to provide two
Configurations as parameters.
@RunWith(value = Parameterized.class
I would like to re-run the CsvParameterlayoutTest
1. with its current configuration
2. with a configuration that uses instead of
3. with all loggers asynchronous by setting system property
Log4jContextSelector to
org.apache.logging.log4j.core.async.AsyncLoggerContextSelector
I can just copy the