Unit testing readers

2007-09-03 Thread Andrew Stevens
What's the easiest way to unit test a reader (and associated service components configuration)? I've been using SitemapComponentTestCase no problems with other components types (actions, transformers, selectors) but it doesn't appear to contain a read() method. Andrew. --

Re: Unit testing readers

2007-09-03 Thread Grzegorz Kossakowski
Andrew Stevens pisze: What's the easiest way to unit test a reader (and associated service components configuration)? I've been using SitemapComponentTestCase no problems with other components types (actions, transformers, selectors) but it doesn't appear to contain a read() method. Is

RE: Unit testing readers

2007-09-03 Thread Andrew Stevens
Date: Mon, 3 Sep 2007 16:25:37 +0200 From: [EMAIL PROTECTED] Andrew Stevens pisze: What's the easiest way to unit test a reader (and associated service components configuration)? I've been using SitemapComponentTestCase no problems with other components types (actions, transformers,