A B C F G M O P R S 
All Classes All Packages

A

after() - Method in class org.sdase.commons.server.s3.testing.S3MockRule
 

B

before() - Method in class org.sdase.commons.server.s3.testing.S3MockRule
 
build() - Method in class org.sdase.commons.server.s3.testing.S3MockRule.Builder
 
builder() - Static method in class org.sdase.commons.server.s3.testing.S3MockRule
 

C

ContentObject - Class in org.sdase.commons.server.s3.testing.builder
 
ContentObject(String, String, String) - Constructor for class org.sdase.commons.server.s3.testing.builder.ContentObject
 
createBucket(String) - Method in class org.sdase.commons.server.s3.testing.S3MockRule.Builder
Create a bucket on the S3 service for use during testing.

F

FileObject - Class in org.sdase.commons.server.s3.testing.builder
 
FileObject(String, String, File) - Constructor for class org.sdase.commons.server.s3.testing.builder.FileObject
 

G

getClient() - Method in class org.sdase.commons.server.s3.testing.S3MockRule
Creates a client to manipulate the object storage during tests.
getEndpoint() - Method in class org.sdase.commons.server.s3.testing.S3MockRule
Returns the URL to the S3 Mock endpoint.
getPort() - Method in class org.sdase.commons.server.s3.testing.S3MockRule
Returns the port where to S3 Mock is listening on.

M

MockObject - Interface in org.sdase.commons.server.s3.testing.builder
 

O

org.sdase.commons.server.s3.testing - package org.sdase.commons.server.s3.testing
 
org.sdase.commons.server.s3.testing.builder - package org.sdase.commons.server.s3.testing.builder
 

P

putObject(AmazonS3) - Method in class org.sdase.commons.server.s3.testing.builder.ContentObject
 
putObject(AmazonS3) - Method in class org.sdase.commons.server.s3.testing.builder.FileObject
 
putObject(AmazonS3) - Method in interface org.sdase.commons.server.s3.testing.builder.MockObject
 
putObject(AmazonS3) - Method in class org.sdase.commons.server.s3.testing.builder.StreamObject
 
putObject(String, String, File) - Method in class org.sdase.commons.server.s3.testing.S3MockRule.Builder
Put a file as an object in the S3 service for use during testing.
putObject(String, String, InputStream) - Method in class org.sdase.commons.server.s3.testing.S3MockRule.Builder
Put an input stream as an object in the S3 service for use during testing.
putObject(String, String, String) - Method in class org.sdase.commons.server.s3.testing.S3MockRule.Builder
Put a string as an object in the S3 service for use during testing.

R

resetAll() - Method in class org.sdase.commons.server.s3.testing.S3MockRule
Clears all buckets and objects from the store.

S

S3MockRule - Class in org.sdase.commons.server.s3.testing
JUnit Test rule for running a AWS S3-compatible object storage alongside the (integration) tests.
S3MockRule(List<String>, List<MockObject>) - Constructor for class org.sdase.commons.server.s3.testing.S3MockRule
 
S3MockRule.Builder - Class in org.sdase.commons.server.s3.testing
 
StreamObject - Class in org.sdase.commons.server.s3.testing.builder
 
StreamObject(String, String, InputStream) - Constructor for class org.sdase.commons.server.s3.testing.builder.StreamObject
 
A B C F G M O P R S 
All Classes All Packages