*/
public void testGetIdeaTextMatchesSearchParameter() throws Exception {
// Create selector and parameters.
TargetingIdeaSelector selector = new TargetingIdeaSelector();
IdeaTextMatchesSearchParameter ideaTextMatchesSearchParameter =
new IdeaTextMatchesSearchParameter();
ideaTextMatchesSearchParameter.setIncluded(new String[] {"presidential vote"});
RelatedToKeywordSearchParameter relatedToKeywordSearchParameter =
new RelatedToKeywordSearchParameter();
Keyword keyword = new Keyword();
keyword.setText("presidential vote");