Skip navigation links
A B C D E F G H I L M N P R S T U V W Y 

A

and_I_expect_the_response_error_message_include(String) - Method in class com.amazonaws.smoketest.AWSCucumberStepdefs
 
apply(Statement, Description) - Method in class com.amazonaws.test.retry.RetryRule
 
AssertCallable - Class in com.amazonaws.test.retry
Base class for assertion logic, used by RetryableAssertion.
AssertCallable() - Constructor for class com.amazonaws.test.retry.AssertCallable
 
assertFileEqualsFile(File, File) - Method in class com.amazonaws.test.AWSTestBase
Deprecated.
Use static imports for custom asserts in SdkAsserts instead
assertFileEqualsFile(File, File) - Static method in class com.amazonaws.test.util.SdkAsserts
Asserts that the contents of the two files are same.
assertFileEqualsStream(File, InputStream) - Method in class com.amazonaws.test.AWSTestBase
Deprecated.
Use static imports for custom asserts in SdkAsserts instead
assertFileEqualsStream(String, File, InputStream) - Method in class com.amazonaws.test.AWSTestBase
Deprecated.
Use static imports for custom asserts in SdkAsserts instead
assertFileEqualsStream(File, InputStream) - Static method in class com.amazonaws.test.util.SdkAsserts
Asserts that the contents in the specified file are exactly equal to the contents read from the specified input stream.
assertFileEqualsStream(String, File, InputStream) - Static method in class com.amazonaws.test.util.SdkAsserts
Asserts that the contents in the specified file are exactly equal to the contents read from the specified input stream.
assertNotEmpty(String) - Method in class com.amazonaws.test.AWSTestBase
Deprecated.
Use static imports for custom asserts in SdkAsserts instead
assertNotEmpty(String) - Static method in class com.amazonaws.test.util.SdkAsserts
Deprecated.
Use Hamcrest Matchers instead
assertStreamEqualsStream(InputStream, InputStream) - Method in class com.amazonaws.test.AWSTestBase
Deprecated.
Use static imports for custom asserts in SdkAsserts instead
assertStreamEqualsStream(String, InputStream, InputStream) - Method in class com.amazonaws.test.AWSTestBase
Deprecated.
Use static imports for custom asserts in SdkAsserts instead
assertStreamEqualsStream(InputStream, InputStream) - Static method in class com.amazonaws.test.util.SdkAsserts
Asserts that the contents in the specified input streams are same.
assertStreamEqualsStream(String, InputStream, InputStream) - Static method in class com.amazonaws.test.util.SdkAsserts
Asserts that the contents in the specified input streams are same.
assertStringEqualsStream(String, InputStream) - Method in class com.amazonaws.test.AWSTestBase
Deprecated.
Use static imports for custom asserts in SdkAsserts instead
assertStringEqualsStream(String, InputStream) - Static method in class com.amazonaws.test.util.SdkAsserts
Asserts that the contents in the specified string are exactly equal to the contents read from the specified input stream.
assertValidException(AmazonServiceException) - Method in class com.amazonaws.test.AWSTestBase
Deprecated.
Use static imports for custom asserts in SdkAsserts instead
assertValidException(AmazonServiceException) - Static method in class com.amazonaws.test.util.SdkAsserts
Asserts that the specified AmazonServiceException is valid, meaning it has a non-empty, non-null value for its message, requestId, etc.
AWSCucumberStepdefs - Class in com.amazonaws.smoketest
Step definitions that perform actions for every matcher that is agreed.
AWSCucumberStepdefs(AmazonWebServiceClient) - Constructor for class com.amazonaws.smoketest.AWSCucumberStepdefs
 
AWSIntegrationTestBase - Class in com.amazonaws.test
 
AWSIntegrationTestBase() - Constructor for class com.amazonaws.test.AWSIntegrationTestBase
 
AWSTestBase - Class in com.amazonaws.test
 
AWSTestBase() - Constructor for class com.amazonaws.test.AWSTestBase
 

B

blocksOnFirstCallFromCallableOfType(ExecutorService, Class<? extends Callable>) - Static method in class com.amazonaws.test.util.TestExecutors
 

