final boolean isConfigured = mt.isConfigured();
final ArrayList<Dictionary> configs = mt.getConfigs();
// terminate mt to ensure no further config updates
mt.cleanup();
TestCase.assertTrue( "Last update call must have been with configuration", isConfigured);
if ( configs.size() == 0 )
{