Home
last modified time | relevance | path

Searched refs:IPropertyUtils (Results 1 – 5 of 5) sorted by relevance

/external/testng/src/main/java/org/testng/internal/
DPropertyUtilsFactory.java30 public static IPropertyUtils newInstance() { in newInstance()
35 return (IPropertyUtils)constructor.newInstance(); in newInstance()
DIPropertyUtils.java22 public interface IPropertyUtils { interface
DPropertyUtilsMock.java24 public class PropertyUtilsMock implements IPropertyUtils {
DPropertyUtils.java17 public class PropertyUtils implements IPropertyUtils {
/external/testng/src/main/java/org/testng/
DReporterConfig.java5 import org.testng.internal.IPropertyUtils;
34 private IPropertyUtils mPropertyUtils = PropertyUtilsFactory.newInstance();