verify(ComboBoxTag.class.getResource("ComboBox-1.txt"));
}
public void testWithEmptyOptionAndHeader() throws Exception {
TestAction testAction = (TestAction) action;
testAction.setFoo("banana");
List l = new ArrayList();
l.add("apple");
l.add("banana");
l.add("pineaple");
l.add("grapes");
testAction.setCollection(l);
ComboBoxTag tag = new ComboBoxTag();
tag.setPageContext(pageContext);
tag.setLabel("My Favourite Fruit");
tag.setName("myFavouriteFruit");