Index

B C F G M N O P R S 
All Classes and Interfaces|All Packages

B

beforeAll(ExtensionContext) - Method in class org.sdase.commons.server.s3.testing.S3ClassExtension
 
beforeEach(ExtensionContext) - Method in class org.sdase.commons.server.s3.testing.S3ClassExtension
 
build() - Method in class org.sdase.commons.server.s3.testing.S3ClassExtension.Builder
 
builder() - Static method in class org.sdase.commons.server.s3.testing.S3ClassExtension
 

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.S3ClassExtension.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.S3ClassExtension
Deprecated, for removal: This API element is subject to removal in a future version.
getEndpoint() - Method in class org.sdase.commons.server.s3.testing.S3ClassExtension
 
getKey() - Method in class org.sdase.commons.server.s3.testing.builder.ContentObject
 
getKey() - Method in class org.sdase.commons.server.s3.testing.builder.FileObject
 
getKey() - Method in interface org.sdase.commons.server.s3.testing.builder.MockObject
 
getKey() - Method in class org.sdase.commons.server.s3.testing.builder.StreamObject
 

M

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

N

newClient() - Method in class org.sdase.commons.server.s3.testing.S3ClassExtension
 

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(String, String, File) - Method in class org.sdase.commons.server.s3.testing.S3ClassExtension.Builder
Put a file as an object in the S3 service for use during testing.
putObject(String, String, String) - Method in class org.sdase.commons.server.s3.testing.S3ClassExtension.Builder
Put a string as an object in the S3 service for use during testing.
putObject(String, String, Supplier<InputStream>) - Method in class org.sdase.commons.server.s3.testing.S3ClassExtension.Builder
Put an input stream as an object in the S3 service for use during testing.
putObject(S3Client) - Method in class org.sdase.commons.server.s3.testing.builder.ContentObject
 
putObject(S3Client) - Method in class org.sdase.commons.server.s3.testing.builder.FileObject
 
putObject(S3Client) - Method in interface org.sdase.commons.server.s3.testing.builder.MockObject
 
putObject(S3Client) - Method in class org.sdase.commons.server.s3.testing.builder.StreamObject
 

R

resetAll() - Method in class org.sdase.commons.server.s3.testing.S3ClassExtension
 

S

S3ClassExtension - Class in org.sdase.commons.server.s3.testing
JUnit 5 extension for running an AWS S3-compatible object storage alongside the (integration) tests.
S3ClassExtension.Builder - Class in org.sdase.commons.server.s3.testing
 
S3Manager - Class in org.sdase.commons.server.s3.testing
 
S3Manager() - Constructor for class org.sdase.commons.server.s3.testing.S3Manager
 
StreamObject - Class in org.sdase.commons.server.s3.testing.builder
MockObject that deals with an InputStream.
StreamObject(String, String, Supplier<InputStream>) - Constructor for class org.sdase.commons.server.s3.testing.builder.StreamObject
 
B C F G M N O P R S 
All Classes and Interfaces|All Packages