Method Summary |
|
protected Object | findModelElement(String translation, String expression) Finds the classifier having fullyQualifiedName in the
model.
Parameters: translation - the translation we're using Parameters: expression - the expression from which we'll find the model element. |
final public static TranslationTestProcessor | instance() Gets the shared instance of this class. |
public void | runSuite() Runs the test suite. |
public void | setConfiguration(Configuration configuration) Sets AndroMDA configuration instance. |
public void | setResult(TestResult testResult) Sets the test result in which the result of the run will be stored. |
public void | setTestSourceDirectory(String testSourceDirectory) Sets the location of the directory that contains the test souce. |
public void | setTranslationName(String translationName) Sets the name of the translation to test. |
public void | setUseTraceTranslator(boolean useTraceTranslator) Sets whether or not to use the trace translator. |
public void | shutdown() Shuts down this instance. |
public void | testTranslation() Tests the current translation set in the currentTestTranslation property. |