C

calculateMD5Digest(InputStream) - Static method in class com.amazonaws.test.util.InputStreamUtils
Calculates the MD5 digest for the given input stream and returns it.
call() - Method in class com.amazonaws.test.retry.AssertCallable
 
CollectionContainsOnly<T> - Class in com.amazonaws.test.util.hamcrest
 
CollectionContainsOnlyInOrder<T> - Class in com.amazonaws.test.util.hamcrest
 
com.amazonaws.smoketest - package com.amazonaws.smoketest
 
com.amazonaws.test - package com.amazonaws.test
 
com.amazonaws.test.retry - package com.amazonaws.test.retry
 
com.amazonaws.test.util - package com.amazonaws.test.util
 
com.amazonaws.test.util.hamcrest - package com.amazonaws.test.util.hamcrest
 
ConstantInputStream - Class in com.amazonaws.test.util
A test input stream that always return the same value.
ConstantInputStream(long, byte) - Constructor for class com.amazonaws.test.util.ConstantInputStream
 
ConstantInputStream(long, byte, boolean) - Constructor for class com.amazonaws.test.util.ConstantInputStream
 
containsOnly(Matcher<? super T>...) - Static method in class com.amazonaws.test.util.hamcrest.Matchers
Creates a matcher that matches if the examined collection matches the specified items in any order

For example:

containsOnly(T...) - Static method in class com.amazonaws.test.util.hamcrest.Matchers
Creates a matcher that matches if the examined collection matches the specified items in any order

For example:

containsOnlyInOrder(Matcher<? super T>...) - Static method in class com.amazonaws.test.util.hamcrest.Matchers
Creates a matcher that matches if the examined collection matches the specified matchers in order

For example:

containsOnlyInOrder(T...) - Static method in class com.amazonaws.test.util.hamcrest.Matchers
Creates a matcher that matches if the examined collection matches the specified items in order

For example:

createDefaultInstance(String) - Static method in class com.amazonaws.smoketest.ReflectionUtils
 
createFile(long) - Method in class com.amazonaws.test.util.RandomTempFile
 
credentials - Static variable in class com.amazonaws.test.AWSTestBase
Deprecated.
Extend from AWSIntegrationTestBase to access credentials

D

DateUtils - Class in com.amazonaws.test.util
 
DateUtils() - Constructor for class com.amazonaws.test.util.DateUtils
 
describeTo(Description) - Method in class com.amazonaws.test.util.hamcrest.CollectionContainsOnly
 
describeTo(Description) - Method in class com.amazonaws.test.util.hamcrest.CollectionContainsOnlyInOrder
 
doAssert() - Method in class com.amazonaws.test.retry.AssertCallable
 
doesFileEqualStream(File, InputStream) - Method in class com.amazonaws.test.AWSTestBase
Deprecated.
Use static imports for custom asserts in SdkAsserts instead
doesFileEqualStream(File, InputStream) - Static method in class com.amazonaws.test.util.SdkAsserts
Returns true if, and only if, the contents in the specified file are exactly equal to the contents read from the specified input stream.
doesStreamEqualStream(InputStream, InputStream) - Method in class com.amazonaws.test.AWSTestBase
Deprecated.
Use static imports for custom asserts in SdkAsserts instead
doesStreamEqualStream(InputStream, InputStream) - Static method in class com.amazonaws.test.util.SdkAsserts
Returns true if, and only if, the contents read from the specified input streams are exactly equal.
doRetryableAction(Callable<T>, RetryableParams) - Static method in class com.amazonaws.test.retry.RetryableAction
Static method to repeatedly call action until it succeeds or the max allowed attempts is reached.
doRetryableAssert(AssertCallable, RetryableParams) - Static method in class com.amazonaws.test.retry.RetryableAssertion
Static method to repeatedly call assertion logic until it succeeds or the max allowed attempts is reached.
drainInputStream(InputStream) - Method in class com.amazonaws.test.AWSTestBase
drainInputStream(InputStream) - Static method in class com.amazonaws.test.util.InputStreamUtils
Reads to the end of the inputStream returning a byte array of the contents

