return selected.equals("selected") || selected.equals("true");
}
return false;
}
});
return selected_options.toStrings();
}
public void should_have_these_options_selected(String... options) {
Strings selected_options = get_selected_options();
Strings selected_options_not_found = Strings.new_instance();