org.testng.xml
Class XmlMethodSelector

java.lang.Object
  extended by org.testng.xml.XmlMethodSelector

public class XmlMethodSelector
extends Object

This class describes the tag in testng.xml. Created on Sep 26, 2005

Author:
cbeust, Alexandru Popescu

Constructor Summary
XmlMethodSelector()
           
 
Method Summary
 String getClassName()
           
 String getExpression()
           
 String getLanguage()
           
 int getPriority()
           
 void setExpression(String expression)
           
 void setLanguage(String language)
           
 void setName(String name)
           
 void setPriority(int priority)
           
 String toXml(String indent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlMethodSelector

public XmlMethodSelector()
Method Detail

getClassName

public String getClassName()

setName

public void setName(String name)

getExpression

public String getExpression()
Returns:
Returns the expression.

setExpression

public void setExpression(String expression)
Parameters:
expression - The expression to set.

getLanguage

public String getLanguage()
Returns:
Returns the language.

setLanguage

public void setLanguage(String language)
Parameters:
language - The language to set.

getPriority

public int getPriority()

setPriority

public void setPriority(int priority)

toXml

public String toXml(String indent)


Copyright © 2010. All Rights Reserved.