tag.setVar("Item");
tag.setItems("One,Two,Three");
lifecycle.expectBodyEvaluated(3);
lifecycle.expectScopedVariableExposed(
"Item", new Object[] {"One", "Two", "Three"});
lifecycle.invoke();
}
/**
* Tests the tag <c:forEach> by providing a comma-delimited list of
* string to it's <code>items</code> attributes, and checking the exposed