imports.add( "org.junit.Assert.assertThat" );
imports.add( "org.hamcrest.CoreMatchers.is" );
imports.add( "org.hamcrest.CoreMatchers.equalTo" );
ReflectiveMatcherFactory f = new ReflectiveMatcherFactory(imports);
ReflectiveMatcherAssert matchAssert = f.assertThat( "p.name", f.matcher( "equalTo", "'yoda'" ) );
Map vars = new HashMap();
vars.put("p", p);
//matchAssert.eval(vars);