OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPropertyUtils
(Results
1 - 5
of
5
) sorted by null
/external/testng/src/main/java/org/testng/internal/
PropertyUtilsFactory.java
22
* Factory for
IPropertyUtils
that returns a concrete instance.
30
public static
IPropertyUtils
newInstance() {
35
return (
IPropertyUtils
)constructor.newInstance();
IPropertyUtils.java
22
public interface
IPropertyUtils
{
PropertyUtilsMock.java
24
public class PropertyUtilsMock implements
IPropertyUtils
{
PropertyUtils.java
17
public class PropertyUtils implements
IPropertyUtils
{
/external/testng/src/main/java/org/testng/
ReporterConfig.java
5
import org.testng.internal.
IPropertyUtils
;
34
private
IPropertyUtils
mPropertyUtils = PropertyUtilsFactory.newInstance();
Completed in 124 milliseconds