Method Summary |
|
public void | discoverTests(String directory) This method discovers all translation tests within the given directory . |
public TranslationTest | getTest(String translation) Returns the TranslationTest for the given translation (if one can be found), otherwise returns
null. |
public Map | getTests() Returns the discovered translation tests keyed by translation. |
public static TranslationTestDiscoverer | instance() Gets the shared instance of this TranslationTestDiscoverer. |
public void | shutdown() Shuts down this instance and releases any resources. |