Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Writing WTP JUnit tests


In general,
http://wiki.eclipse.org/index.php/Platform-releng-faq
contains some good getting started instructions and links to references for the test framework.
(we follow the base framework very closely ... there might be some small differences somewhere).

Let us know if there's questions you still have.





"Konstantin Komissarchik" <kosta@xxxxxxx>
Sent by: wtp-dev-bounces@xxxxxxxxxxx

06/13/2006 06:39 PM

Please respond to
"General discussion of project-wide or architectural issues." <wtp-dev@xxxxxxxxxxx>

To
"General discussion of project-wide or architectural issues." <wtp-dev@xxxxxxxxxxx>
cc
Subject
[wtp-dev] Writing WTP JUnit tests





Is there information anywhere on how to integrate JUnit tests into WTP testing infrastructure? I am particularly interested in how tests are added to build, how they are invoked, and what sort of assumptions can tests make about their environment (for instance, does something setup eclipse in a headless mode prior to calling the test or is that test’s responsibility). Any other information regarding writing tests for WTP would also be useful.
 
Thanks,
 
- Konstantin

_______________________________________________________________________
Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it.
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top