use of com.bumptech.glide.test.BitmapRegressionTester in project glide by bumptech.
the class FitCenterRegressionTest method setUp.
@Before
public void setUp() {
context = InstrumentationRegistry.getTargetContext();
bitmapRegressionTester = new BitmapRegressionTester(getClass(), testName);
canonical = new CanonicalBitmap();
}
use of com.bumptech.glide.test.BitmapRegressionTester in project glide by bumptech.
the class CenterInsideRegressionTest method setUp.
@Before
public void setUp() {
context = InstrumentationRegistry.getTargetContext();
bitmapRegressionTester = new BitmapRegressionTester(getClass(), testName);
canonical = new CanonicalBitmap();
}
use of com.bumptech.glide.test.BitmapRegressionTester in project glide by bumptech.
the class RoundedCornersRegressionTest method setUp.
@Before
public void setUp() throws Exception {
context = InstrumentationRegistry.getTargetContext();
bitmapRegressionTester = new BitmapRegressionTester(getClass(), testName);
canonicalBitmap = new CanonicalBitmap();
}
use of com.bumptech.glide.test.BitmapRegressionTester in project glide by bumptech.
the class CenterCropRegressionTest method setUp.
@Before
public void setUp() {
context = InstrumentationRegistry.getTargetContext();
bitmapRegressionTester = new BitmapRegressionTester(getClass(), testName);
canonical = new CanonicalBitmap();
}
use of com.bumptech.glide.test.BitmapRegressionTester 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