E

EnvironmentVariableHelper - Class in com.amazonaws.test.util
A utility that can temporarily forcibly set environment variables and then allows resetting them to the original values.
EnvironmentVariableHelper() - Constructor for class com.amazonaws.test.util.EnvironmentVariableHelper
 
equals(A, B) - Method in interface com.amazonaws.test.util.UnorderedCollectionComparator.CrossTypeComparator
 
equalUnorderedCollections(Collection<T>, Collection<T>) - Static method in class com.amazonaws.test.util.UnorderedCollectionComparator
Compares two unordered lists of the same type.
equalUnorderedCollections(Collection<A>, Collection<B>, UnorderedCollectionComparator.CrossTypeComparator<A, B>) - Static method in class com.amazonaws.test.util.UnorderedCollectionComparator
Compares two unordered lists of different types, using the specified cross-type comparator.

F

finalize() - Method in class com.amazonaws.test.util.EnvironmentVariableHelper
 
findAccessor(Object, String) - Static method in class com.amazonaws.smoketest.ReflectionUtils
Returns the accessor method for the specified member property.
findMethod(Object, String, Class<?>) - Static method in class com.amazonaws.smoketest.ReflectionUtils
Finds a method of the given name that will accept a parameter of the given type.

G

getAllByPath(Object, List<String>) - Static method in class com.amazonaws.smoketest.ReflectionUtils
Evaluates the given path expression and returns the list of all matching objects.
getByPath(Object, List<String>) - Static method in class com.amazonaws.smoketest.ReflectionUtils
Evaluates the given path expression on the given object and returns the object found.
getBytesRead() - Method in class com.amazonaws.test.util.RandomInputStream
 
getCause() - Method in exception com.amazonaws.test.retry.NonRetryableException
 
getCause() - Method in error com.amazonaws.test.retry.RetryableError
 
getCredentials() - Static method in class com.amazonaws.test.AWSIntegrationTestBase
 
getDelayInMs() - Method in class com.amazonaws.test.retry.RetryableParams
 
getField(T, Field) - Static method in class com.amazonaws.smoketest.ReflectionUtils
 
getMaxAttempts() - Method in class com.amazonaws.test.retry.RetryableParams
 
getNext() - Method in interface com.amazonaws.smoketest.ReflectionUtils.RandomSupplier
 
getParameterTypes(Object, List<String>) - Static method in class com.amazonaws.smoketest.ReflectionUtils
 
getRandomZerosCount() - Method in class com.amazonaws.test.util.ConstantInputStream
 
getResourceAsString(String) - Method in class com.amazonaws.test.AWSIntegrationTestBase
Reads a system resource fully into a String
getResourceAsString(String) - Method in class com.amazonaws.test.AWSTestBase
Reads a system resource fully into a String
getWrappedInputStream() - Method in class com.amazonaws.test.util.ConstantInputStream
 

H

heapSummary() - Static method in enum com.amazonaws.test.util.Memory
Returns a summary information about the heap memory.

I

IndexValues - Class in com.amazonaws.test.util
Used to iterate through all possible combination of array index values given the array lengths.
IndexValues(int...) - Constructor for class com.amazonaws.test.util.IndexValues
Constructs an Iterable for all possible combination of array index values given the array lengths.
InputStreamUtils - Class in com.amazonaws.test.util
 
InputStreamUtils() - Constructor for class com.amazonaws.test.util.InputStreamUtils
 
iterator() - Method in class com.amazonaws.test.util.IndexValues
 

L

lengthInBytes - Variable in class com.amazonaws.test.util.RandomInputStream
The requested amount of data contained in this random stream
loadClass(Class<?>, String) - Static method in class com.amazonaws.smoketest.ReflectionUtils
 
loadClass(ClassLoader, String) - Static method in class com.amazonaws.smoketest.ReflectionUtils
 

M

Matchers - Class in com.amazonaws.test.util.hamcrest
 
Matchers() - Constructor for class com.amazonaws.test.util.hamcrest.Matchers
 
matchesSafely(Collection<T>) - Method in class com.amazonaws.test.util.hamcrest.CollectionContainsOnly
 
