aspose file tools
The moose likes Java in General and the fly likes Abstract factory pattern vs Factory pattern for creating Mock objects & testing Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Abstract factory pattern vs Factory pattern for creating Mock objects & testing" Watch "Abstract factory pattern vs Factory pattern for creating Mock objects & testing" New topic
Author

Abstract factory pattern vs Factory pattern for creating Mock objects & testing

Vijaykumar Ramalingam
Greenhorn

Joined: Mar 03, 2011
Posts: 14
Guys,
Can you please tell me whether abstract factory pattern can be used for creating mock objects for testing.
If then what advantages has it over factory pattern.

Thanks,
-Vijay
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Abstract factory pattern vs Factory pattern for creating Mock objects & testing
 
Similar Threads
Difference between Abstract Factory and Builder Pattern
differences between abstarct factory pattern and factory method
abstract and abstract factory
Patterns: Abstract Factory Vs Factory Method
Understanding Abstract Factory design pattern?