A B C D E F G H I J K L M N O P Q R S T U V W Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abbreviate(String, int) - Static method in class dev.aherscu.qa.testing.utils.StringUtilsExtensions
- abbreviateMiddle(String, String, int) - Static method in class dev.aherscu.qa.testing.utils.StringUtilsExtensions
- AbstractConfiguration<T extends org.apache.commons.configuration.Configuration> - Class in dev.aherscu.qa.testing.utils.config
-
Makes a
Configuration
look like aMap
. - AbstractConfiguration(T) - Constructor for class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
-
Builds a configuration.
- AbstractJaxbReadableProvider<T> - Class in dev.aherscu.qa.testing.utils.rest
-
Provides common XML unmarshalling over REST.
- AbstractJaxbReadableProvider() - Constructor for class dev.aherscu.qa.testing.utils.rest.AbstractJaxbReadableProvider
- AbstractJaxbWriteableProvider<T> - Class in dev.aherscu.qa.testing.utils.rest
-
Provides common XML marshalling over REST.
- AbstractJaxbWriteableProvider(String) - Constructor for class dev.aherscu.qa.testing.utils.rest.AbstractJaxbWriteableProvider
-
Initializes this provider to use a specified root XML element name.
- AbstractReadableProvider<T> - Class in dev.aherscu.qa.testing.utils.rest
-
Provides common implementation.
- AbstractReadableProvider() - Constructor for class dev.aherscu.qa.testing.utils.rest.AbstractReadableProvider
- AbstractRestApplication - Class in dev.aherscu.qa.testing.utils.rest
-
Holds the classes comprising a REST application.
- AbstractRestApplication(String) - Constructor for class dev.aherscu.qa.testing.utils.rest.AbstractRestApplication
-
Sets up an REST application by scanning a given package for
Path
annotated classes. - AbstractWriteableProvider<T> - Class in dev.aherscu.qa.testing.utils.rest
-
Provides common implementation.
- AbstractWriteableProvider() - Constructor for class dev.aherscu.qa.testing.utils.rest.AbstractWriteableProvider
- accessToken - Variable in class dev.aherscu.qa.testing.utils.rest.OAuthRequestFilter.TokenBlock
- accessToken(String) - Method in class dev.aherscu.qa.testing.utils.rest.OAuthRequestFilter.TokenBlock.TokenBlockBuilder
- adapt(Supplier<Collection<T>>, Matcher<Iterable<T>>) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchersExtensions
-
Adapts a Stream to be matched with an Iterable matcher.
- adapt(Pair<BufferedImage, BufferedImage>) - Static method in class dev.aherscu.qa.testing.utils.ImageUtils
-
Makes two images same size by scaling down the image with bigger area.
- adapted(Function<T, R>, Matcher<Iterable<R>>) - Static method in class dev.aherscu.qa.testing.utils.MatchersExtensions
-
Adapts a matcher of collection of objects by specified converter function.
- adaptedByJXPath(String, Matcher<Iterable<R>>) - Static method in class dev.aherscu.qa.testing.utils.MatchersExtensions
-
Adapts a matcher of collection of objects by specified JXPath expression; see Commons Apache JXPath User Manual
- adaptedByRegex(String, Matcher<Stream<String>>) - Static method in class dev.aherscu.qa.testing.utils.MatchersExtensions
-
Adapts a matcher of collection of strings by specified regular expression.
- adaptedCollectionToIterableMatcher(Matcher<Iterable<T>>) - Static method in class dev.aherscu.qa.testing.utils.MatchersExtensions
-
Adapts a
Collection
matcher to anIterable
matcher. - adaptedIterableToCollectionMatcher(Matcher<Collection<T>>) - Static method in class dev.aherscu.qa.testing.utils.MatchersExtensions
-
Adapts a
Collection
matcher to anIterable
matcher. - adaptedObject(Function<T, R>, Matcher<R>) - Static method in class dev.aherscu.qa.testing.utils.MatchersExtensions
-
Adapts a matcher of object by specified converter function.
- adaptedStream(Function<T, R>, Matcher<Stream<R>>) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchersExtensions
-
Adapts a matcher of stream of objects by specified converter function.
- adaptedStringToBooleanMatcher(Matcher<Boolean>) - Static method in class dev.aherscu.qa.testing.utils.MatchersExtensions
-
Adapts an expected string to a boolean matcher.
- adaptedStringToNumericMatcher(Matcher<? extends Number>, Class<? extends Number>...) - Static method in class dev.aherscu.qa.testing.utils.MatchersExtensions
-
Adapts an expected string to a numeric matcher.
- adaptedTypeOfNumericMatcher(Matcher<? extends Number>, Class<? extends Number>) - Static method in class dev.aherscu.qa.testing.utils.MatchersExtensions
-
Adapts an expected number to a numeric matcher.
- addProperty(String, Object) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- after(T) - Static method in class dev.aherscu.qa.testing.utils.TimeMatchers
-
Matches a time strictly after that given
- allMatch(Matcher<T>) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
A matcher for a finite Stream of objects, all of which must match the given Matcher.
- allMatchDouble(Matcher<Double>) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
A matcher for a finite Stream of primitive doubles, all of which must match the given Matcher.
- allMatchInt(Matcher<Integer>) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
A matcher for a finite Stream of primitive ints, all of which must match the given Matcher.
- allMatchLong(Matcher<Long>) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
A matcher for a finite Stream of primitive longs, all of which must match the given Matcher.
- and() - Method in class dev.aherscu.qa.testing.utils.assertions.impl.JsonAsserterImpl
-
Syntactic sugar to allow chaining assertions with a separating and() statement
- and() - Method in interface dev.aherscu.qa.testing.utils.assertions.JsonAsserter
-
Syntactic sugar to allow chaining assertions with a separating and() statement
- anyMatch(Matcher<T>) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
A matcher for a finite Stream of objects, at least one of which must match the given Matcher.
- anyMatchDouble(Matcher<Double>) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
A matcher for a finite Stream of primitive doubles, at least one of which must match the given Matcher.
- anyMatchInt(Matcher<Integer>) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
A matcher for a finite Stream of primitive ints, at least one of which must match the given Matcher.
- anyMatchLong(Matcher<Long>) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
A matcher for a finite Stream of primitive longs, at least one of which must match the given Matcher.
- anyStream(String...) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchersExtensions
- append(File, File) - Static method in class dev.aherscu.qa.testing.utils.FileUtilsExtensions
-
Reads lines from source file and appends them into target file, checking whether the parent directory exists, and creating it if it does not exist.
- areaOf(BufferedImage) - Static method in class dev.aherscu.qa.testing.utils.ImageUtils
- aroundReadFrom(ReaderInterceptorContext) - Method in class dev.aherscu.qa.testing.utils.rest.LoggingReaderInterceptor
- aroundWriteTo(WriterInterceptorContext) - Method in class dev.aherscu.qa.testing.utils.rest.LoggingWriterInterceptor
- ArrayUtilsExtensions - Class in dev.aherscu.qa.testing.utils
-
Array utilities.
- assertEquals(String, T) - Method in class dev.aherscu.qa.testing.utils.assertions.impl.JsonAsserterImpl
-
Asserts that object specified by path is equal to the expected value.
- assertEquals(String, T) - Method in interface dev.aherscu.qa.testing.utils.assertions.JsonAsserter
-
Asserts that object specified by path is equal to the expected value.
- assertEquals(String, T, String) - Method in class dev.aherscu.qa.testing.utils.assertions.impl.JsonAsserterImpl
- assertEquals(String, T, String) - Method in interface dev.aherscu.qa.testing.utils.assertions.JsonAsserter
- assertHas(JsonAssertion<?>...) - Method in interface dev.aherscu.qa.testing.utils.assertions.JsonAsserterEx
-
Asserts that expected contents match.
- assertHas(JXPathAssertion<?>...) - Method in interface dev.aherscu.qa.testing.utils.assertions.JXPathAsserter
-
Asserts that expected contents match.
- assertHas(JXPathAssertion<?>...) - Method in class dev.aherscu.qa.testing.utils.assertions.JXPathAsserterImpl
- assertHas(Iterable<? extends JsonAssertion<?>>) - Method in interface dev.aherscu.qa.testing.utils.assertions.JsonAsserterEx
-
Asserts that expected contents match.
- assertHas(Iterable<? extends JXPathAssertion<?>>) - Method in interface dev.aherscu.qa.testing.utils.assertions.JXPathAsserter
-
Asserts that expected contents match.
- assertHas(Iterable<? extends JXPathAssertion<?>>) - Method in class dev.aherscu.qa.testing.utils.assertions.JXPathAsserterImpl
- Assertion<E,M> - Class in dev.aherscu.qa.testing.utils.assertions
- Assertion(E, Matcher<M>) - Constructor for class dev.aherscu.qa.testing.utils.assertions.Assertion
-
Constructs an assertion.
- assertNotDefined(String) - Method in class dev.aherscu.qa.testing.utils.assertions.impl.JsonAsserterImpl
-
Checks that a path is not defined within a document.
- assertNotDefined(String) - Method in interface dev.aherscu.qa.testing.utils.assertions.JsonAsserter
-
Checks that a path is not defined within a document.
- assertNotDefined(String, String) - Method in class dev.aherscu.qa.testing.utils.assertions.impl.JsonAsserterImpl
- assertNotDefined(String, String) - Method in interface dev.aherscu.qa.testing.utils.assertions.JsonAsserter
- assertNotNull(String) - Method in class dev.aherscu.qa.testing.utils.assertions.impl.JsonAsserterImpl
-
Asserts that object specified by path is NOT null.
- assertNotNull(String) - Method in interface dev.aherscu.qa.testing.utils.assertions.JsonAsserter
-
Asserts that object specified by path is NOT null.
- assertNotNull(String, String) - Method in class dev.aherscu.qa.testing.utils.assertions.impl.JsonAsserterImpl
- assertNotNull(String, String) - Method in interface dev.aherscu.qa.testing.utils.assertions.JsonAsserter
- assertNull(String) - Method in class dev.aherscu.qa.testing.utils.assertions.impl.JsonAsserterImpl
-
Asserts that object specified by path is null.
- assertNull(String) - Method in interface dev.aherscu.qa.testing.utils.assertions.JsonAsserter
-
Asserts that object specified by path is null.
- assertNull(String, String) - Method in class dev.aherscu.qa.testing.utils.assertions.impl.JsonAsserterImpl
- assertNull(String, String) - Method in interface dev.aherscu.qa.testing.utils.assertions.JsonAsserter
- assertThat(String, Matcher<T>) - Method in class dev.aherscu.qa.testing.utils.assertions.impl.JsonAsserterImpl
-
Asserts that object specified by path satisfies the condition specified by matcher.
- assertThat(String, Matcher<T>) - Method in interface dev.aherscu.qa.testing.utils.assertions.JsonAsserter
-
Asserts that object specified by path satisfies the condition specified by matcher.
- assertThat(String, Matcher<T>, String) - Method in class dev.aherscu.qa.testing.utils.assertions.impl.JsonAsserterImpl
- assertThat(String, Matcher<T>, String) - Method in interface dev.aherscu.qa.testing.utils.assertions.JsonAsserter
- AuthenticationRequestFilter - Class in dev.aherscu.qa.testing.utils.rest
-
Handles basic authentication.
- AuthenticationRequestFilter(String, String) - Constructor for class dev.aherscu.qa.testing.utils.rest.AuthenticationRequestFilter
- AutoCloseableClient - Class in dev.aherscu.qa.testing.utils.rest
-
Wraps a given
Client
providing anAutoCloseable
interface atop. - AutoCloseableClient(Client) - Constructor for class dev.aherscu.qa.testing.utils.rest.AutoCloseableClient
- AutoCloseableResponse - Class in dev.aherscu.qa.testing.utils.rest
-
Wraps a given
Response
providing anAutoCloseable
interface atop. - AutoCloseableResponse(Response) - Constructor for class dev.aherscu.qa.testing.utils.rest.AutoCloseableResponse
B
- Base64Utils - Class in dev.aherscu.qa.testing.utils
-
Base64 utilities.
- BaseConfiguration - Class in dev.aherscu.qa.testing.utils.config
-
Represents a configuration.
- BaseConfiguration(Configuration...) - Constructor for class dev.aherscu.qa.testing.utils.config.BaseConfiguration
-
Loads the specified configurations.
- basicAuthentication() - Method in class dev.aherscu.qa.testing.utils.rest.AuthenticationRequestFilter
- before(T) - Static method in class dev.aherscu.qa.testing.utils.TimeMatchers
-
Matches a time strictly before that given
- between(T, T) - Static method in class dev.aherscu.qa.testing.utils.TimeMatchers
-
Matches a Comparable value greater than or equal to the first given value and less than or equal to the second given value
- bufferEntity() - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableResponse
- build() - Method in class dev.aherscu.qa.testing.utils.rest.OAuthRequestFilter.OAuthRequestFilterBuilder
- build() - Method in class dev.aherscu.qa.testing.utils.rest.OAuthRequestFilter.TokenBlock.TokenBlockBuilder
- builder() - Static method in class dev.aherscu.qa.testing.utils.rest.OAuthRequestFilter.TokenBlock
C
- checkClientTrusted(X509Certificate[], String) - Method in class dev.aherscu.qa.testing.utils.TrustAllX509TrustManager
- checkServerTrusted(X509Certificate[], String) - Method in class dev.aherscu.qa.testing.utils.TrustAllX509TrustManager
- ClassUtilsExtensions - Class in dev.aherscu.qa.testing.utils
- clear() - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- clearProperty(String) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- close() - Method in class dev.aherscu.qa.testing.utils.logging.LoggingInputStream
-
Logs the input stream.
- close() - Method in class dev.aherscu.qa.testing.utils.logging.LoggingOutputStream
-
Logs the output stream.
- close() - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableClient
- close() - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableResponse
- closeThis(Response) - Static method in class dev.aherscu.qa.testing.utils.rest.ResponseExtensions
-
Closes this response and returns it; enables fluent coding style.
- collection(Matcher<Collection<? extends T>>) - Static method in class dev.aherscu.qa.testing.utils.MatchersExtensions
-
Workaround for https://github.com/hamcrest/JavaHamcrest/issues/289
- CollectionMatcher<C extends Collection<?>> - Class in dev.aherscu.qa.testing.utils.assertions.impl.matcher
- CollectionMatcher() - Constructor for class dev.aherscu.qa.testing.utils.assertions.impl.matcher.CollectionMatcher
- collectionWithSize(Matcher<? super Integer>) - Static method in class dev.aherscu.qa.testing.utils.assertions.JsonAssert
- COLON - Static variable in class dev.aherscu.qa.testing.utils.StringUtilsExtensions
-
A colon.
- COMMA - Static variable in class dev.aherscu.qa.testing.utils.StringUtilsExtensions
-
A comma.
- compute(Object, BiFunction<? super Object, ? super Object, ?>) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- computeIfAbsent(Object, Function<? super Object, ?>) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- computeIfPresent(Object, BiFunction<? super Object, ? super Object, ?>) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- Configurable<T extends AbstractConfiguration<?>> - Class in dev.aherscu.qa.testing.utils.config
-
Base class for all things that use
AbstractConfiguration
. - Configurable(T) - Constructor for class dev.aherscu.qa.testing.utils.config.Configurable
-
Sets up configuration.
- configuration - Variable in class dev.aherscu.qa.testing.utils.config.Configurable
-
The configuration to use.
- CONFIGURATION_SOURCES - Static variable in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
-
The configuration sources.
- contains(Matcher<T>) - Static method in class dev.aherscu.qa.testing.utils.OptionalMatchers
-
Deprecated.name clashes with
Matchers.contains(Matcher)
, useOptionalMatchers.present(Matcher)
instead - contains(Matcher<T>...) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
Deprecated.name clashes with
Matchers.contains(Matcher...)
, useStreamMatchers.yieldsExactly(Matcher...)
instead - contains(T) - Static method in class dev.aherscu.qa.testing.utils.OptionalMatchers
-
Deprecated.name clashes with
Matchers.contains(Object...)
, useOptionalMatchers.present(Object)
instead - contains(T...) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
Deprecated.name clashes with
Matchers.contains(Object...)
, useStreamMatchers.yieldsExactly(Object...)
instead - containsDouble(double) - Static method in class dev.aherscu.qa.testing.utils.OptionalMatchers
-
Deprecated.Matcher is replaced with
OptionalMatchers.presentDouble(double)
to align with naming ofOptionalMatchers.present(Object)
. - containsDouble(Matcher<Double>) - Static method in class dev.aherscu.qa.testing.utils.OptionalMatchers
-
Deprecated.Matcher is replaced with
OptionalMatchers.presentDouble(Matcher)
to align with naming ofOptionalMatchers.present(Matcher)
. - containsInt(int) - Static method in class dev.aherscu.qa.testing.utils.OptionalMatchers
-
Deprecated.Matcher is replaced with
OptionalMatchers.presentInt(int)
to align with naming ofOptionalMatchers.present(Object)
. - containsInt(Matcher<Integer>) - Static method in class dev.aherscu.qa.testing.utils.OptionalMatchers
-
Deprecated.Matcher is replaced with
OptionalMatchers.presentInt(Matcher)
to align with naming ofOptionalMatchers.present(Matcher)
. - containsKey(Object) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- containsKey(String) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- containsLong(long) - Static method in class dev.aherscu.qa.testing.utils.OptionalMatchers
-
Deprecated.Matcher is replaced with
OptionalMatchers.presentLong(long)
to align with naming ofOptionalMatchers.present(Object)
. - containsLong(Matcher<Long>) - Static method in class dev.aherscu.qa.testing.utils.OptionalMatchers
-
Deprecated.Matcher is replaced with
OptionalMatchers.presentLong(Matcher)
to align with naming ofOptionalMatchers.present(Matcher)
. - containsValue(Object) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- convert(ILoggingEvent) - Method in class dev.aherscu.qa.testing.utils.ThreadIdConverter
- counts(long) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchersExtensions
- counts(Matcher<Long>) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchersExtensions
- curriedAdapter(BiFunction<C, MR, MT>) - Static method in class dev.aherscu.qa.testing.utils.MatchersExtensions
-
Experimental.
- customTokenBlockCache - Variable in class dev.aherscu.qa.testing.utils.rest.OAuthRequestFilter
- customTokenBlockCache(Cache<OAuthRequestFilter, OAuthRequestFilter.TokenBlock>) - Method in class dev.aherscu.qa.testing.utils.rest.OAuthRequestFilter
- customTokenBlockCache(Cache<OAuthRequestFilter, OAuthRequestFilter.TokenBlock>) - Method in class dev.aherscu.qa.testing.utils.rest.OAuthRequestFilter.OAuthRequestFilterBuilder
D
- DASH - Static variable in class dev.aherscu.qa.testing.utils.StringUtilsExtensions
-
A dash.
- DEFAULT_ENUM_PREFIX - Static variable in class dev.aherscu.qa.testing.utils.EnumUtils
-
Default prefix to use for mapping members to their textual representation and vice-versa.
- DEFAULT_ENUM_SEPARATOR - Static variable in class dev.aherscu.qa.testing.utils.EnumUtils
-
Default word separator to use for prettifying.
- DEFAULT_RANDOM_STRING_LENGTH - Static variable in class dev.aherscu.qa.testing.utils.RandomUtils
-
The default random string length.
- DEFAULT_RENDERING_HINTS - Static variable in class dev.aherscu.qa.testing.utils.ImageUtils
-
Rendering hints for best quality with scaling.
- defaultConfiguration() - Static method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- defaultIfEmpty(T[], T) - Static method in class dev.aherscu.qa.testing.utils.ArrayUtilsExtensions
- defaultIfEmptyList(List<T>, T) - Static method in class dev.aherscu.qa.testing.utils.ArrayUtilsExtensions
- defaultIfNull(T...) - Static method in class dev.aherscu.qa.testing.utils.ObjectUtilsExtensions
- defaultIfNull(T, T...) - Static method in class dev.aherscu.qa.testing.utils.ObjectUtilsExtensions
- DescribableFunction<T,R> - Interface in dev.aherscu.qa.testing.utils.function
- DescribablePredicate<T> - Interface in dev.aherscu.qa.testing.utils.function
- describeMismatchSafely(ReadContext, Description) - Method in class dev.aherscu.qa.testing.utils.assertions.WithJsonPath
- describeMismatchSafely(T, Description) - Method in class dev.aherscu.qa.testing.utils.assertions.IsJson
- describeTo(Description) - Method in class dev.aherscu.qa.testing.utils.assertions.impl.matcher.IsCollectionWithSize
- describeTo(Description) - Method in class dev.aherscu.qa.testing.utils.assertions.impl.matcher.IsEmptyCollection
- describeTo(Description) - Method in class dev.aherscu.qa.testing.utils.assertions.impl.matcher.IsMapContainingKey
- describeTo(Description) - Method in class dev.aherscu.qa.testing.utils.assertions.impl.matcher.IsMapContainingValue
- describeTo(Description) - Method in class dev.aherscu.qa.testing.utils.assertions.IsJson
- describeTo(Description) - Method in class dev.aherscu.qa.testing.utils.assertions.WithJsonPath
- describeTo(Description) - Method in class dev.aherscu.qa.testing.utils.assertions.WithoutJsonPath
- DescriptionUtils - Class in dev.aherscu.qa.testing.utils.internal
- dev.aherscu.qa.testing.utils - package dev.aherscu.qa.testing.utils
- dev.aherscu.qa.testing.utils.assertions - package dev.aherscu.qa.testing.utils.assertions
- dev.aherscu.qa.testing.utils.assertions.impl - package dev.aherscu.qa.testing.utils.assertions.impl
- dev.aherscu.qa.testing.utils.assertions.impl.matcher - package dev.aherscu.qa.testing.utils.assertions.impl.matcher
- dev.aherscu.qa.testing.utils.config - package dev.aherscu.qa.testing.utils.config
- dev.aherscu.qa.testing.utils.function - package dev.aherscu.qa.testing.utils.function
- dev.aherscu.qa.testing.utils.internal - package dev.aherscu.qa.testing.utils.internal
- dev.aherscu.qa.testing.utils.logging - package dev.aherscu.qa.testing.utils.logging
- dev.aherscu.qa.testing.utils.rest - package dev.aherscu.qa.testing.utils.rest
- diff(BufferedImage, Function<Pair<BufferedImage, BufferedImage>, D>) - Method in class dev.aherscu.qa.testing.utils.ImageUtils.Pipeline
-
Difference between this image and other image.
- diff(BufferedImage, Function<Pair<BufferedImage, BufferedImage>, D>, Function<Pair<BufferedImage, BufferedImage>, Pair<BufferedImage, BufferedImage>>) - Method in class dev.aherscu.qa.testing.utils.ImageUtils.Pipeline
-
Difference between this image and other image.
- disableSslCertificateValidation() - Static method in class dev.aherscu.qa.testing.utils.TrustAllX509TrustManager
-
Disables SSL certificate and host validation.
- DOLLAR - dev.aherscu.qa.testing.utils.EnumUtils.Separator
-
The dollar $ character
- DOT - Static variable in class dev.aherscu.qa.testing.utils.StringUtilsExtensions
-
A dot.
- DOUBLE_QUOTE - Static variable in class dev.aherscu.qa.testing.utils.StringUtilsExtensions
-
A double quote.
E
- elementName - Variable in class dev.aherscu.qa.testing.utils.rest.AbstractJaxbWriteableProvider
-
The root XML element name to use when marshalling.
- ELLIPSIS - Static variable in class dev.aherscu.qa.testing.utils.StringUtilsExtensions
-
An ellipsis is tree dots.
- empty() - Static method in class dev.aherscu.qa.testing.utils.assertions.impl.matcher.IsEmptyCollection
-
Matches an empty collection.
- empty() - Static method in class dev.aherscu.qa.testing.utils.OptionalMatchers
-
Deprecated.name clashes with
Matchers.empty()
, useOptionalMatchers.notPresent()
instead - empty() - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
Deprecated.name clashes with
Matchers.empty()
, useStreamMatchers.yieldsNothing()
instead - emptyCollection() - Static method in class dev.aherscu.qa.testing.utils.assertions.JsonAssert
- emptyDouble() - Static method in class dev.aherscu.qa.testing.utils.OptionalMatchers
-
Deprecated.Matcher is replaced with
OptionalMatchers.notPresentDouble()
to align with naming ofOptionalMatchers.notPresent()
. - emptyInt() - Static method in class dev.aherscu.qa.testing.utils.OptionalMatchers
-
Deprecated.Matcher is replaced with
OptionalMatchers.notPresentInt()
to align with naming ofOptionalMatchers.notPresent()
. - emptyLong() - Static method in class dev.aherscu.qa.testing.utils.OptionalMatchers
-
Deprecated.Matcher is replaced with
OptionalMatchers.notPresentLong()
to align with naming ofOptionalMatchers.notPresent()
. - emptyStream() - Static method in class dev.aherscu.qa.testing.utils.StreamMatchersExtensions
-
Fixes method signature from
StreamMatchers.empty()
. - encode(long) - Static method in class dev.aherscu.qa.testing.utils.Base64Utils
-
Encodes a specified long in short textual format compatible with URI spec.
- encode(UUID) - Static method in class dev.aherscu.qa.testing.utils.Base64Utils
-
Encodes a specified UUID in short textual format compatible with URI spec.
- entrySet() - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- EnumUtils - Class in dev.aherscu.qa.testing.utils
-
Enumeration utilities.
- EnumUtils.NoSuchMemberException - Exception in dev.aherscu.qa.testing.utils
-
If no matching enum member found.
- EnumUtils.Separator - Enum in dev.aherscu.qa.testing.utils
-
Allowed separators to be used in enumeration member names in order to allow mapping to/from textual representations and to allow prettifying.
- EQUAL - Static variable in class dev.aherscu.qa.testing.utils.StringUtilsExtensions
-
A equal.
- equalTo(S) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
Deprecated.name clashes with
Matchers.equalTo(Object)
, useStreamMatchers.yieldsSameAs(BaseStream)
instead - EXECUTOR_SERVICE - Static variable in class dev.aherscu.qa.testing.utils.ExecutorUtils
- ExecutorUtils - Class in dev.aherscu.qa.testing.utils
- expiresInSeconds - Variable in class dev.aherscu.qa.testing.utils.rest.OAuthRequestFilter.TokenBlock
- expiresInSeconds(long) - Method in class dev.aherscu.qa.testing.utils.rest.OAuthRequestFilter.TokenBlock.TokenBlockBuilder
F
- file(Class<?>, String) - Static method in class dev.aherscu.qa.testing.utils.FileUtilsExtensions
-
Constructs a
File
by specified name relative to specified class. - FilenameUtilsExtensions - Class in dev.aherscu.qa.testing.utils
-
Provides enhanced file-name utilities.
- fileReader(File) - Static method in class dev.aherscu.qa.testing.utils.FileUtilsExtensions
-
Constructs a
FileReader
usingStandardCharsets.UTF_8
. - FileUtilsExtensions - Class in dev.aherscu.qa.testing.utils
-
Provides encoding-safe file readers and writers.
- fileWriter(File) - Static method in class dev.aherscu.qa.testing.utils.FileUtilsExtensions
-
Constructs a
FileWriter
usingStandardCharsets.UTF_8
. - filter(ClientRequestContext) - Method in class dev.aherscu.qa.testing.utils.rest.AuthenticationRequestFilter
- filter(ClientRequestContext) - Method in class dev.aherscu.qa.testing.utils.rest.LoggingRequestFilter
- filter(ClientRequestContext) - Method in class dev.aherscu.qa.testing.utils.rest.OAuthRequestFilter
- filter(ClientRequestContext, ClientResponseContext) - Method in class dev.aherscu.qa.testing.utils.rest.LoggingResponseFilter
- forEach(BiConsumer<? super Object, ? super Object>) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- format(String, String, String) - Static method in class dev.aherscu.qa.testing.utils.StringUtilsExtensions
- format(String, Pattern, String) - Static method in class dev.aherscu.qa.testing.utils.StringUtilsExtensions
- FOUR_BIT_COLOR_MODEL - Static variable in class dev.aherscu.qa.testing.utils.ImageUtils
-
Four-bit color model.
- from(BufferedImage) - Static method in class dev.aherscu.qa.testing.utils.ImageUtils.Pipeline
-
Starts an image processing pipeline.
- from(InputStream) - Static method in class dev.aherscu.qa.testing.utils.ImageUtils.Pipeline
-
Starts an image processing pipeline.
- fromJson(String, Class<T>) - Static method in class dev.aherscu.qa.testing.utils.ObjectMapperUtils
- fromString(Class<E>, String) - Static method in class dev.aherscu.qa.testing.utils.EnumUtils
-
Maps a name to an enumeration member; uses
EnumUtils.DEFAULT_ENUM_PREFIX
as a prefix. - fromString(Class<E>, String, EnumUtils.Separator) - Static method in class dev.aherscu.qa.testing.utils.EnumUtils
-
Maps a name to an enumeration member.
- fromUTF8(InputStream) - Static method in class dev.aherscu.qa.testing.utils.IOUtilsExtensions
G
- get(Object) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getAcceptedIssuers() - Method in class dev.aherscu.qa.testing.utils.TrustAllX509TrustManager
- getAllowedMethods() - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableResponse
- getBaseName(File) - Static method in class dev.aherscu.qa.testing.utils.FilenameUtilsExtensions
-
Gets the base name, minus the full path and extension, from a full filename.
- getBigDecimal(String) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getBigDecimal(String, BigDecimal) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getBigInteger(String) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getBigInteger(String, BigInteger) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getBoolean(String) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getBoolean(String, boolean) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getBoolean(String, Boolean) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getByte(String) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getByte(String, byte) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getByte(String, Byte) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getClasses() - Method in class dev.aherscu.qa.testing.utils.rest.AbstractRestApplication
- getConfiguration() - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableClient
- getCookies() - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableResponse
- getDate() - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableResponse
- getDiscriminatingValue(ILoggingEvent) - Method in class dev.aherscu.qa.testing.utils.logging.ThreadIdBasedDiscriminator
- getDiscriminatingValue(ILoggingEvent) - Method in class dev.aherscu.qa.testing.utils.logging.ThreadNameBasedDiscriminator
- getDouble(String) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getDouble(String, double) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getDouble(String, Double) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getEntity() - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableResponse
- getEntityTag() - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableResponse
- getFloat(String) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getFloat(String, float) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getFloat(String, Float) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getHeaders() - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableResponse
- getHeaderString(String) - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableResponse
- getHostnameVerifier() - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableClient
- getInt(String) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getInt(String, int) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getInteger(String, Integer) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getKey() - Method in class dev.aherscu.qa.testing.utils.logging.ThreadIdBasedDiscriminator
- getKey() - Method in class dev.aherscu.qa.testing.utils.logging.ThreadNameBasedDiscriminator
- getKeys() - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getKeys(String) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getLanguage() - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableResponse
- getLastModified() - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableResponse
- getLength() - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableResponse
- getLink(String) - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableResponse
- getLinkBuilder(String) - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableResponse
- getLinks() - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableResponse
- getList(String) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getList(String, List<?>) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getLocation() - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableResponse
- getLong(String) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getLong(String, long) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getLong(String, Long) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getMediaType() - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableResponse
- getMetadata() - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableResponse
- getOrDefault(Object, Object) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getOrElse(List<T>, int, T) - Static method in class dev.aherscu.qa.testing.utils.ListUtils
- getProperties(String) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getProperty(String) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getRelativeResourceAsStream(Class<?>, String) - Static method in class dev.aherscu.qa.testing.utils.ClassUtilsExtensions
-
Retrieves a resource relative to specified class.
- getResultDescription() - Method in interface dev.aherscu.qa.testing.utils.function.DescribableFunction
- getResultDescription() - Method in interface dev.aherscu.qa.testing.utils.function.DescribablePredicate
- getShort(String) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getShort(String, short) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getShort(String, Short) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in class dev.aherscu.qa.testing.utils.rest.AbstractWriteableProvider
- getSslContext() - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableClient
- getStatus() - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableResponse
- getStatusInfo() - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableResponse
- getString(String) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getString(String, String) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getStringArray(String) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- getStringHeaders() - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableResponse
- GREY_SCALE_COLOR_MODEL - Static variable in class dev.aherscu.qa.testing.utils.ImageUtils
-
Gray scale color model.
- groups(String, String) - Static method in class dev.aherscu.qa.testing.utils.StringUtilsExtensions
- groups(Pattern, String) - Static method in class dev.aherscu.qa.testing.utils.StringUtilsExtensions
-
Splits a string according to specified regular expression groups.
- groupsOf(String) - Method in class dev.aherscu.qa.testing.utils.config.BaseConfiguration
-
Given following properties:
H
- hasEntity() - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableResponse
- hasItemsMatching(List<Matcher<T>>) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchersExtensions
-
A matcher for Stream of objects, must produce objects that match the given Matchers in given order.
- hasItemsMatching(Matcher<T>...) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchersExtensions
-
A matcher for Stream of objects, must produce objects that match the given Matchers in given order.
- hasItemsMatchingInAnyOrder(Set<Matcher<T>>) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchersExtensions
-
A matcher for Stream of objects, must produce objects that match the given Matchers.
- hasItemsMatchingInAnyOrder(Matcher<T>...) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchersExtensions
-
A matcher for Stream of objects, must produce objects that match the given Matchers.
- hasJsonPath(String) - Static method in class dev.aherscu.qa.testing.utils.assertions.JsonPathMatchers
- hasJsonPath(String, Matcher<T>) - Static method in class dev.aherscu.qa.testing.utils.assertions.JsonPathMatchers
- hasKey(K) - Static method in class dev.aherscu.qa.testing.utils.assertions.impl.matcher.IsMapContainingKey
- hasKey(Matcher<K>) - Static method in class dev.aherscu.qa.testing.utils.assertions.impl.matcher.IsMapContainingKey
- hasLink(String) - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableResponse
- hasNoJsonPath(String) - Static method in class dev.aherscu.qa.testing.utils.assertions.JsonPathMatchers
- hasSize(int) - Static method in class dev.aherscu.qa.testing.utils.assertions.impl.matcher.IsCollectionWithSize
-
This is a shortcut to the frequently used hasSize(equalTo(x)).
- hasSize(Matcher<? super Integer>) - Static method in class dev.aherscu.qa.testing.utils.assertions.impl.matcher.IsCollectionWithSize
-
Does collection size satisfy a given matcher?
- hasSpecificItems(List<T>) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchersExtensions
-
Wraps each of specified values into
CoreMatchers.is(org.hamcrest.Matcher<T>)
. - hasSpecificItems(T...) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchersExtensions
-
Wraps each of specified values into
CoreMatchers.is(org.hamcrest.Matcher<T>)
. - hasSpecificItemsInAnyOrder(Set<T>) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchersExtensions
-
Wraps each of specified values into
CoreMatchers.is(org.hamcrest.Matcher<T>)
. - hasSpecificItemsInAnyOrder(T...) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchersExtensions
-
Wraps each of specified values into
CoreMatchers.is(org.hamcrest.Matcher<T>)
. - hasValue(Matcher<? super V>) - Static method in class dev.aherscu.qa.testing.utils.assertions.impl.matcher.IsMapContainingValue
- hasValue(V) - Static method in class dev.aherscu.qa.testing.utils.assertions.impl.matcher.IsMapContainingValue
- hostOf(String) - Static method in class dev.aherscu.qa.testing.utils.UrlUtils
I
- ifExcessiveLength(String, int) - Static method in class dev.aherscu.qa.testing.utils.StringUtilsExtensions
-
If given string has excessive length return its length.
- image - Variable in class dev.aherscu.qa.testing.utils.ImageUtils.Pipeline
-
The encapsulated image in this pipeline.
- ImageUtils - Class in dev.aherscu.qa.testing.utils
-
Image manipulation utilities.
- ImageUtils.Pipeline - Class in dev.aherscu.qa.testing.utils
-
Image transformation pipeline.
- INSTANCE - dev.aherscu.qa.testing.utils.rest.OAuthRequestFilter.CacheSingleton
- into(Supplier<OUTPUT>, String) - Method in class dev.aherscu.qa.testing.utils.ImageUtils.Pipeline
-
Ends the image processing pipeline.
- into(OUTPUT, String) - Method in class dev.aherscu.qa.testing.utils.ImageUtils.Pipeline
-
Ends the image processing pipeline.
- invocation(Link) - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableClient
- IOUtilsExtensions - Class in dev.aherscu.qa.testing.utils
- isClosed() - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableResponse
- IsCollectionWithSize<E> - Class in dev.aherscu.qa.testing.utils.assertions.impl.matcher
-
Matches if collection size satisfies a nested matcher.
- IsCollectionWithSize(Matcher<? super Integer>) - Constructor for class dev.aherscu.qa.testing.utils.assertions.impl.matcher.IsCollectionWithSize
- isEmpty() - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- IsEmptyCollection<E> - Class in dev.aherscu.qa.testing.utils.assertions.impl.matcher
-
Tests if collection is empty.
- IsEmptyCollection() - Constructor for class dev.aherscu.qa.testing.utils.assertions.impl.matcher.IsEmptyCollection
- isJson() - Static method in class dev.aherscu.qa.testing.utils.assertions.JsonPathMatchers
- isJson(Matcher<? super ReadContext>) - Static method in class dev.aherscu.qa.testing.utils.assertions.JsonPathMatchers
- IsJson<T> - Class in dev.aherscu.qa.testing.utils.assertions
- IsJson(Matcher<? super ReadContext>) - Constructor for class dev.aherscu.qa.testing.utils.assertions.IsJson
- isJsonFile(Matcher<? super ReadContext>) - Static method in class dev.aherscu.qa.testing.utils.assertions.JsonPathMatchers
- isJsonString(Matcher<? super ReadContext>) - Static method in class dev.aherscu.qa.testing.utils.assertions.JsonPathMatchers
- IsMapContainingKey<K> - Class in dev.aherscu.qa.testing.utils.assertions.impl.matcher
- IsMapContainingKey(Matcher<K>) - Constructor for class dev.aherscu.qa.testing.utils.assertions.impl.matcher.IsMapContainingKey
- IsMapContainingValue<V> - Class in dev.aherscu.qa.testing.utils.assertions.impl.matcher
- IsMapContainingValue(Matcher<? super V>) - Constructor for class dev.aherscu.qa.testing.utils.assertions.impl.matcher.IsMapContainingValue
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class dev.aherscu.qa.testing.utils.rest.AbstractReadableProvider
- isStarted() - Method in class dev.aherscu.qa.testing.utils.logging.ThreadIdBasedDiscriminator
- isStarted() - Method in class dev.aherscu.qa.testing.utils.logging.ThreadNameBasedDiscriminator
- isUrl(String) - Static method in class dev.aherscu.qa.testing.utils.UrlUtils
-
Checks whether specified URL is well-formed.
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class dev.aherscu.qa.testing.utils.rest.AbstractWriteableProvider
- iterable(Iterator<T>) - Static method in class dev.aherscu.qa.testing.utils.IterableUtils
- iterable(Matcher<Iterable<? extends T>>) - Static method in class dev.aherscu.qa.testing.utils.MatchersExtensions
-
Workaround for https://github.com/hamcrest/JavaHamcrest/issues/289
- iterableSuper(Matcher<Iterable<? super T>>) - Static method in class dev.aherscu.qa.testing.utils.MatchersExtensions
-
Workaround for https://github.com/hamcrest/JavaHamcrest/issues/289
- IterableUtils - Class in dev.aherscu.qa.testing.utils
-
Iterable utilities.
J
- Java8Matchers - Class in dev.aherscu.qa.testing.utils
- join(Thread, int) - Static method in class dev.aherscu.qa.testing.utils.ThreadUtils
-
Safe alternative to
Thread.join()
. - JsonAssert - Class in dev.aherscu.qa.testing.utils.assertions
- JsonAssert() - Constructor for class dev.aherscu.qa.testing.utils.assertions.JsonAssert
- JsonAsserter - Interface in dev.aherscu.qa.testing.utils.assertions
- JsonAsserterEx - Interface in dev.aherscu.qa.testing.utils.assertions
-
Supports asserting on multiple JSON paths.
- JsonAsserterImpl - Class in dev.aherscu.qa.testing.utils.assertions.impl
- JsonAsserterImpl(Object) - Constructor for class dev.aherscu.qa.testing.utils.assertions.impl.JsonAsserterImpl
-
Instantiates a new JSONAsserter
- JsonAssertEx - Class in dev.aherscu.qa.testing.utils.assertions
-
Supports asserting on multiple JSON paths.
- JsonAssertEx() - Constructor for class dev.aherscu.qa.testing.utils.assertions.JsonAssertEx
- JsonAssertion<M> - Class in dev.aherscu.qa.testing.utils.assertions
-
Represents a JSON assertion as a JSON path paired with a Hamcrest matcher.
- JsonAssertion(String) - Constructor for class dev.aherscu.qa.testing.utils.assertions.JsonAssertion
-
Constructs a JSON assertion without a matcher.
- JsonAssertion(String, Matcher<M>) - Constructor for class dev.aherscu.qa.testing.utils.assertions.JsonAssertion
-
Constructs a JSON assertion with specified matcher.
- JsonPathMatchers - Class in dev.aherscu.qa.testing.utils.assertions
- JXPathAssert - Class in dev.aherscu.qa.testing.utils.assertions
-
Supports asserting on multiple JXPaths.
- JXPathAssert() - Constructor for class dev.aherscu.qa.testing.utils.assertions.JXPathAssert
- JXPathAsserter - Interface in dev.aherscu.qa.testing.utils.assertions
- JXPathAsserterImpl - Class in dev.aherscu.qa.testing.utils.assertions
-
Supports asserting on multiple JXPaths.
- JXPathAsserterImpl(Object) - Constructor for class dev.aherscu.qa.testing.utils.assertions.JXPathAsserterImpl
-
Instantiates a new JXPathAsserter
- JXPathAssertion<M> - Class in dev.aherscu.qa.testing.utils.assertions
-
Represents an JXPath assertion as a path paired with a Hamcrest matcher.
- JXPathAssertion(String) - Constructor for class dev.aherscu.qa.testing.utils.assertions.JXPathAssertion
-
Constructs a JXPath assertion without and expected value.
K
- keySet() - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
L
- lastRandomAlphaNumeric(String) - Static method in class dev.aherscu.qa.testing.utils.RandomUtils
-
Fills a provided template with the last random value generated on current thread.
- lastSegmentOf(URI) - Static method in class dev.aherscu.qa.testing.utils.UriUtils
-
Extracts the last segment of the path of specified URL.
- left(String, int) - Static method in class dev.aherscu.qa.testing.utils.StringUtilsExtensions
- length(String) - Static method in class dev.aherscu.qa.testing.utils.StringUtilsExtensions
-
Formats the length of given string.
- length(String, String) - Static method in class dev.aherscu.qa.testing.utils.StringUtilsExtensions
-
Formats the length of given string.
- listOfStringsFrom(List<URI>) - Static method in class dev.aherscu.qa.testing.utils.UriUtils
- ListUtils - Class in dev.aherscu.qa.testing.utils
-
List utilities.
- LoggingClientBuilder - Class in dev.aherscu.qa.testing.utils.rest
-
Builds a logging REST client.
- LoggingInputStream - Class in dev.aherscu.qa.testing.utils.logging
-
Logs the information passing through an input stream at trace level.
- LoggingInputStream(InputStream, Consumer<String>) - Constructor for class dev.aherscu.qa.testing.utils.logging.LoggingInputStream
-
Initializes a logging input stream.
- LoggingOutputStream - Class in dev.aherscu.qa.testing.utils.logging
-
Logs the information passing through an output stream at trace level.
- LoggingOutputStream(OutputStream, Consumer<String>) - Constructor for class dev.aherscu.qa.testing.utils.logging.LoggingOutputStream
-
Initializes a logging output stream.
- LoggingReaderInterceptor - Class in dev.aherscu.qa.testing.utils.rest
-
Use to log the inbound stream.
- LoggingReaderInterceptor(Consumer<String>) - Constructor for class dev.aherscu.qa.testing.utils.rest.LoggingReaderInterceptor
- LoggingRequestFilter - Class in dev.aherscu.qa.testing.utils.rest
-
Logs client JAX-RS requests.
- LoggingRequestFilter(Consumer<String>) - Constructor for class dev.aherscu.qa.testing.utils.rest.LoggingRequestFilter
- LoggingResponseFilter - Class in dev.aherscu.qa.testing.utils.rest
-
Logs client JAX-RS requests.
- LoggingResponseFilter(Consumer<String>) - Constructor for class dev.aherscu.qa.testing.utils.rest.LoggingResponseFilter
- LoggingWriterInterceptor - Class in dev.aherscu.qa.testing.utils.rest
-
Use to log the outbound stream.
- LoggingWriterInterceptor(Consumer<String>) - Constructor for class dev.aherscu.qa.testing.utils.rest.LoggingWriterInterceptor
- longerThan(T) - Static method in class dev.aherscu.qa.testing.utils.TimeMatchers
-
Matches an amount of time strictly longer than that specified
M
- map(UnaryOperator<ImageUtils.Pipeline>) - Method in class dev.aherscu.qa.testing.utils.ImageUtils.Pipeline
-
Applies a specified pipeline.
- mapContainingKey(Matcher<String>) - Static method in class dev.aherscu.qa.testing.utils.assertions.JsonAssert
- mapContainingValue(Matcher<? super V>) - Static method in class dev.aherscu.qa.testing.utils.assertions.JsonAssert
- mapOf(Pair<L, R>...) - Static method in class dev.aherscu.qa.testing.utils.MapUtils
-
Creates a map from a list of pairs.
- mapper - Static variable in class dev.aherscu.qa.testing.utils.ObjectMapperUtils
- MapTypeSafeMatcher<M extends Map<?,?>> - Class in dev.aherscu.qa.testing.utils.assertions.impl.matcher
- MapTypeSafeMatcher() - Constructor for class dev.aherscu.qa.testing.utils.assertions.impl.matcher.MapTypeSafeMatcher
- MapUtils - Class in dev.aherscu.qa.testing.utils
-
Map utilities.
- MatchersExtensions - Class in dev.aherscu.qa.testing.utils
-
Drop-in replacement for Hamcrest's
Matchers
. - MatchersExtensions() - Constructor for class dev.aherscu.qa.testing.utils.MatchersExtensions
- matches(Object) - Method in class dev.aherscu.qa.testing.utils.assertions.impl.matcher.CollectionMatcher
- matches(Object) - Method in class dev.aherscu.qa.testing.utils.assertions.impl.matcher.MapTypeSafeMatcher
- matches(Matcher<Integer>, Matcher<Integer>, Matcher<Integer>) - Static method in class dev.aherscu.qa.testing.utils.TimeMatchers
-
Matches any Period for which the years, months and days match the provided matchers
- matchesSafely(C) - Method in class dev.aherscu.qa.testing.utils.assertions.impl.matcher.CollectionMatcher
- matchesSafely(ReadContext) - Method in class dev.aherscu.qa.testing.utils.assertions.WithJsonPath
- matchesSafely(ReadContext, Description) - Method in class dev.aherscu.qa.testing.utils.assertions.WithoutJsonPath
- matchesSafely(Collection<? extends E>) - Method in class dev.aherscu.qa.testing.utils.assertions.impl.matcher.IsCollectionWithSize
- matchesSafely(Collection<E>) - Method in class dev.aherscu.qa.testing.utils.assertions.impl.matcher.IsEmptyCollection
- matchesSafely(Map<?, V>) - Method in class dev.aherscu.qa.testing.utils.assertions.impl.matcher.IsMapContainingValue
- matchesSafely(Map<K, ?>) - Method in class dev.aherscu.qa.testing.utils.assertions.impl.matcher.IsMapContainingKey
- matchesSafely(M) - Method in class dev.aherscu.qa.testing.utils.assertions.impl.matcher.MapTypeSafeMatcher
- matchesSafely(T) - Method in class dev.aherscu.qa.testing.utils.assertions.IsJson
- merge(Object, Object, BiFunction<? super Object, ? super Object, ?>) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
N
- newClient() - Static method in class dev.aherscu.qa.testing.utils.rest.LoggingClientBuilder
-
Replacement for
ClientBuilder.newClient()
. - newClient(Client) - Static method in class dev.aherscu.qa.testing.utils.rest.LoggingClientBuilder
-
Adorns a provided client with logging.
- NoSuchMemberException(String) - Constructor for exception dev.aherscu.qa.testing.utils.EnumUtils.NoSuchMemberException
- notPresent() - Static method in class dev.aherscu.qa.testing.utils.OptionalMatchers
-
Matches a not present Optional.
- notPresentDouble() - Static method in class dev.aherscu.qa.testing.utils.OptionalMatchers
-
Matches a not present OptionalDouble.
- notPresentInt() - Static method in class dev.aherscu.qa.testing.utils.OptionalMatchers
-
Matches an not present OptionalInt.
- notPresentLong() - Static method in class dev.aherscu.qa.testing.utils.OptionalMatchers
-
Matches an OptionalLong with no value.
- NumberUtils - Class in dev.aherscu.qa.testing.utils
-
Number utilities.
- numericValueOf(String, Class<? extends Number>...) - Static method in class dev.aherscu.qa.testing.utils.NumberUtils
-
Tries to call
valueOf(String)
on specified numeric type with specified text.
O
- OAuthRequestFilter - Class in dev.aherscu.qa.testing.utils.rest
-
Generic implementation for OAuth 2.0 JAX-RS authentication filters.
- OAuthRequestFilter(OAuthRequestFilter.OAuthRequestFilterBuilder<?, ?>) - Constructor for class dev.aherscu.qa.testing.utils.rest.OAuthRequestFilter
- OAuthRequestFilter.CacheSingleton - Enum in dev.aherscu.qa.testing.utils.rest
- OAuthRequestFilter.OAuthRequestFilterBuilder<C extends OAuthRequestFilter,B extends OAuthRequestFilter.OAuthRequestFilterBuilder<C,B>> - Class in dev.aherscu.qa.testing.utils.rest
- OAuthRequestFilter.TokenBlock - Class in dev.aherscu.qa.testing.utils.rest
- OAuthRequestFilter.TokenBlock.TokenBlockBuilder - Class in dev.aherscu.qa.testing.utils.rest
- OAuthRequestFilterBuilder() - Constructor for class dev.aherscu.qa.testing.utils.rest.OAuthRequestFilter.OAuthRequestFilterBuilder
- ObjectMapperUtils - Class in dev.aherscu.qa.testing.utils
- ObjectUtilsExtensions - Class in dev.aherscu.qa.testing.utils
-
Object utilities.
- OptionalMatchers - Class in dev.aherscu.qa.testing.utils
- OptionalMatchers() - Constructor for class dev.aherscu.qa.testing.utils.OptionalMatchers
- ordered(Ordering<T>) - Static method in class dev.aherscu.qa.testing.utils.MatchersExtensions
-
Matches an ordered
Iterable
by specified ordering. - orderedStream(Ordering<T>) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchersExtensions
-
Matches an ordered
Stream
by specified ordering.
P
- padRandomAlphaNumeric(String, int) - Static method in class dev.aherscu.qa.testing.utils.RandomUtils
-
Fills a provided template with a random value such that the entire length of the returned string is as specified.
- parseIntOrZero(String) - Static method in class dev.aherscu.qa.testing.utils.NumberUtils
-
Safely parses specified integer.
- parseLongOrZero(String) - Static method in class dev.aherscu.qa.testing.utils.NumberUtils
-
Safely parses specified long.
- passwordFrom(URI) - Static method in class dev.aherscu.qa.testing.utils.UriUtils
-
Extracts the password from specified URL.
- pathSegmentFrom(URI, int) - Static method in class dev.aherscu.qa.testing.utils.UriUtils
-
Extracts a path segment from specified URL.
- Pipeline(BufferedImage) - Constructor for class dev.aherscu.qa.testing.utils.ImageUtils.Pipeline
- present(Matcher<T>) - Static method in class dev.aherscu.qa.testing.utils.OptionalMatchers
-
Matches a present Optional with content matching the given matcher
- present(T) - Static method in class dev.aherscu.qa.testing.utils.OptionalMatchers
-
Matches a present Optional with the given content
- presentDouble(double) - Static method in class dev.aherscu.qa.testing.utils.OptionalMatchers
-
Matches a present OptionalDouble with the given content
- presentDouble(Matcher<Double>) - Static method in class dev.aherscu.qa.testing.utils.OptionalMatchers
-
Matches a present OptionalDouble with content matching the given matcher
- presentInt(int) - Static method in class dev.aherscu.qa.testing.utils.OptionalMatchers
-
Matches a present OptionalInt with the given content
- presentInt(Matcher<Integer>) - Static method in class dev.aherscu.qa.testing.utils.OptionalMatchers
-
Matches a present OptionalInt with content matching the given matcher
- presentLong(long) - Static method in class dev.aherscu.qa.testing.utils.OptionalMatchers
-
Matches a present OptionalLong with the given content
- presentLong(Matcher<Long>) - Static method in class dev.aherscu.qa.testing.utils.OptionalMatchers
-
Matches a present OptionalLong with content matching the given matcher
- prettified(Object) - Static method in class dev.aherscu.qa.testing.utils.StringUtilsExtensions
-
Returns the prettified version of an object.
- prettify(E) - Static method in class dev.aherscu.qa.testing.utils.EnumUtils
-
Prettifies an enumeration member; uses
EnumUtils.DEFAULT_ENUM_SEPARATOR
as a separator. - prettify(E, EnumUtils.Separator) - Static method in class dev.aherscu.qa.testing.utils.EnumUtils
-
Prettifies an enumeration member.
- propertiesFrom(File) - Static method in class dev.aherscu.qa.testing.utils.IOUtilsExtensions
- property(String, Object) - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableClient
- put(Object, Object) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- putAll(Map<?, ?>) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- putIfAbsent(Object, Object) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
Q
- quietlyCreateUrlFrom(String) - Static method in class dev.aherscu.qa.testing.utils.UrlUtils
-
Sneakily re-throws the
MalformedURLException
thrown byURL(String)
. - quietUriFrom(String) - Static method in class dev.aherscu.qa.testing.utils.UriUtils
-
Sneakily re-throws the
URISyntaxException
thrown byURI
. - QUOTE - Static variable in class dev.aherscu.qa.testing.utils.StringUtilsExtensions
-
A single quote.
R
- randomAlphaNumeric(String) - Static method in class dev.aherscu.qa.testing.utils.RandomUtils
-
Fills a provided template with a random value.
- randomAlphaNumeric(String, int) - Static method in class dev.aherscu.qa.testing.utils.RandomUtils
-
Fills a provided template with a random value.
- RandomUtils - Class in dev.aherscu.qa.testing.utils
-
Random utilities.
- read() - Method in class dev.aherscu.qa.testing.utils.logging.LoggingInputStream
- readEntity(GenericType<T>) - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableResponse
- readEntity(GenericType<T>, Annotation[]) - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableResponse
- readEntity(Class<T>) - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableResponse
- readEntity(Class<T>, Annotation[]) - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableResponse
- readFrom(Class<T>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class dev.aherscu.qa.testing.utils.rest.AbstractJaxbReadableProvider
- readUTF8Lines(InputStream) - Static method in class dev.aherscu.qa.testing.utils.IOUtilsExtensions
- reduce(BufferedImage, IndexColorModel) - Static method in class dev.aherscu.qa.testing.utils.ImageUtils
-
Reduces the color palette of specified image.
- reduce(IndexColorModel) - Method in class dev.aherscu.qa.testing.utils.ImageUtils.Pipeline
-
Reduces the color palette per specified model.
- refreshTokenUri - Variable in class dev.aherscu.qa.testing.utils.rest.OAuthRequestFilter
- refreshTokenUri(String) - Method in class dev.aherscu.qa.testing.utils.rest.OAuthRequestFilter.OAuthRequestFilterBuilder
- register(Class<?>) - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableClient
- register(Class<?>, int) - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableClient
- register(Class<?>, Class<?>...) - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableClient
- register(Class<?>, Map<Class<?>, Integer>) - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableClient
- register(Object) - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableClient
- register(Object, int) - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableClient
- register(Object, Class<?>...) - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableClient
- register(Object, Map<Class<?>, Integer>) - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableClient
- remove(Object) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- remove(Object, Object) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- replace(Object, Object) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- replace(Object, Object, Object) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- replaceAll(BiFunction<? super Object, ? super Object, ?>) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- requireNonNull(T, RuntimeException) - Static method in class dev.aherscu.qa.testing.utils.ObjectUtilsExtensions
-
Checks the given object is not null
- requireNonNull(T, String) - Static method in class dev.aherscu.qa.testing.utils.ObjectUtilsExtensions
-
Checks the given object is not null
- resolve(Object) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
-
Resolves references in a string.
- resolved(String) - Method in class dev.aherscu.qa.testing.utils.config.Configurable
-
Resolves a value according to configured definitions.
- ResponseExtensions - Class in dev.aherscu.qa.testing.utils.rest
-
Fixes the JAX RS API a bit...
- RestClientUtils - Class in dev.aherscu.qa.testing.utils.rest
-
Provides REST client utility functions.
- retrieveTokenBlockFor(ClientRequestContext) - Method in class dev.aherscu.qa.testing.utils.rest.OAuthRequestFilter
S
- safeDoubleOf(Number) - Static method in class dev.aherscu.qa.testing.utils.NumberUtils
-
Returns a double even if no number was supplied.
- scale(double, double) - Method in class dev.aherscu.qa.testing.utils.ImageUtils.Pipeline
-
Scales by specified factors.
- scale(float, float, Map<RenderingHints.Key, Object>) - Method in class dev.aherscu.qa.testing.utils.ImageUtils.Pipeline
-
Scales by specified factors and hints.
- scale(BufferedImage, double, double) - Static method in class dev.aherscu.qa.testing.utils.ImageUtils
-
Scales a specified image using dedicated library.
- scale(BufferedImage, float, float, Map<RenderingHints.Key, Object>) - Static method in class dev.aherscu.qa.testing.utils.ImageUtils
-
Scales a specified image using plain calls to
Graphics2D
andAffineTransform
. - scanningAtMost(int, Matcher<Stream<T>>) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchersExtensions
-
Limits amount of scanned objects produced by a stream.
- self() - Method in class dev.aherscu.qa.testing.utils.rest.OAuthRequestFilter.OAuthRequestFilterBuilder
- SEMI - Static variable in class dev.aherscu.qa.testing.utils.StringUtilsExtensions
-
A semi-colon.
- setProperty(String, Object) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- shorterThan(T) - Static method in class dev.aherscu.qa.testing.utils.TimeMatchers
-
Matches an amount of time strictly shorter than that specified
- size() - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- SLASH - Static variable in class dev.aherscu.qa.testing.utils.StringUtilsExtensions
-
A forward slash.
- sleep(long) - Static method in class dev.aherscu.qa.testing.utils.ThreadUtils
-
Safe alternative to
Thread.sleep(long)
- start() - Method in class dev.aherscu.qa.testing.utils.logging.ThreadIdBasedDiscriminator
- start() - Method in class dev.aherscu.qa.testing.utils.logging.ThreadNameBasedDiscriminator
- startsWith(DoubleStream, long) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
A matcher for potentially infinite Streams of primitive doubles where the first limit items from each must be equal
- startsWith(IntStream, long) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
A matcher for potentially infinite Streams of primitive ints where the first limit items from each must be equal
- startsWith(LongStream, long) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
A matcher for potentially infinite Streams of primitive ints where the first limit items from each must be equal
- startsWith(Stream<T>, long) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
A matcher for potentially infinite Streams of objects where the first limit items from each must be equal
- startsWith(T...) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
A matcher for a potentially infinite Stream of objects against n expected items, matching if the first n items produced by the Stream equal the expected items in order.
- startsWithAll(Matcher<T>, long) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
A matcher for potentially infinite Streams of objects, the first limit of which must match the given Matcher
- startsWithAllDouble(Matcher<Double>, long) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
A matcher for potentially infinite Streams of primitive doubles, the first limit of which must match the given Matcher
- startsWithAllInt(Matcher<Integer>, long) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
A matcher for potentially infinite Streams of primitive ints, the first limit of which must match the given Matcher
- startsWithAllLong(Matcher<Long>, long) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
A matcher for potentially infinite Streams of primitive longs, the first limit of which must match the given Matcher
- startsWithAny(Matcher<T>, long) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
A matcher for potentially infinite Streams of objects, at least one of the first limit of which must match the given Matcher
- startsWithAnyDouble(Matcher<Double>, long) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
A matcher for potentially infinite Streams of primitive doubles, at least one of the first limit of which must match the given Matcher
- startsWithAnyInt(Matcher<Integer>, long) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
A matcher for potentially infinite Streams of primitive ints, at least one of the first limit of which must match the given Matcher
- startsWithAnyLong(Matcher<Long>, long) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
A matcher for potentially infinite Streams of primitive longs, at least one of the first limit of which must match the given Matcher
- startsWithDouble(double...) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
A matcher for a potentially infinite Stream of primitive doubles against n expected items, matching if the first n items produced by the Stream equal the expected items in order.
- startsWithInt(int...) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
A matcher for a potentially infinite Stream of primitive ints against n expected items, matching if the first n items produced by the Stream equal the expected items in order.
- startsWithLong(long...) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
A matcher for a potentially infinite Stream of primitive longs against n expected items, matching if the first n items produced by the Stream equal the expected items in order.
- stop() - Method in class dev.aherscu.qa.testing.utils.logging.ThreadIdBasedDiscriminator
- stop() - Method in class dev.aherscu.qa.testing.utils.logging.ThreadNameBasedDiscriminator
- StreamMatchers - Class in dev.aherscu.qa.testing.utils
- StreamMatchers() - Constructor for class dev.aherscu.qa.testing.utils.StreamMatchers
- StreamMatchersExtensions - Class in dev.aherscu.qa.testing.utils
-
Drop-in replacement for Java-8-matchers'
StreamMatchers
. - StreamMatchersExtensions() - Constructor for class dev.aherscu.qa.testing.utils.StreamMatchersExtensions
- stringResourceFrom(String) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
-
Reads string contents of referenced resource.
- StringUtilsExtensions - Class in dev.aherscu.qa.testing.utils
-
Provides enhanced string utilities.
- StringUtilsExtensions() - Constructor for class dev.aherscu.qa.testing.utils.StringUtilsExtensions
- stripUserInfoFrom(URI) - Static method in class dev.aherscu.qa.testing.utils.UriUtils
-
Removes username and password from specified URL.
- subset(String) - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- substring(String, Pattern) - Static method in class dev.aherscu.qa.testing.utils.StringUtilsExtensions
-
Extracts a substring by specified regular expression.
- successful(Response.StatusType) - Static method in class dev.aherscu.qa.testing.utils.rest.RestClientUtils
-
Tests whether the status is successful.
T
- target(Link) - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableClient
- target(UriBuilder) - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableClient
- target(String) - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableClient
- target(URI) - Method in class dev.aherscu.qa.testing.utils.rest.AutoCloseableClient
- ThreadIdBasedDiscriminator - Class in dev.aherscu.qa.testing.utils.logging
- ThreadIdBasedDiscriminator() - Constructor for class dev.aherscu.qa.testing.utils.logging.ThreadIdBasedDiscriminator
- ThreadIdConverter - Class in dev.aherscu.qa.testing.utils
- ThreadIdConverter() - Constructor for class dev.aherscu.qa.testing.utils.ThreadIdConverter
- ThreadNameBasedDiscriminator - Class in dev.aherscu.qa.testing.utils.logging
- ThreadNameBasedDiscriminator() - Constructor for class dev.aherscu.qa.testing.utils.logging.ThreadNameBasedDiscriminator
- ThreadUtils - Class in dev.aherscu.qa.testing.utils
-
Thread utilities.
- TimeMatchers - Class in dev.aherscu.qa.testing.utils
- TimeMatchers() - Constructor for class dev.aherscu.qa.testing.utils.TimeMatchers
- timeout(Callable<T>, Duration) - Static method in class dev.aherscu.qa.testing.utils.ExecutorUtils
- toJson(T) - Static method in class dev.aherscu.qa.testing.utils.ObjectMapperUtils
- tokenBlockCache() - Method in class dev.aherscu.qa.testing.utils.rest.OAuthRequestFilter
- tokenType - Variable in class dev.aherscu.qa.testing.utils.rest.OAuthRequestFilter.TokenBlock
- tokenType(String) - Method in class dev.aherscu.qa.testing.utils.rest.OAuthRequestFilter.TokenBlock.TokenBlockBuilder
- toString() - Method in class dev.aherscu.qa.testing.utils.assertions.Assertion
- toString() - Method in class dev.aherscu.qa.testing.utils.config.BaseConfiguration
- toString() - Method in class dev.aherscu.qa.testing.utils.rest.AuthenticationRequestFilter
- toString() - Method in class dev.aherscu.qa.testing.utils.rest.OAuthRequestFilter.OAuthRequestFilterBuilder
- toString() - Method in class dev.aherscu.qa.testing.utils.rest.OAuthRequestFilter.TokenBlock.TokenBlockBuilder
- toString(E) - Static method in class dev.aherscu.qa.testing.utils.EnumUtils
-
Maps an enumeration member to its textual representation; uses
EnumUtils.DEFAULT_ENUM_PREFIX
as the prefix. - toString(E, EnumUtils.Separator) - Static method in class dev.aherscu.qa.testing.utils.EnumUtils
-
Maps an enumeration member to its textual representation.
- toString(CharSequence) - Method in class dev.aherscu.qa.testing.utils.config.BaseConfiguration
- toString(Iterable<?>) - Static method in class dev.aherscu.qa.testing.utils.IterableUtils
-
Converts an iterable of objects to a list of strings by calling
String.toString()
on each element. - toString(Object, String, int) - Static method in class dev.aherscu.qa.testing.utils.ObjectUtilsExtensions
-
Returns a string representation of specified object, while keeping the length of its fields to the specified length.
- toSuffixes(String...) - Static method in class dev.aherscu.qa.testing.utils.FileUtilsExtensions
-
Converts an array of file extensions to suffixes for use with IOFileFilters.
- toUnix(String) - Static method in class dev.aherscu.qa.testing.utils.StringUtilsExtensions
-
Converts Windows end-of-line to *nix end-of-line.
- TRUST_ALL_SSL_CONTEXT - Static variable in class dev.aherscu.qa.testing.utils.TrustAllX509TrustManager
- TrustAllX509TrustManager - Class in dev.aherscu.qa.testing.utils
-
A 509 trust manager for debugging.
- TrustAllX509TrustManager() - Constructor for class dev.aherscu.qa.testing.utils.TrustAllX509TrustManager
U
- UnableToGuessMethodException - Exception in dev.aherscu.qa.testing.utils.function
- unauthorized(Response.StatusType) - Static method in class dev.aherscu.qa.testing.utils.rest.RestClientUtils
-
Tests whether the status is unauthorised.
- UNDERSCORE - dev.aherscu.qa.testing.utils.EnumUtils.Separator
-
The underscore _ character.
- UNDERSCORE - Static variable in class dev.aherscu.qa.testing.utils.StringUtilsExtensions
- UriUtils - Class in dev.aherscu.qa.testing.utils
-
URI handling utilities.
- UriUtils() - Constructor for class dev.aherscu.qa.testing.utils.UriUtils
- UrlUtils - Class in dev.aherscu.qa.testing.utils
-
URL handling utilities.
- UrlUtils() - Constructor for class dev.aherscu.qa.testing.utils.UrlUtils
- usernameFrom(URI) - Static method in class dev.aherscu.qa.testing.utils.UriUtils
-
Extracts the user-name from specified URL.
V
- value - Variable in enum dev.aherscu.qa.testing.utils.EnumUtils.Separator
-
The character value of this separator.
- valueOf(String) - Static method in enum dev.aherscu.qa.testing.utils.EnumUtils.Separator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.aherscu.qa.testing.utils.rest.OAuthRequestFilter.CacheSingleton
-
Returns the enum constant of this type with the specified name.
- values() - Method in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- values() - Static method in enum dev.aherscu.qa.testing.utils.EnumUtils.Separator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.aherscu.qa.testing.utils.rest.OAuthRequestFilter.CacheSingleton
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- where(DescribableFunction<? super I, O>, Matcher<? super O>) - Static method in class dev.aherscu.qa.testing.utils.Java8Matchers
-
Match a value/property derived from an object.
- where(DescribablePredicate<? super I>) - Static method in class dev.aherscu.qa.testing.utils.Java8Matchers
-
Match a
boolean
property of an object which should betrue
. - where(String, DescribableFunction<? super I, O>, Matcher<? super O>) - Static method in class dev.aherscu.qa.testing.utils.Java8Matchers
-
Match a value/property derived from an object.
- where(String, DescribablePredicate<? super I>) - Static method in class dev.aherscu.qa.testing.utils.Java8Matchers
-
Match a
boolean
property of an object which should betrue
. - where(String, String, Function<? super I, O>, Matcher<? super O>) - Static method in class dev.aherscu.qa.testing.utils.Java8Matchers
-
Match a value/property derived from an object.
- whereNot(DescribablePredicate<? super I>) - Static method in class dev.aherscu.qa.testing.utils.Java8Matchers
-
Match a
boolean
property of an object which should befalse
. - whereNot(String, DescribablePredicate<? super I>) - Static method in class dev.aherscu.qa.testing.utils.Java8Matchers
-
Match a
boolean
property of an object which should befalse
. - wireMockServerOnDynamicPort() - Static method in class dev.aherscu.qa.testing.utils.WireMockServerUtils
- WireMockServerUtils - Class in dev.aherscu.qa.testing.utils
- with(InputStream) - Static method in class dev.aherscu.qa.testing.utils.assertions.JsonAssert
-
Creates a JSONAsserter
- with(Reader) - Static method in class dev.aherscu.qa.testing.utils.assertions.JsonAssert
-
Creates a JSONAsserter
- with(Object) - Static method in class dev.aherscu.qa.testing.utils.assertions.JXPathAssert
-
Creates a JXPathAsserter
- with(String) - Static method in class dev.aherscu.qa.testing.utils.assertions.JsonAssert
-
Creates a JSONAsserter
- with(String) - Static method in class dev.aherscu.qa.testing.utils.assertions.JsonAssertEx
-
Creates a JSONAsserter
- withJsonPath(JsonPath) - Static method in class dev.aherscu.qa.testing.utils.assertions.JsonPathMatchers
- withJsonPath(JsonPath, Matcher<T>) - Static method in class dev.aherscu.qa.testing.utils.assertions.JsonPathMatchers
- withJsonPath(String, Predicate...) - Static method in class dev.aherscu.qa.testing.utils.assertions.JsonPathMatchers
- withJsonPath(String, Matcher<T>) - Static method in class dev.aherscu.qa.testing.utils.assertions.JsonPathMatchers
- WithJsonPath<T> - Class in dev.aherscu.qa.testing.utils.assertions
- WithJsonPath(JsonPath, Matcher<T>) - Constructor for class dev.aherscu.qa.testing.utils.assertions.WithJsonPath
- withoutJsonPath(JsonPath) - Static method in class dev.aherscu.qa.testing.utils.assertions.JsonPathMatchers
- withoutJsonPath(String, Predicate...) - Static method in class dev.aherscu.qa.testing.utils.assertions.JsonPathMatchers
- WithoutJsonPath - Class in dev.aherscu.qa.testing.utils.assertions
- WithoutJsonPath(JsonPath) - Constructor for class dev.aherscu.qa.testing.utils.assertions.WithoutJsonPath
- withPrefixedArticle(String) - Static method in class dev.aherscu.qa.testing.utils.internal.DescriptionUtils
- wrappedConfiguration - Variable in class dev.aherscu.qa.testing.utils.config.AbstractConfiguration
- write(int) - Method in class dev.aherscu.qa.testing.utils.logging.LoggingOutputStream
- writeTo(T, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class dev.aherscu.qa.testing.utils.rest.AbstractJaxbWriteableProvider
Y
- yieldsExactly(Matcher<T>...) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
The BaseStream must produce exactly the given expected items in order, and no more.
- yieldsExactly(T...) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
The BaseStream must produce exactly the given expected items in order, and no more.
- yieldsNothing() - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
Matcher for a stream which yields no elements.
- yieldsSameAs(S) - Static method in class dev.aherscu.qa.testing.utils.StreamMatchers
-
A matcher for a finite Stream producing the same number of items as the expected Stream, and producing equal items as expected in the same order.
All Classes All Packages