Plumtree Portal UI  
 

LayoutService.setFactoryTestInstance Method 

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

public static void setFactoryTestInstance(
   ILayoutFactory testFactory
);

Parameters

testFactory
- if this is null, a real LayoutFactory will be used.

See Also

LayoutService Class | com.plumtree.portaluiinfrastructure.layout Namespace