I’m evaluating orbeon for a internal project. I’m interested in pipeline unit testing. I found this article on the orbeon site: http://www.orbeon.com/blog/2005/02/22/xml-unit-testing/ but I can’t find the described class ProcessorTest. Where can I find it? Is this class good for testing my pipelines?? Thanks Damiano Pezzotti ...................................... . . Software Architect | Alambitco mobile +39 333 2116258 fax +39 02 700432209 email [hidden email] web www.alambitco.com pgp id 0x12DFD989 -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
On Thu, 08 Sep 2005 16:41:04 +0200, "Damiano Pezzotti" <[hidden email]> said: > Hi, > I¹m evaluating orbeon for a internal project. > > I¹m interested in pipeline unit testing. > I found this article on the orbeon site: > http://www.orbeon.com/blog/2005/02/22/xml-unit-testing/ > but I can¹t find the described class ProcessorTest. It isn't compiled into the war as it is just for development. The source is in CVS on ObjectWeb. This is a link to the viewcvs page http://cvs.forge.objectweb.org/cgi-bin/viewcvs.cgi/ops/orbeon/test/src/org/orbeon/oxf/test/ProcessorTest.java?rev=1.24&content-type=text/vnd.viewcvs-markup -- Regards, Dan S -- http://www.fastmail.fm - mmm... Fastmail... -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Thanks...
Have you got an example about using ProcessorTest for testing xpl? Where can I find more docs about it? Thanks Il 8-09-2005 19:56, "[hidden email]" <[hidden email]> ha scritto: > > On Thu, 08 Sep 2005 16:41:04 +0200, "Damiano Pezzotti" > <[hidden email]> said: >> Hi, >> I¹m evaluating orbeon for a internal project. >> >> I¹m interested in pipeline unit testing. >> I found this article on the orbeon site: >> http://www.orbeon.com/blog/2005/02/22/xml-unit-testing/ >> but I can¹t find the described class ProcessorTest. > > It isn't compiled into the war as it is just for > development. The source is in CVS on ObjectWeb. > > This is a link to the viewcvs page > http://cvs.forge.objectweb.org/cgi-bin/viewcvs.cgi/ops/orbeon/test/src/org/orb > eon/oxf/test/ProcessorTest.java?rev=1.24&content-type=text/vnd.viewcvs-markup > > -- Regards, Dan S Damiano Pezzotti ...................................... . . Software Architect | Alambitco mobile +39 333 2116258 fax +39 02 700432209 email [hidden email] web www.alambitco.com pgp id 0x12DFD989 -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
On Fri, 09 Sep 2005 10:48:11 +0200, "Damiano Pezzotti" <[hidden email]> said: > Thanks... > > Have you got an example about using ProcessorTest for testing xpl? > Where can I find more docs about it? Don't know of any docs about it. Best bet is to get the source for ops and look at o the 'test' target in build.xml o The test definitions in \src\examples\web\ops\unit-tests\. These are files with names of the form tests-*.xml. There's a main test file that xincludes most ( all? ) of the others. And a useful tidbit, if you want to just one run test or group of tests you can add the attribute only='true' to the test or group in question. -- Regards, Dan Small -- http://www.fastmail.fm - A no graphics, no pop-ups email service -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Administrator
|
[hidden email] wrote:
> On Fri, 09 Sep 2005 10:48:11 +0200, "Damiano Pezzotti" > <[hidden email]> said: > >>Thanks... >> >>Have you got an example about using ProcessorTest for testing xpl? >>Where can I find more docs about it? > > > Don't know of any docs about it. Best bet is to get the source > for ops and look at > o the 'test' target in build.xml > o The test definitions in \src\examples\web\ops\unit-tests\. > These are files with names of the form tests-*.xml. There's > a main test file that xincludes most ( all? ) of the others. > > And a useful tidbit, if you want to just one run test or > group of tests you can add the attribute only='true' to the > test or group in question. Those should definitely help! Let us know if you have more questions, -Erik -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Free forum by Nabble | Edit this page |