Package org.testng.internal.objects
Class Dispenser
- java.lang.Object
-
- org.testng.internal.objects.Dispenser
-
public final class Dispenser extends java.lang.Object
Supports Object instantiation taking into account Dependency Injection.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Dispenser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IObjectDispenser
newInstance()
-
-
-
Method Detail
-
newInstance
public static IObjectDispenser newInstance()
- Returns:
- - An
IObjectDispenser
that backed by the chain of responsibilities.
-
-