Re: Adding JUnit tests for CsvParameterLayoutTest

2016-04-21 Thread Gary Gregory
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

Re: Adding JUnit tests for CsvParameterLayoutTest

2016-04-21 Thread Kamal Mettananda
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

Adding JUnit tests for CsvParameterLayoutTest

2016-04-21 Thread Remko Popma
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