254255256257258259260261262
} protected OtherDelegate getDelegate2() { OtherDelegate result = new OtherDelegate("Name2"); result.addDependency(new AbstractDependencyItem("Name2", "Name1", ControllerState.DESCRIBED, ControllerState.INSTALLED)); return result; } }
252253254255256257258259260
} protected OtherDelegate getDelegate2() { OtherDelegate result = new OtherDelegate("Name2"); result.addDependency(new AbstractDependencyItem("Name2", "test:b=2,a=1", ControllerState.DESCRIBED, ControllerState.INSTALLED)); return result; } }
} protected OtherDelegate getDelegate2() { OtherDelegate result = new OtherDelegate("Name2"); result.addDependency(new AbstractDependencyItem("Name2", "Alias1", ControllerState.DESCRIBED, ControllerState.INSTALLED)); return result; } }
} protected OtherDelegate getDelegate2() { OtherDelegate result = new OtherDelegate("Name2"); result.addDependency(new AbstractDependencyItem("Name2", "test:a=1,b=2", ControllerState.DESCRIBED, ControllerState.INSTALLED)); return result; } }