assertEquals("empty", valueParam.getValue());
}
public void testFooProfile() throws Exception
{
Configuration config = getConfiguration("init-param-configuration.xml", "foo");
Component component = config.getComponent("Component");
InitParams initParams = component.getInitParams();
ValueParam valueParam = initParams.getValueParam("param");
assertEquals("foo", valueParam.getValue());
}