Re: [Htmlparser-user] JUnit 4
Brought to you by:
derrickoswald
From: Derrick O. <Der...@Ro...> - 2006-06-07 11:55:54
|
There was the concept of a suite in the JUnit 3.8, maybe it's something like that. Mark Stark wrote: >Thank you, this works fine :) > >it is not a htmlparser question, but do you know how to run multiple >TestClasses with JUnit4TestAdapter > >return new JUnit4TestAdapter(SegmentFindingVisitorTest.class); > >Derrick Oswald schrieb: > > >>If you don't care how many carriage returns are present in the output, >>just output one after processing each tag in visitTag() and visitEndTag(). >> >>Mark Stark wrote: >> >> > > |