Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [wtp-dev] JUnit Framework

Thanks David.   Yes, I saw that and I know I must use this to eventually hook into the build-and-run-tests process.
 
What I really meant to say, I guess, is there a set of WTP specific TestCase/TestSuite sub-classes that are commonly used?  Is there a set of common utility classes used to do common setup-type things?  
 
Thanks,
GK
-----Original Message-----
From: wtp-dev-bounces@xxxxxxxxxxx [mailto:wtp-dev-bounces@xxxxxxxxxxx]On Behalf Of David M Williams
Sent: Thursday, December 08, 2005 12:29 PM
To: wtp-dev@xxxxxxxxxxx
Subject: Re: [wtp-dev] JUnit Framework


Yes, sort of .... we use the same as "base Eclipse" .. its available from their download page.

Its a zip that starts with "eclipse-test-framework- "

You can see any of our test plugins, which have a test.xml file that "hooks in" to it.

David




"Gerry Kessler" <gerry.kessler@xxxxxxxxxx>
Sent by: wtp-dev-bounces@xxxxxxxxxxx

12/08/2005 03:01 PM

Please respond to
"gerry.kessler@xxxxxxxxxx" and "General discussion of project-wide or architectural issues."

To
"wtp-dev@xxxxxxxxxxx" <wtp-dev@xxxxxxxxxxx>
cc
Subject
[wtp-dev] JUnit Framework





Hi All,
 
Has there been a common testing framework developed for WTP that one might be able to use?   I don't see one, but I could have missed it.   If not, is one being considered?
 
Thanks,
Gerry Kessler
WTP JSF Tools Team_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top