All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fitlibrary.specify.mapTraverse.StringMap Maven / Gradle / Ivy

Go to download

FitLibrary provides general-purpose fixtures (and runners) for storytests with Fit and FitNesse.

The newest version!
/*
 * Copyright (c) 2006 Rick Mugridge, www.RimuResearch.com
 * Released under the terms of the GNU General Public License version 2 or later.
*/
package fitlibrary.specify.mapTraverse;

import java.util.HashMap;
import java.util.Map;

public class StringMap {
	@SuppressWarnings("unchecked")
	public Map getStringMap() {
		HashMap map = new HashMap();
		map.put("a","b");
		map.put("A","B");
		return map;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy