Search in sources :

Example 1 with DefaultCropper

use of ru.yandex.qatools.ashot.cropper.DefaultCropper in project ashot by yandex-qatools.

the class CroppersTest method testElementOutsideImageDefCropper.

@Test
public void testElementOutsideImageDefCropper() throws Exception {
    Screenshot screenshot = new DefaultCropper().cropScreenshot(IMAGE_A_SMALL, OUTSIDE_IMAGE);
    assertThat(screenshot.getImage(), ImageTool.equalImage(loadImage("img/expected/outside_dc.png")));
}
Also used : DefaultCropper(ru.yandex.qatools.ashot.cropper.DefaultCropper) Screenshot(ru.yandex.qatools.ashot.Screenshot) Test(org.junit.Test)

Aggregations

Test (org.junit.Test)1 Screenshot (ru.yandex.qatools.ashot.Screenshot)1 DefaultCropper (ru.yandex.qatools.ashot.cropper.DefaultCropper)1