1 /*2 * testSearchSelection.java3 *4 * Created on January 24, 2005, 11:40 AM5 */6 7 package search_replace.SearchTest;8 9 /**10 *11 * @author rs15516112 */13 public class testSearchSelection {14 15 /** Creates a new instance of testSearchSelection */16 public testSearchSelection() {17 /**18 * testWord119 * testWord220 * testWord321 * testWord122 * testWord223 * testWord324 * testWord125 * testWord226 */27 }28 29 }30