return assertInstall(delegate, ControllerState.INSTALLED);
}
protected ControllerContext assertInstall(OtherDelegate delegate, ControllerState expected) throws Throwable
{
OtherControllerContext context = new OtherControllerContext(delegate);
assertInstall(context, expected);
return context;
}