Package org.testng.internal.objects
Class Dispenser
java.lang.Object
org.testng.internal.objects.Dispenser
Supports Object instantiation taking into account Dependency Injection.
-
Method Summary
Modifier and TypeMethodDescriptionstatic IObjectDispenser
newInstance
(ITestObjectFactory objectFactory)
-
Method Details
-
newInstance
- Returns:
- - An
IObjectDispenser
that backed by the chain of responsibilities.
-