Class com.nextcloud.extensions.BitmapDecodeTests

8

tests

3

failures

0

skipped

1.873s

duration

62%

successful

Failed tests

testDecodeSampledBitmapFromFileWhenImageIsLargeShouldDownsampleBitmap

java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw an exception; no stack trace available

testDecodeSampledBitmapFromFileWhenImageIsSmallerThanRequestedShouldKeepOriginalSize

java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw an exception; no stack trace available

testDecodeSampledBitmapFromFileWhenValidPathShouldReturnBitmap

java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw an exception; no stack trace available

Tests

Test emulator-5554
testDecodeSampledBitmapFromFileWhenImageIsLargeShouldDownsampleBitmap failed (0.594s)
testDecodeSampledBitmapFromFileWhenImageIsSmallerThanRequestedShouldKeepOriginalSize failed (0.525s)
testDecodeSampledBitmapFromFileWhenInvalidPathShouldReturnNull passed (0.089s)
testDecodeSampledBitmapFromFileWhenValidPathShouldReturnBitmap failed (0.554s)
testToFileWhenFileDoesNotExistShouldReturnNull passed (0.036s)
testToFileWhenPathIsEmptyShouldReturnNull passed (0.002s)
testToFileWhenPathIsNullShouldReturnNull passed (0.016s)
testToFileWhenPathIsValidShouldReturnExistingFile passed (0.057s)