Talk:Injectable Singleton
From APIDesign
(Difference between revisions)
(New page: Questions?) |
(Comment provided by Andrei Badea - via ArticleComments extension) |
||
Line 1: | Line 1: | ||
Questions? | Questions? | ||
+ | == Andrei Badea said ... == | ||
+ | |||
+ | <div class='commentBlock'> | ||
+ | Often the MockDialogDisplayer used in tests will be configurable. For example, it may have a constructor taking a parameter that says whether the yesOrNo() method returns true or false. So in a test I create an instance of MockDialogDisplayer, as opposed to letting ServiceLoader or the Lookup library to create it. When I hold such an instance, how do I set it as the singleton instance? | ||
+ | |||
+ | --Andrei Badea 11:52, 12 February 2010 (CET) | ||
+ | </div> |
Revision as of 10:52, 12 February 2010
Questions?
Often the MockDialogDisplayer used in tests will be configurable. For example, it may have a constructor taking a parameter that says whether the yesOrNo() method returns true or false. So in a test I create an instance of MockDialogDisplayer, as opposed to letting ServiceLoader or the Lookup library to create it. When I hold such an instance, how do I set it as the singleton instance?
--Andrei Badea 11:52, 12 February 2010 (CET)