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