assertNull(actionDependency.getRelation());
}
public void testVariableSetting() {
String actionName = "operation";
Relation relation = Relation.OPTIONAL;
ActionDependencyRule actionDependency = new ActionDependencyRule(
actionName, relation);
assertEquals(actionName, actionDependency.getActionName());
assertEquals(relation, actionDependency.getRelation());