use of com.bumptech.glide.test.CanonicalBitmap in project glide by bumptech.
the class CircleCropRegressionTest method setUp.
@Before
public void setUp() {
context = InstrumentationRegistry.getTargetContext();
bitmapRegressionTester = new BitmapRegressionTester(getClass(), testName);
canonical = new CanonicalBitmap();
}
Aggregations