|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ocltf.test.TranslationTest
Represents a TranslatorTest object loaded and executed by the ExpressionTranslatorTest object.
Constructor Summary | |
TranslationTest()
|
Method Summary | |
void |
addExpression(ExpressionTest config)
Adds an ExpressionTest to this TranslationTest. |
java.util.Map |
getExpressionConfigs()
Returns all the ExpressionTest objects in a Map keyed by the from element body. |
java.lang.String |
getTranslation()
Returns the name of the translator, for which this TranslationTest will be used to test. |
java.net.URL |
getUri()
Gets the URI for the test which this TranslationTest was loaded from. |
void |
setTranslation(java.lang.String translation)
Sets the name of the translator for which this TranslationTest will be used to test. |
protected void |
setUri(java.net.URL uri)
Sets the URI for the test which this TranslationTest was loaded from. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TranslationTest()
Method Detail |
public void setTranslation(java.lang.String translation)
translation
- the name .ocltf.the translation to test.public java.lang.String getTranslation()
public void addExpression(ExpressionTest config)
config
- a ExpressionTest instance.public java.util.Map getExpressionConfigs()
public java.net.URL getUri()
protected void setUri(java.net.URL uri)
uri
- The uri to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |