Method Summary |
|
public void | addExpression(ExpressionTest config) Adds an ExpressionTest to this TranslationTest. |
public Map | getExpressionConfigs() Returns all the ExpressionTest objects in a Map keyed by the from element body. |
public String | getTranslation() Returns the name of the translator, for which this TranslationTest will be used to test. |
public URL | getUri() Gets the URI for the test which this TranslationTest was loaded from. |
public void | setTranslation(String translation) Sets the name of the translator for which this TranslationTest will be used to test. |
protected void | setUri(URL uri) Sets the URI for the test which this TranslationTest was loaded from. |