RE: [Discuss] Way to parameterize integration tests

2013-01-26 Thread Andrei Shakirin
. Andrei. -Original Message- From: Francesco Chicchiriccò [mailto:ilgro...@apache.org] Sent: Freitag, 25. Januar 2013 18:01 To: dev@syncope.apache.org Subject: Re: [Discuss] Way to parameterize integration tests On 25/01/2013 17:39, Andrei Shakirin wrote: Hi, One more topic

[Discuss] Way to parameterize integration tests

2013-01-25 Thread Andrei Shakirin
Hi, One more topic to discuss: Currently integration tests run using communication using JSON contentType only. For new CXF-based tests we are going to run every tests twice: with XML and JSON [1]. JUnit proposes elegant solution using parameterized tests:

Re: [Discuss] Way to parameterize integration tests

2013-01-25 Thread Francesco Chicchiriccò
On 25/01/2013 17:39, Andrei Shakirin wrote: Hi, One more topic to discuss: Currently integration tests run using communication using JSON contentType only. For new CXF-based tests we are going to run every tests twice: with XML and JSON [1]. JUnit proposes elegant solution using parameterized