Plumtree UI Infrastructure API  
 

ConfigService.setTestInstance Method 

Unit tests should use this method to overwrite/teardown existing helper singleton. DO NOT USE for production code.

public static void setTestInstance(
   IConfigHelper testHelper
);

See Also

ConfigService Class | com.plumtree.uiinfrastructure.helpers Namespace