Arrays.asList((BELObject) CommonModelFactory.getInstance()
.createParameter(null, "B")));
Statement simpleStmt = new Statement(a, null, null,
new Statement.Object(b), INCREASES);
assertFalse(new DistributeStatementExpansionRule().match(simpleStmt));
}