Looks Like your test case cannot be instantiated. :) Seriously, watch the
logs and see if any class or static initialization has failed. this can
often happen in cactus test cases when some code that depends on serverside
resources runs client side and fails. Look over the docs and pay attention
to where each method executes. The constructor, for instance, runs in both
locations, and so is a bad place to put things like EJB local interfaces.

cheers,

Nick

> -----Original Message-----
> From: Oren Gross [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, August 18, 2002 9:04 AM
> To: Cactus Users (E-mail); Junit Users (E-mail)
> Subject: [junit] What am I doing wrong?
>
>
> Hi there,
> I am using Cactus, but I think the following probelm is a JUnit one.
> I am getting the following error, on an example I took from
> cactus pacakge.
> Any ideas what that might be? Thanks...
>
> There was 1 failure:
> 1) warning(junit.framework.TestSuite$1) "Cannot instantiate test case:
> testParametersTag"
>
> FAILURES!!!
> Tests run: 1,  Failures: 1,  Errors: 0
>
> ______________________________
> Oren Gross, Software Developer
> Mercury Interactive, APM - R&D
> +972-3-5399407, [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>
>
>
>
> [Non-text portions of this message have been removed]
>
>
> ------------------------ Yahoo! Groups Sponsor ---------------------~-->
> 4 DVDs Free +s&p Join Now
> http://us.click.yahoo.com/pt6YBB/NXiEAA/Ey.GAA/5cFolB/TM
> ---------------------------------------------------------------------~->
>
> To unsubscribe from this group, send an email to:
> [EMAIL PROTECTED]
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to