public class CompositeComponentClientBehaviorTestCase extends FaceletTestCase
{
@Test
public void testSimpleClientBehavior() throws Exception
{
HelloWorld helloWorld = new HelloWorld();
facesContext.getExternalContext().getRequestMap().put("helloWorldBean",
helloWorld);
UIViewRoot root = facesContext.getViewRoot();