org.testng.internal
Class TestNGProperty
java.lang.Object
org.testng.internal.TestNGProperty
public class TestNGProperty
- extends java.lang.Object
Describes a property
- Author:
- Cedric Beust, May 2, 2004
Constructor Summary |
TestNGProperty(java.lang.String name,
java.lang.String doc,
java.lang.String def)
|
TestNGProperty(java.lang.String clName,
java.lang.String name,
java.lang.String doc,
java.lang.String def)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestNGProperty
public TestNGProperty(java.lang.String clName,
java.lang.String name,
java.lang.String doc,
java.lang.String def)
TestNGProperty
public TestNGProperty(java.lang.String name,
java.lang.String doc,
java.lang.String def)
getDefault
public java.lang.String getDefault()
- Returns:
- Returns the default.
getDocumentation
public java.lang.String getDocumentation()
- Returns:
- Returns the documentation.
getName
public java.lang.String getName()
- Returns:
- Returns the name.
getCommandLineName
public java.lang.String getCommandLineName()
Copyright © 2010. All Rights Reserved.