- CheckedThread - Class in org.apache.flink.core.testutils
-
A thread that additionally catches exceptions and offers a joining method that
re-throws the exceptions.
- CheckedThread() - Constructor for class org.apache.flink.core.testutils.CheckedThread
-
Unnamed checked thread.
- CheckedThread(String) - Constructor for class org.apache.flink.core.testutils.CheckedThread
-
Checked thread with a name.
- CommonTestUtils - Class in org.apache.flink.core.testutils
-
This class contains reusable utility methods for unit tests.
- CommonTestUtils() - Constructor for class org.apache.flink.core.testutils.CommonTestUtils
-
- containsCause(Throwable, Class<? extends Throwable>) - Static method in class org.apache.flink.core.testutils.CommonTestUtils
-
Checks whether the given throwable contains the given cause as a cause.
- createClassNotInClassPath(ClassLoader) - Static method in class org.apache.flink.core.testutils.CommonTestUtils
-
Creates a new class that is not part of the classpath that the current JVM uses.
- createCopySerializable(T) - Static method in class org.apache.flink.core.testutils.CommonTestUtils
-
Creates a copy of an object via Java Serialization.
- createObjectForClassNotInClassPath(ClassLoader) - Static method in class org.apache.flink.core.testutils.CommonTestUtils
-
Creates a new class that is not part of the classpath that the current JVM uses, and
instantiates it.
- createTempFile(String) - Static method in class org.apache.flink.core.testutils.CommonTestUtils
-
Creates a temporary file that contains the given string.
- credentialsAvailable() - Static method in class org.apache.flink.testutils.s3.S3TestCredentials
-
Checks whether S3 test credentials are available in the environment variables
of this JVM.