Plumtree Portal UI  
 

LayoutService.setChooserTestInstance Method 

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

public static void setChooserTestInstance(
   ILayoutChooser testChooser
);

Parameters

testChooser
- if this is null, a real LayoutChooser will be used.

See Also

LayoutService Class | com.plumtree.portaluiinfrastructure.layout Namespace