return spec;
}
public void testSuccess()
{
InjectSpecification spec = newSpec("fred", "barney", null);
MockControl opc = newControl(EnhancementOperation.class);
EnhancementOperation op = (EnhancementOperation) opc.getMock();
ApplicationStateManager asm = newASM();