Searched refs:IPropertyUtils (Results 1 – 5 of 5) sorted by relevance
30 public static IPropertyUtils newInstance() { in newInstance()35 return (IPropertyUtils)constructor.newInstance(); in newInstance()
22 public interface IPropertyUtils { interface
24 public class PropertyUtilsMock implements IPropertyUtils {
17 public class PropertyUtils implements IPropertyUtils {
5 import org.testng.internal.IPropertyUtils;34 private IPropertyUtils mPropertyUtils = PropertyUtilsFactory.newInstance();