Re: JUnit 4.x support - Workaround
Hi Jan, I guess it would be best if you open an issue in the cactus JIRA and then describe how exactly you have worked out the solution. I am leading a presentation on this-years's ApacheCON in Atlanta and I think it would be really interesting for the people to hear how they can integrate Cactus and JUnit4.x. Thank you. 2007/11/2, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Hi Peter, > > I found out that it's possible to run the JUnit 4.x (annotated) tests with > Cactus 1.7.2 minimaly with functionality of JUnit 3.8 tests. > It's need to use: JUnit4TestAdapter that automatically makes JUnit > 3.8compatible test from JUnit > 4.x test. > There is only problem with displaying names of the tests but it's easy to > repair it in source class (JUnitVersionHelper) of Cactus. > > Regards. > JK. > > > Původní zpráva -------- > > Od: Petar Tahchiev <[EMAIL PROTECTED]> > > Předmět: Re: JUnit 4.x support > > Datum: 17.10.2007 16:47:43 > > > > Hi Jan, > > > > I am currently working (more or less) on trying to integrate JUnit4 test > > cases with Cactus. > > So far you can't use JUnit test-cases with Cactus, and I don't know any > > other in-container > > testing framework that supports it - otherwise I would gain some ideas > :-). > > > > I bet this does not help you, but anyway that is the current situation > :-(. > > > > 2007/10/16, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > > > > > Hello, > > > > > > I'm trying to use JUnit tests in J2EE environment. But I've used new > > > features (theories, ...) from JUnit 4.4. Are there any terms for > > > integration of JUnit 4.x to the Cactus project? Or do you know some > other > > > J2EE testing framework supported by Maven and works with JUnit 4.x? > > > > > > Thank you for your reply. > > > Jan Kr. > > > > > > - > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > -- > > Regards, Petar! > > Karlovo, Bulgaria. > > > > EOOXML Objections > > http://www.grokdoc.net/index.php/EOOXML_objections > > > > Public PGP Key at: > > > https://keyserver1.pgp.com/vkd/DownloadKey.event?keyid=0x19658550C3110611 > > Key Fingerprint: A369 A7EE 61BC 93A3 CDFF 55A5 1965 8550 C311 0611 > > > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Regards, Petar! Karlovo, Bulgaria. EOOXML Objections http://www.grokdoc.net/index.php/EOOXML_objections Public PGP Key at: https://keyserver1.pgp.com/vkd/DownloadKey.event?keyid=0x19658550C3110611 Key Fingerprint: A369 A7EE 61BC 93A3 CDFF 55A5 1965 8550 C311 0611
Re: JUnit 4.x support - Workaround
Hi Peter, I found out that it's possible to run the JUnit 4.x (annotated) tests with Cactus 1.7.2 minimaly with functionality of JUnit 3.8 tests. It's need to use: JUnit4TestAdapter that automatically makes JUnit 3.8 compatible test from JUnit 4.x test. There is only problem with displaying names of the tests but it's easy to repair it in source class (JUnitVersionHelper) of Cactus. Regards. JK. > Původní zpráva > Od: Petar Tahchiev <[EMAIL PROTECTED]> > Předmět: Re: JUnit 4.x support > Datum: 17.10.2007 16:47:43 > > Hi Jan, > > I am currently working (more or less) on trying to integrate JUnit4 test > cases with Cactus. > So far you can't use JUnit test-cases with Cactus, and I don't know any > other in-container > testing framework that supports it - otherwise I would gain some ideas :-). > > I bet this does not help you, but anyway that is the current situation :-(. > > 2007/10/16, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > > > Hello, > > > > I'm trying to use JUnit tests in J2EE environment. But I've used new > > features (theories, ...) from JUnit 4.4. Are there any terms for > > integration of JUnit 4.x to the Cactus project? Or do you know some other > > J2EE testing framework supported by Maven and works with JUnit 4.x? > > > > Thank you for your reply. > > Jan Kr. > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > Regards, Petar! > Karlovo, Bulgaria. > > EOOXML Objections > http://www.grokdoc.net/index.php/EOOXML_objections > > Public PGP Key at: > https://keyserver1.pgp.com/vkd/DownloadKey.event?keyid=0x19658550C3110611 > Key Fingerprint: A369 A7EE 61BC 93A3 CDFF 55A5 1965 8550 C311 0611 > > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: JUnit 4.x support
Hi Jan, I am currently working (more or less) on trying to integrate JUnit4 test cases with Cactus. So far you can't use JUnit test-cases with Cactus, and I don't know any other in-container testing framework that supports it - otherwise I would gain some ideas :-). I bet this does not help you, but anyway that is the current situation :-(. 2007/10/16, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Hello, > > I'm trying to use JUnit tests in J2EE environment. But I've used new > features (theories, ...) from JUnit 4.4. Are there any terms for > integration of JUnit 4.x to the Cactus project? Or do you know some other > J2EE testing framework supported by Maven and works with JUnit 4.x? > > Thank you for your reply. > Jan Kr. > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Regards, Petar! Karlovo, Bulgaria. EOOXML Objections http://www.grokdoc.net/index.php/EOOXML_objections Public PGP Key at: https://keyserver1.pgp.com/vkd/DownloadKey.event?keyid=0x19658550C3110611 Key Fingerprint: A369 A7EE 61BC 93A3 CDFF 55A5 1965 8550 C311 0611
JUnit 4.x support
Hello, I'm trying to use JUnit tests in J2EE environment. But I've used new features (theories, ...) from JUnit 4.4. Are there any terms for integration of JUnit 4.x to the Cactus project? Or do you know some other J2EE testing framework supported by Maven and works with JUnit 4.x? Thank you for your reply. Jan Kr. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
