public class TooltipTest extends AbstractUITagTest {
public void testWithoutFormOverriding() throws Exception {
configurationManager.clearConfigurationProviders();
configurationManager.addConfigurationProvider(new TestConfigurationProvider());
// we test it on textfield component, but since the tooltip are common to
// all components, it will be the same for other components as well.
FormTag formTag = new FormTag();
formTag.setPageContext(pageContext);