Re: An approach to unit testing in Cocoon / MIDIGenerator

2003-08-14 Thread Stephan Michels
On Mon, 4 Aug 2003, Mark Leicester wrote: > On 4/08/2003 15:15, "Stephan Michels" <[EMAIL PROTECTED]> wrote: > > > Have you take a look into > > src/test/org/apache/cocoon/AbstractCompositeTestCase.java > > Heh, no I haven't seen this at all! Cool! Wow, this is the real thing! Is > this quite n

Re: Unit testing Cocoon (was: An approach to unit testing in Cocoon/ MIDIGenerator)

2003-08-05 Thread Stephan Michels
On Tue, 5 Aug 2003, Mark Leicester wrote: > Thank you for pointing me to your Cocoon unit testing framework[1] Stephan! > I got a unit test for my MIDIGenerator going very quickly, and it *is* very > easy to use. I was able to configure the .xtest file without too much > trouble. Your testing fr

Unit testing Cocoon (was: An approach to unit testing in Cocoon /MIDIGenerator)

2003-08-05 Thread Mark Leicester
Thank you for pointing me to your Cocoon unit testing framework[1] Stephan! I got a unit test for my MIDIGenerator going very quickly, and it *is* very easy to use. I was able to configure the .xtest file without too much trouble. Your testing framework is just what I wanted, and I'd like to help i

RE: An approach to unit testing in Cocoon / MIDIGenerator

2003-08-04 Thread Hunsberger, Peter
Mark Leicester <[EMAIL PROTECTED]> writes: > > 1. My MIDIGenerator and the unit testing TestMIDIGenerator. > > > If you think this is a good approach then please, treat this > code as your own! In due course I shall attempt to create a > MIDI block (including the test class itself), Oh,

Re: An approach to unit testing in Cocoon / MIDIGenerator

2003-08-04 Thread Mark Leicester
On 4/08/2003 15:15, "Stephan Michels" <[EMAIL PROTECTED]> wrote: > Have you take a look into > src/test/org/apache/cocoon/AbstractCompositeTestCase.java Heh, no I haven't seen this at all! Cool! Wow, this is the real thing! Is this quite new? I looked earlier this year and didn't see anything. I'l

Re: An approach to unit testing in Cocoon / MIDIGenerator

2003-08-04 Thread Stephan Michels
On Mon, 4 Aug 2003, Mark Leicester wrote: > Hi, > > I'd like to get your comments on the approach to Unit testing I have used in > developing my Cocoon components. I think that this approach can be extended > to provide unit tests for all Cocoon components - and I'd like to help write > these. F

An approach to unit testing in Cocoon / MIDIGenerator

2003-08-04 Thread Mark Leicester
Hi, I'd like to get your comments on the approach to Unit testing I have used in developing my Cocoon components. I think that this approach can be extended to provide unit tests for all Cocoon components - and I'd like to help write these. For example, as Cocoon depends on many other projects it