![JAR search and dependency download from the Maven repository](/logo.png)
fitlibraryGeneric.map.MapParser2 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fitlibrary Show documentation
Show all versions of fitlibrary Show documentation
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 fitlibraryGeneric.map;
import java.util.Map;
import fitlibrary.collection.map.MapTraverse;
import fitlibrary.parser.Parser;
import fitlibrary.parser.collection.MapParser;
import fitlibrary.parser.lookup.ParserFactory;
import fitlibrary.table.Table;
import fitlibrary.traverse.Evaluator;
import fitlibrary.typed.Typed;
import fitlibrary.utility.TestResults;
import fitlibraryGeneric.typed.GenericTyped;
public class MapParser2 extends MapParser {
public MapParser2(Evaluator evaluator, GenericTyped typed) {
super(evaluator,typed,typed.getComponentTyped(0),typed.getComponentTyped(1));
}
@Override
protected boolean tableMatches(Table table, Map
© 2015 - 2025 Weber Informatics LLC | Privacy Policy