
Java test helper
"The worst bugs are those that compile without warning."
"The system does not punish. It only compiles the truth."
"The purest release is the one that needs no comment."
Latast versions in maven central:
"When you clean the code, don't forget: it cleans you.”

Module for interaction with Minio
Buckets/Objects:
cleanBucket(String)
createBucket(String)
deleteEmptyBucket(String)
deleteFilledBucket(String)
deleteObjectFromBucket(String, String)
shareObjectInBucket(String, String)
 
Asserts:
seeBucketExists(String)
seeBucketIsEmpty(String)
seeBucketIsNotEmpty(String)
seeBucketNotExists(String)
seeObjectExists(String, String)
seeObjectNotExists(String, String)
seeObjectSizeExactly(String, String, long)
seeObjectSizeGreater(String, String, long)
seeObjectSizeLess(String, String, long)
seeCountObjectsInBucketExactly(String, int)
seeCountObjectsInBucketGreater(String, int)
seeCountObjectsInBucketLess(String, int)
Upload data:
uploadFileToBucket(String, String)
uploadFileToBucket(String, String, String)
uploadFileToBucket(String, String, String, String)
 
Download data:
downloadObjectFromBucket(String, String, String)
 
Get data:
getBucketsList()
getObjectsCountInBucket(String)
getObjectSize(String, String)
getObjectsList(String)
objectExistsStatus(String, String)
readObjectFromBucket(String, String)
Configs:
.withDownloadBufferSize(int)
.withAwaitMs(int)
.withMaxUploadSize(int)
.withMaxDownloadObjectSize(int)
INFO
IN progress
Info
in progress
INFO
In progress