matchesSafely(Collection<T>) - Method in class com.amazonaws.test.util.hamcrest.CollectionContainsOnlyInOrder
 
Memory - Enum in com.amazonaws.test.util
Used to retrieve information about the JVM memory.

N

newInstance(Class<T>, Object...) - Static method in class com.amazonaws.smoketest.ReflectionUtils
 
newInstanceWithAllFieldsSet(Class<T>) - Static method in class com.amazonaws.smoketest.ReflectionUtils
 
newInstanceWithAllFieldsSet(Class<T>, ReflectionUtils.RandomSupplier<?>...) - Static method in class com.amazonaws.smoketest.ReflectionUtils
 
newInstanceWithAllFieldsSet(Class<T>, List<ReflectionUtils.RandomSupplier<?>>) - Static method in class com.amazonaws.smoketest.ReflectionUtils
 
NonRetryableException - Exception in com.amazonaws.test.retry
Normally all exceptions are retried by RetryableAction.
NonRetryableException(Exception) - Constructor for exception com.amazonaws.test.retry.NonRetryableException
 

P

poolSummaries() - Static method in enum com.amazonaws.test.util.Memory
Returns a summary information about the memory pools.
progressChanged(ProgressEvent) - Method in class com.amazonaws.test.util.ProgressListenerWithEventCodeVerification
 
ProgressListenerWithEventCodeVerification - Class in com.amazonaws.test.util
Validates the events received by the progress listener.
ProgressListenerWithEventCodeVerification(ProgressEventType...) - Constructor for class com.amazonaws.test.util.ProgressListenerWithEventCodeVerification
 

R

RandomInputStream - Class in com.amazonaws.test.util
Test utility InputStream implementation that generates random ASCII data when read, up to the size specified when constructed.
RandomInputStream(long) - Constructor for class com.amazonaws.test.util.RandomInputStream
Constructs a new InputStream, which will return the specified amount of bytes of random ASCII characters.
RandomInputStream(long, boolean) - Constructor for class com.amazonaws.test.util.RandomInputStream
Creates a new random input stream of specified length, and specifies whether the stream should be full on binary or character data.
RandomTempFile - Class in com.amazonaws.test.util
Extension of File that creates a temporary file with a specified name in Java's temporary directory, as declared in the JRE's system properties.
RandomTempFile(String, long) - Constructor for class com.amazonaws.test.util.RandomTempFile
Creates, and fills, a temp file with the specified name and specified size of random ASCII data.
RandomTempFile(String, long, boolean) - Constructor for class com.amazonaws.test.util.RandomTempFile
Creates, and fills, a temp file with the specified name and specified size of random binary or character data.
RandomTempFile(File, String, long) - Constructor for class com.amazonaws.test.util.RandomTempFile
 
read(byte[], int, int) - Method in class com.amazonaws.test.util.ConstantInputStream
 
read() - Method in class com.amazonaws.test.util.ConstantInputStream
 
read(byte[], int, int) - Method in class com.amazonaws.test.util.RandomInputStream
 
read() - Method in class com.amazonaws.test.util.RandomInputStream
 
read() - Method in class com.amazonaws.test.util.UnreliableRandomInputStream
 
read(byte[], int, int) - Method in class com.amazonaws.test.util.UnreliableRandomInputStream
 
ReflectionUtils - Class in com.amazonaws.smoketest
Utility methods for doing reflection.
ReflectionUtils.RandomSupplier<T> - Interface in com.amazonaws.smoketest
 
remainingBytes - Variable in class com.amazonaws.test.util.RandomInputStream
The number of bytes of data remaining in this random stream
reset() - Method in class com.amazonaws.test.util.EnvironmentVariableHelper
 
reset() - Method in class com.amazonaws.test.util.ProgressListenerWithEventCodeVerification
 
RetryableAction<T> - Class in com.amazonaws.test.retry
Utility to repeatedly invoke an action that returns a result until it succeeds or the max allowed attempts is reached.
RetryableAssertion - Class in com.amazonaws.test.retry
Utility to repeatedly invoke assertion logic until it succeeds or the max allowed attempts is reached.
RetryableAssertion() - Constructor for class com.amazonaws.test.retry.RetryableAssertion
 
