Plumtree Portal UI  
 

LayoutService.setManagerTestInstance Method 

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

public static void setManagerTestInstance(
   ILayoutManager testManager
);

Parameters

testManager
- if this is null, a real LayoutManager will be used.

See Also

LayoutService Class | com.plumtree.portaluiinfrastructure.layout Namespace