Index

A C D E G H I L M N O P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

R

reflectionEquals(Object, Object) - Static method in class org.tquadrat.foundation.testutil.TestUtils
This method uses reflection to determine if the two objects are equal.

It uses AccessibleObject.setAccessible(boolean) to gain access to private fields.
reflectionEquals(Object, Object, boolean) - Static method in class org.tquadrat.foundation.testutil.TestUtils
This method uses reflection to determine if the two objects are equal.

It uses AccessibleObject.setAccessible(boolean) to gain access to private fields.
reflectionEquals(Object, Object, boolean, Class<?>) - Static method in class org.tquadrat.foundation.testutil.TestUtils
This method uses reflection to determine if the two objects are equal.

It uses AccessibleObject.setAccessible(boolean) to gain access to private fields.
reflectionEquals(Object, Object, boolean, Class<?>, String[]) - Static method in class org.tquadrat.foundation.testutil.TestUtils
This method uses reflection to determine if the two objects are equal.

It uses AccessibleObject.setAccessible(boolean) to gain access to private fields.
reflectionEquals(Object, Object, String[]) - Static method in class org.tquadrat.foundation.testutil.TestUtils
This method uses reflection to determine if the two objects are equal.

It uses AccessibleObject.setAccessible(boolean) to gain access to private fields.
reflectionEquals(Object, Object, Collection<String>) - Static method in class org.tquadrat.foundation.testutil.TestUtils
This method uses reflection to determine if the two objects are equal.

It uses AccessibleObject.setAccessible(boolean) to gain access to private fields.
requireNonNull(T) - Static method in class org.tquadrat.foundation.testutil.TestUtils
Checks if the given value a is null and throws a NullPointerException if it is null; calls Objects.requireNonNull(Object) internally.
requireNonNull(T, String) - Static method in class org.tquadrat.foundation.testutil.TestUtils
Checks if the given value a is null and throws a NullPointerException with the specified message if it is null.
requireNonNullArgument(T, String) - Static method in class org.tquadrat.foundation.testutil.TestUtils
Checks if the given argument a is null and throws a NullPointerException if it is null.
requireNotEmptyArgument(T, String) - Static method in class org.tquadrat.foundation.testutil.TestUtils
Checks if the given argument a is null or empty and throws a NullPointerException if it is null, or a IllegalArgumentException if it is empty.

Only Strings, arrays, Collections, and Maps will be checked on being empty.

Because the interface Enumeration does not provide an API for the check on emptiness (hasMoreElements() will return false after all elements have been taken from the Enumeration instance), the result for arguments of this type has to be taken with caution.

For instances of Stream, the method Stream.findAny() is used to determine if the stream has elements.
resetDefaultSettings() - Method in class org.tquadrat.foundation.testutil.TestBaseClass
Resets the default settings for Locale, TimeZone, and ZoneId.
resetDefaultStreams() - Method in class org.tquadrat.foundation.testutil.TestBaseClass
Resets the default streams.
resetSkipThreadTest() - Method in class org.tquadrat.foundation.testutil.TestBaseClass
Resets the thread test flag.
ResourceBundleImpl - Class in org.tquadrat.foundation.testutil.impl
A simple implementation of ResourceBundle for testing purposes.
ResourceBundleImpl(Map<String, Object>) - Constructor for class org.tquadrat.foundation.testutil.impl.ResourceBundleImpl
Creates a new ResourceBundleImpl instance.
A C D E G H I L M N O P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form