On 26 Apr, "Moritz Bj�rn-Hendrik, HH" wrote:
> Another suggestion for JUnit-Tests: In the "Choose Test Class" box, there
> are only TestClasses listed that are DIRECTLY derived from the junit
> TestCase-class. Is it possible to show also those tests which are NOT
> directly derived from the TestCase-class, e.g. if I am using tests based on
> the Cactus-framework from Apache. Or is it even now possible to do so?
> 

One thing I've done for cactus is to add a live template that looks like
this:

public void begin$EXPR$(WebRequest aRequest) {
    $END$
}

public void test$EXPR$() {
}

public void end$EXPR$(WebResponse aResponse) {
}

Nicely helps to speed things up.

L

> Greetings, Bj�rn
> 
> Bj�rn-H. Moritz, FJA Innosoft GmbH, ++49-40-236005-85
> S�derstra�e 77, D-20097 Hamburg, [EMAIL PROTECTED]
> 
> 
> _______________________________________________
> Eap-list mailing list
> [EMAIL PROTECTED]
> http://www.intellij.com/mailman/listinfo/eap-list

-- 
Laurent Duperval <mailto:[EMAIL PROTECTED]>

If you gotta go, you might as well go happy... or surprised.



_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to