| Author |
Mocking/Stubbing Class with Static Factory Method and Regular Methods
|
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2193
|
|
Hi!
Another question, again regarding testing using MockFor or StubFor:
If I want to mock/stub a class like Calendar that has a static factory method to create instances of the class and also regular methods, I don't know how to return the mock/stub from the factory method.
Here is my code so far:
Many thanks in advance!
|
 |
 |
|
|
subject: Mocking/Stubbing Class with Static Factory Method and Regular Methods
|
|
|