53545556575859606162
Map<String, Object> map = null; @Before public void setUp() throws Exception { map = new HashMap<String, Object>(); transformer = new CropImageTransformerImpl(); when(layer.getWidth()).thenReturn(1600); when(layer.getHeight()).thenReturn(900); }