/* IfController controller = new IfController("12==12");
controller.initialize();
*/
logger.debug(">>>>> testProcessing : Starting the iteration ");
TestElement sampler = null;
while ((sampler = controller.next()) != null) {
logger.debug(
" ->>> Gonna assertTrue :"
+ sampler.getClass().getName()
+ " Property is ---->>>"
+ sampler.getPropertyAsString(TestElement.NAME));
}
}