Re: xml unit testing

2004-01-05 Thread Jason van Zyl
RC about your technique. I can think of some non-XML where that would be useful. > >>>>> On Sun, 04 Jan 2004 23:28:58 -0500, Jason van Zyl <[EMAIL PROTECTED]> said: > > > Howdy, I know that XmlUnit exists but does anyone have any > > recommendations for xml

RE: xml unit testing

2004-01-05 Thread Jason van Zyl
the full generated XML (is that necessary? I don't > think so) but only the "important" parts. I'm not using Jelly. > -Vincent > > > -Original Message- > > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > > Sent: 05 January 2004 05:29 > >

Re: xml unit testing

2004-01-05 Thread Jeffrey D. Brekke
d actually used jrcs to diff two streams/readers in a generic way as alternatives. >>>>> On Sun, 04 Jan 2004 23:28:58 -0500, Jason van Zyl <[EMAIL PROTECTED]> said: > Howdy, I know that XmlUnit exists but does anyone have any > recommendations for xml unit testing tools?

RE: xml unit testing

2004-01-05 Thread Vincent Massol
Original Message- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: 05 January 2004 05:29 > To: Maven Developers List > Subject: xml unit testing > > Howdy, > > I know that XmlUnit exists but does anyone have any recommendations for > xml unit testing tools? A

xml unit testing

2004-01-04 Thread Jason van Zyl
Howdy, I know that XmlUnit exists but does anyone have any recommendations for xml unit testing tools? A lot of the plugins generate xml and I want to improve the testing across the plugins so I figure with a good xml unit testing tool I can probably make a start at plugin tests for many of the