114115116117118119120121122123124
*/ @Test public void performActionWithOutNullBannerId() throws Exception { bannerDTO = new BannerableDTO("notnull", 5L); context.checking(new Expectations() { { allowing(actionContext).getParams();
153154155156157158159160161162163
*/ @Test public void performActionWithNullBannerId() throws Exception { bannerDTO = new BannerableDTO(null, 5L); context.checking(new Expectations() { { allowing(actionContext).getParams();