AutocompleterTag tag = new AutocompleterTag();
tag.setPageContext(pageContext);
tag.setTheme("simple");
tag.setAutoComplete("true");
tag.setDisabled("false");
tag.setForceValidOption("false");
tag.setList("{'d','e'}");
tag.setHref("a");
tag.setDropdownWidth("10");
tag.setDropdownHeight("10");
tag.setDelay("100");
tag.setSearchType("b");
tag.setDisabled("c");
tag.setName("f");
tag.setIconPath("i");
tag.setTemplateCssPath("j");
tag.setResultsLimit("1");
tag.doStartTag();
tag.doEndTag();
verify(AutocompleterTest.class.getResource("Autocompleter-2.txt"));