Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 360952 - Re-factor UI to facilitate Test
Summary: Re-factor UI to facilitate Test
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 0.9   Edit
Assignee: Sebastien Dubois CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-14 08:12 EDT by Alvaro Sanchez-Leon CLA
Modified: 2012-01-24 15:35 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alvaro Sanchez-Leon CLA 2011-10-14 08:12:52 EDT
This a general task to track the updates needed to facilitate unit testing.

e.g. Adding a TEST mode indicator to suppress modal dialogues
Re-factor classes to allow dependency injection of interfaces, etc.
Comment 1 Sebastien Dubois CLA 2011-11-02 15:01:01 EDT
Added Test mode 
Supperssed Error Dialog in testing mode
Refactored the code to add dependency injection to control whther real dialogs or mockups are created depending on the test mode
Comment 2 Sebastien Dubois CLA 2011-12-02 16:02:58 EST
UI is now refactored to handle Headless and JUnit tests.  Some dependency injection will be done later as part of another effort.