use of org.whole.lang.testentities.model.ListTestEntity in project whole by wholeplatform.
the class MatcherTest method testMatch.
@Test
public void testMatch() {
ListTestEntity testModel = new TestingModel().create();
IEntity tPattern1 = EntityUtils.clone(testModel);
assertTrue(Matcher.match(tPattern1, testModel));
}
Aggregations