}
@Test
public void testMate() {
// build a different configuration
WeightedLevenshtein lev = new WeightedLevenshtein();
List<Property> props = new ArrayList();
props.add(new PropertyImpl("ID"));
props.add(new PropertyImpl("NAME", lev, 0.2, 0.9));
props.add(new PropertyImpl("EMAIL", lev, 0.2, 0.9));