RetryableError - Error in com.amazonaws.test.retry
Normally Error's are not retried by RetryableAction.
RetryableError(Error) - Constructor for error com.amazonaws.test.retry.RetryableError
 
RetryableParams - Class in com.amazonaws.test.retry
Parameters for RetryableAssertion.
RetryableParams() - Constructor for class com.amazonaws.test.retry.RetryableParams
 
RetryRule - Class in com.amazonaws.test.retry
 
RetryRule(int) - Constructor for class com.amazonaws.test.retry.RetryRule
 
RetryRule(int, long, TimeUnit) - Constructor for class com.amazonaws.test.retry.RetryRule
 

S

SdkAsserts - Class in com.amazonaws.test.util
 
SdkAsserts() - Constructor for class com.amazonaws.test.util.SdkAsserts
 
set(String, String) - Method in class com.amazonaws.test.util.EnvironmentVariableHelper
 
setByPath(Object, Object, List<String>) - Static method in class com.amazonaws.smoketest.ReflectionUtils
Sets the value of the attribute at the given path in the target object, creating any intermediate values (using the default constructor for the type) if need be.
setField(Object, Field, Object) - Static method in class com.amazonaws.smoketest.ReflectionUtils
 
setUpCredentials() - Static method in class com.amazonaws.test.AWSIntegrationTestBase
Before of super class is guaranteed to be called before that of a subclass so the following is safe.
setUpCredentials() - Static method in class com.amazonaws.test.AWSTestBase
Deprecated.
Extend from AWSIntegrationTestBase to access credentials

T

targetClass() - Method in interface com.amazonaws.smoketest.ReflectionUtils.RandomSupplier
 
TestExecutors - Class in com.amazonaws.test.util
Test executor services
the_response_should_contain_a(String) - Method in class com.amazonaws.smoketest.AWSCucumberStepdefs
 
then_I_expect_response_error_code(String) - Method in class com.amazonaws.smoketest.AWSCucumberStepdefs
 
then_the_value_at_should_be_a_list(String) - Method in class com.amazonaws.smoketest.AWSCucumberStepdefs
 
then_the_value_at_should_be_a_map(String) - Method in class com.amazonaws.smoketest.AWSCucumberStepdefs
 

U

UnorderedCollectionComparator - Class in com.amazonaws.test.util
This class includes some utility methods for comparing two unordered collections.
UnorderedCollectionComparator() - Constructor for class com.amazonaws.test.util.UnorderedCollectionComparator
 
UnorderedCollectionComparator.CrossTypeComparator<A,B> - Interface in com.amazonaws.test.util
A simple interface that attempts to compare objects of two different types
UnreliableRandomInputStream - Class in com.amazonaws.test.util
Subclass of RandomInputStream that, in addition to spitting out a set length of random characters, throws an IOException.
UnreliableRandomInputStream(long) - Constructor for class com.amazonaws.test.util.UnreliableRandomInputStream
Constructs a new unreliable random data input stream of the specified number of bytes.

V

valueOf(String) - Static method in enum com.amazonaws.test.util.Memory
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.test.util.Memory
Returns an array containing the constants of this enum type, in the order they are declared.

W

when_I_attempt_to_call_API(String, Map<String, String>) - Method in class com.amazonaws.smoketest.AWSCucumberStepdefs
 
when_I_call_the_API(String) - Method in class com.amazonaws.smoketest.AWSCucumberStepdefs
 
when_I_call_the_API(String, Map<String, String>) - Method in class com.amazonaws.smoketest.AWSCucumberStepdefs
 
withDelayInMs(int) - Method in class com.amazonaws.test.retry.RetryableParams
 
withMaxAttempts(int) - Method in class com.amazonaws.test.retry.RetryableParams
 

Y

yyMMdd_hhmmss() - Static method in class com.amazonaws.test.util.DateUtils
Returns the current time in yyMMdd-hhmmss format.
A B C D E F G H I L M N P R S T U V W Y 
Skip navigation links

Copyright © 2019. All rights reserved.