[JWebUnit-development] [ jwebunit-Bugs-2436699 ] JWebUnit test cases are not self-contained
Brought to you by:
henryju
|
From: SourceForge.net <no...@so...> - 2011-10-05 12:35:00
|
Bugs item #2436699, was opened at 2008-12-17 02:50 Message generated for change (Comment added) made by henryju You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497982&aid=2436699&group_id=61302 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core API >Group: Release 3.1 >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Jevon Wright (jevonwright) Assigned to: Jevon Wright (jevonwright) Summary: JWebUnit test cases are not self-contained Initial Comment: JUnit tests should be completely self contained -- that is, you can run any test suite, test case or test method individually and it will test fine. However the JWebUnit tests do not meet this requirement, as the Jetty initialisation is done before the test cases are run?, so individual test cases cannot run (e.g. through Eclipse). This would be helpful for debugging test cases. ---------------------------------------------------------------------- >Comment By: Julien HENRY (henryju) Date: 2011-10-05 14:34 Message: Fixed in trunk. Now it is possible to run each test individually. In Eclipse, because we are using a shared test suite, you should first run the full test suite, then you can re-run individual test case. ---------------------------------------------------------------------- Comment By: Julien HENRY (henryju) Date: 2010-10-19 12:04 Message: The problem is tests are in a separate module to allow easy sharing between htmlunit and selenium testing engines. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497982&aid=2436699&group_id=61302 |