A B C D E F G H I J K L M N O P Q R S T U V W _ 
All Classes All Packages

A

addDays(int) - Method in class org.catools.common.date.CDate
Adds a number of days to a date returning a new object.
addHours(int) - Method in class org.catools.common.date.CDate
Adds a number of hours to a date returning a new object.
addIf(Predicate<E>, E) - Method in interface org.catools.common.collections.interfaces.CCollection
Add e to the list if the predicate condition returns true.
addMask(String...) - Static method in class org.catools.common.logger.CSensitiveDataMaskingManager
 
addMilliseconds(int) - Method in class org.catools.common.date.CDate
Adds a number of milliseconds to a date returning a new object.
addMinutes(int) - Method in class org.catools.common.date.CDate
Adds a number of minutes to a date returning a new object.
addMonths(int) - Method in class org.catools.common.date.CDate
Adds a number of months to a date returning a new object.
addSeconds(int) - Method in class org.catools.common.date.CDate
Adds a number of seconds to a date returning a new object.
addWeeks(int) - Method in class org.catools.common.date.CDate
Adds a number of weeks to a date returning a new object.
addYears(int) - Method in class org.catools.common.date.CDate
Adds a number of years to a date returning a new object.
ALPHANUMERIC_PATTERN - Static variable in class org.catools.common.text.CRegExUtil
 
append(byte[]) - Method in class org.catools.common.io.CFile
Append a byte array to a file creating the file if it does not exist.
append(String) - Method in class org.catools.common.io.CFile
Append a text to a file creating the file if it does not exist.
append(String, Charset) - Method in class org.catools.common.io.CFile
Append a text to a file creating the file if it does not exist.
append(LogEvent) - Method in class org.catools.common.logger.appender.CLogSubscriberAppender
 
asLocalDate() - Method in class org.catools.common.date.CDate
 
asSet() - Method in interface org.catools.common.collections.interfaces.CMap
Returns a CSet view of the mappings contained in this map.

B

betweenExclusive(N, N) - Method in interface org.catools.common.extensions.states.interfaces.CNumberState
Check if actual value is between lower and higher bound values (exclusive).
betweenExclusive(N, N, N) - Method in class org.catools.common.extensions.verify.CNumberVerification
Verify that actual value is between lower and higher bound values (exclusive).
betweenExclusive(N, N, N, String, Object...) - Method in class org.catools.common.extensions.verify.CNumberVerification
Verify that actual value is between lower and higher bound values (exclusive).
betweenInclusive(N, N) - Method in interface org.catools.common.extensions.states.interfaces.CNumberState
Check if actual value is between lower and higher bound values (Inclusive).
betweenInclusive(N, N, N) - Method in class org.catools.common.extensions.verify.CNumberVerification
Verify that actual value is between lower and higher bound values (Inclusive).
betweenInclusive(N, N, N, String, Object...) - Method in class org.catools.common.extensions.verify.CNumberVerification
Verify that actual value is between lower and higher bound values (Inclusive).
BigDecimal - Variable in class org.catools.common.extensions.verify.CVerificationBuilder
 
Bool - Variable in class org.catools.common.extensions.verify.CVerificationBuilder
 

C

calculateMatchValue(String, String) - Static method in class org.catools.common.text.match.CStringMatchUtil
 
CAnsiColor - Class in org.catools.common.io
CAnsiColor uses to coloring text for better console UX
CAnsiColor() - Constructor for class org.catools.common.io.CAnsiColor
 
CArgsReader - Class in org.catools.common.console
 
CArgsReader() - Constructor for class org.catools.common.console.CArgsReader
 
CAutoResetMemoize<T> - Class in org.catools.common.functions
Often while working with expensive resources like file, it is reasonable to perform action once and then save result of compute for future use.
CAutoResetMemoize(Supplier<T>, long) - Constructor for class org.catools.common.functions.CAutoResetMemoize
 
CBaseState<O> - Interface in org.catools.common.extensions.states.interfaces
CBaseExtension is an interface to hold shared method between all extensions.
CBaseVerification<T extends CVerificationQueue> - Class in org.catools.common.extensions.verify
 
CBaseVerification(T, Logger) - Constructor for class org.catools.common.extensions.verify.CBaseVerification
 
CBaseVerifier<O> - Interface in org.catools.common.extensions.verify.interfaces
CBaseVerifier is an interface to hold shared method between all verifier classes.
CBaseWaiter<O> - Interface in org.catools.common.extensions.wait.interfaces
CBaseWaiter is an interface to hold shared method between all waiter classes.
CBooleanState - Interface in org.catools.common.extensions.states.interfaces
CBooleanState is an interface for Boolean state related methods.
CBooleanVerification<T extends CVerificationBuilder> - Class in org.catools.common.extensions.verify
Boolean verification class contains all verification method which is related to Boolean
CBooleanVerifier - Interface in org.catools.common.extensions.verify.interfaces
CBooleanVerifier is an interface for Boolean verification related methods.
CBooleanWait - Class in org.catools.common.extensions.wait
Boolean wait class contains all wait method which is related to Boolean
CBooleanWait() - Constructor for class org.catools.common.extensions.wait.CBooleanWait
 
CBooleanWaiter - Interface in org.catools.common.extensions.wait.interfaces
CBooleanWaiter is an interface for Boolean waiter related methods.
CBooleanWaitVerifier - Interface in org.catools.common.extensions.waitVerify.interfaces
CBooleanVerifier is an interface for Boolean verification related methods.
CCollection<E> - Interface in org.catools.common.collections.interfaces
This interface CCollection uses to extend Collection interface to facilitate testing and reduce coding.
CCollectionState<E> - Interface in org.catools.common.extensions.states.interfaces
CCollectionState is an interface for Collection state related methods.
CCollectionVerification<T extends CVerificationBuilder> - Class in org.catools.common.extensions.verify
Collection verification class contains all verification method which is related to Collection
CCollectionVerification(T, Logger) - Constructor for class org.catools.common.extensions.verify.CCollectionVerification
 
CCollectionVerifier<E> - Interface in org.catools.common.extensions.verify.interfaces
CCollectionVerifier is an interface for Collection verification related methods.
CCollectionWait - Class in org.catools.common.extensions.wait
Collection wait class contains all wait method which is related to Collection
CCollectionWait() - Constructor for class org.catools.common.extensions.wait.CCollectionWait
 
CCollectionWaiter<E> - Interface in org.catools.common.extensions.wait.interfaces
CCollectionWaiter is an interface for Collection waiter related methods.
CCollectionWaitVerifier<E> - Interface in org.catools.common.extensions.waitVerify.interfaces
CCollectionVerifier is an interface for Collection verification related methods.
CConfigInfo - Class in org.catools.common.config
 
CConfigInfo() - Constructor for class org.catools.common.config.CConfigInfo
 
CConfigInfoCollection - Class in org.catools.common.config
 
CConfigInfoCollection() - Constructor for class org.catools.common.config.CConfigInfoCollection
 
CConfigNotDefinedException - Exception in org.catools.common.config
Signals which throws when attempt to use configuration value before define it.
CConfigNotDefinedException(String) - Constructor for exception org.catools.common.config.CConfigNotDefinedException
 
CConfigs - Class in org.catools.common.config
 
CConfigs() - Constructor for class org.catools.common.config.CConfigs
 
CConfigsLoader - Class in org.catools.common.config
 
CConfigsLoader() - Constructor for class org.catools.common.config.CConfigsLoader
 
CConfigToLoadNotDefinedException - Exception in org.catools.common.config
Signals which throws when attempt to work without any configuration.
CConfigToLoadNotDefinedException() - Constructor for exception org.catools.common.config.CConfigToLoadNotDefinedException
 
CConfigUtil - Class in org.catools.common.utils
 
CConfigUtil() - Constructor for class org.catools.common.utils.CConfigUtil
 
CConsole - Class in org.catools.common.console
CConsole uses to handle console interaction
CConsole() - Constructor for class org.catools.common.console.CConsole
 
CDate - Class in org.catools.common.date
A Wrapper to make our life easier with date related operations which is usually does through DateUtil.
CDate() - Constructor for class org.catools.common.date.CDate
 
CDate(long) - Constructor for class org.catools.common.date.CDate
 
CDate(String, String) - Constructor for class org.catools.common.date.CDate
 
CDate(Date) - Constructor for class org.catools.common.date.CDate
 
CDateConfigs - Class in org.catools.common.date
 
CDateConfigs() - Constructor for class org.catools.common.date.CDateConfigs
 
CDateRandomGenerator - Class in org.catools.common.date
 
CDateState - Interface in org.catools.common.extensions.states.interfaces
CDateState is an interface for Date state related methods.
CDateVerification<T extends CVerificationBuilder> - Class in org.catools.common.extensions.verify
Date verification class contains all verification method which is related to Date
CDateVerification(T, Logger) - Constructor for class org.catools.common.extensions.verify.CDateVerification
 
CDateVerifier - Interface in org.catools.common.extensions.verify.interfaces
CDateVerifier is an interface for Date verification related methods.
CDateWait - Class in org.catools.common.extensions.wait
Date wait class contains all wait method which is related to Date
CDateWait() - Constructor for class org.catools.common.extensions.wait.CDateWait
 
CDateWaiter - Interface in org.catools.common.extensions.wait.interfaces
CDateWaiter is an interface for CDate waiter related methods.
CDateWaitVerifier - Interface in org.catools.common.extensions.waitVerify.interfaces
CDateVerifier is an interface for Date verification related methods.
CDynamicBooleanExtension - Class in org.catools.common.extensions.types
CDynamicBooleanExtension is an central interface where we extend all boolean related interfaces so adding new functionality will be much easier.
CDynamicBooleanExtension() - Constructor for class org.catools.common.extensions.types.CDynamicBooleanExtension
 
CDynamicCollectionExtension<E> - Interface in org.catools.common.extensions.types.interfaces
CDynamicCollectionExtension is an central interface where we extend all Collection related interfaces so adding new functionality will be much easier.
CDynamicDateExtension - Interface in org.catools.common.extensions.types.interfaces
CDynamicDateExtension is an central interface where we extend all Date related interfaces so adding new functionality will be much easier.
CDynamicFileExtension - Interface in org.catools.common.extensions.types.interfaces
CDynamicFileExtension is an central interface where we extend all File related interfaces so adding new functionality will be much easier.
CDynamicIterableExtension<E> - Interface in org.catools.common.extensions.types.interfaces
CDynamicIterableExtension is an central interface where we extend all Iterable related interfaces so adding new functionality will be much easier.
CDynamicMapExtension<K,​V> - Interface in org.catools.common.extensions.types.interfaces
CDynamicMapExtension is an central interface where we extend all Map related interfaces so adding new functionality will be much easier.
CDynamicNumberExtension<N extends java.lang.Number & java.lang.Comparable<N>> - Class in org.catools.common.extensions.types
CDynamicNumberExtension is an central interface where we extend all Number related interfaces so adding new functionality will be much easier.
CDynamicNumberExtension() - Constructor for class org.catools.common.extensions.types.CDynamicNumberExtension
 
CDynamicObjectExtension<O> - Class in org.catools.common.extensions.types
CDynamicObjectExtension is an central interface where we extend all Object related interfaces so adding new functionality will be much easier.
CDynamicObjectExtension() - Constructor for class org.catools.common.extensions.types.CDynamicObjectExtension
 
CDynamicStringExtension - Class in org.catools.common.extensions.types
CDynamicStringExtension is an central interface where we extend all String related interfaces so adding new functionality will be much easier.
CDynamicStringExtension() - Constructor for class org.catools.common.extensions.types.CDynamicStringExtension
 
ceiling(int) - Method in class org.catools.common.date.CDate
Gets a date ceiling, leaving the field specified as the most significant field.
centerPadEquals(int, String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.center(String, int, String) is equals to expected value.
centerPadEquals(String, int, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.center(String, int, String) is equals to expected value.
centerPadEquals(String, int, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.center(String, int, String) is equals to expected value.
centerPadNotEquals(int, String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.center(String, int, String) is NOT equals to expected value.
centerPadNotEquals(String, int, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.center(String, int, String) is NOT equals to expected value.
centerPadNotEquals(String, int, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.center(String, int, String) is NOT equals to expected value.
CEventTriggerConverter - Class in org.catools.common.logger.converters
 
CEventTriggerConverter() - Constructor for class org.catools.common.logger.converters.CEventTriggerConverter
Constructs an instance of CEventTriggerConverter.
CFile - Class in org.catools.common.io
 
CFile(File) - Constructor for class org.catools.common.io.CFile
 
CFile(File, String) - Constructor for class org.catools.common.io.CFile
 
CFile(String) - Constructor for class org.catools.common.io.CFile
 
CFile(String, String) - Constructor for class org.catools.common.io.CFile
 
CFile(URI) - Constructor for class org.catools.common.io.CFile
 
CFileNotFoundException - Exception in org.catools.common.io
Signals that an attempt to open the file denoted by a specified pathname has failed.
CFileNotFoundException(String, String) - Constructor for exception org.catools.common.io.CFileNotFoundException
 
CFileNotFoundException(CFile, String) - Constructor for exception org.catools.common.io.CFileNotFoundException
 
CFileNotFoundException(CFile, Throwable) - Constructor for exception org.catools.common.io.CFileNotFoundException
 
CFileOperationException - Exception in org.catools.common.io
Signals that an attempt to perform operation against the file denoted by a specified pathname has failed.
CFileOperationException(String, String) - Constructor for exception org.catools.common.io.CFileOperationException
 
CFileOperationException(CFile, String) - Constructor for exception org.catools.common.io.CFileOperationException
 
CFileOperationException(CFile, String, Throwable) - Constructor for exception org.catools.common.io.CFileOperationException
 
CFileState - Interface in org.catools.common.extensions.states.interfaces
CFileState is an interface for File state related methods.
CFileUtil - Class in org.catools.common.io
General file manipulation utilities.
CFileUtil() - Constructor for class org.catools.common.io.CFileUtil
 
CFileVerification<T extends CVerificationBuilder> - Class in org.catools.common.extensions.verify
File Content verification class contains all verification method which is related to File and its content
CFileVerification(T, Logger) - Constructor for class org.catools.common.extensions.verify.CFileVerification
 
CFileVerifier - Interface in org.catools.common.extensions.verify.interfaces
CFileVerifier is an interface for File verification related methods.
CFileWait - Class in org.catools.common.extensions.wait
File wait class contains all wait method which is related to File and its content
CFileWait() - Constructor for class org.catools.common.extensions.wait.CFileWait
 
CFileWaiter - Interface in org.catools.common.extensions.wait.interfaces
CFileWaiter is an interface for CFile waiter related methods.
CFileWaitVerifier - Interface in org.catools.common.extensions.waitVerify.interfaces
CFileVerifier is an interface for File verification related methods.
CHashMap<K,​V> - Class in org.catools.common.collections
 
CHashMap() - Constructor for class org.catools.common.collections.CHashMap
 
CHashMap(int) - Constructor for class org.catools.common.collections.CHashMap
 
CHashMap(int, float) - Constructor for class org.catools.common.collections.CHashMap
 
CHashMap(Map<? extends K, ? extends V>) - Constructor for class org.catools.common.collections.CHashMap
 
CInvalidDateFormatException - Exception in org.catools.common.date
Signals that attempt to convert provided value to Date value failed.
CInvalidDateFormatException(String, Throwable) - Constructor for exception org.catools.common.date.CInvalidDateFormatException
 
CInvalidJsonFormatException - Exception in org.catools.common.json
Signals that attempt to convert provided value to json or backward failed.
CInvalidJsonFormatException(String, Throwable) - Constructor for exception org.catools.common.json.CInvalidJsonFormatException
 
CInvalidRangeException - Exception in org.catools.common.exception
 
CInvalidRangeException(String) - Constructor for exception org.catools.common.exception.CInvalidRangeException
 
CInvalidYamlContentFormatException - Exception in org.catools.common.io
Signals that attempt to read yaml information from provided value failed.
CInvalidYamlContentFormatException(String) - Constructor for exception org.catools.common.io.CInvalidYamlContentFormatException
 
CInvalidYamlContentFormatException(String, Throwable) - Constructor for exception org.catools.common.io.CInvalidYamlContentFormatException
 
CInvalidYamlFileFormatException - Exception in org.catools.common.io
Signals that attempt to convert file content to yaml information failed.
CInvalidYamlFileFormatException(String) - Constructor for exception org.catools.common.io.CInvalidYamlFileFormatException
 
CInvalidYamlFileFormatException(String, Throwable) - Constructor for exception org.catools.common.io.CInvalidYamlFileFormatException
 
CInvalidYamlFileFormatException(CFile) - Constructor for exception org.catools.common.io.CInvalidYamlFileFormatException
 
CIterable<E> - Interface in org.catools.common.collections.interfaces
This interface CIterable uses to extend Collection interface to facilitate testing and reduce coding.
CIterableState<E> - Interface in org.catools.common.extensions.states.interfaces
CIterableState is an interface for Iterable state related methods.
CIterableUtil - Class in org.catools.common.utils
 
CIterableUtil() - Constructor for class org.catools.common.utils.CIterableUtil
 
CIterableVerification<T extends CVerificationBuilder> - Class in org.catools.common.extensions.verify
Iterable verification class contains all verification method which is related to Iterable
CIterableVerification(T, Logger) - Constructor for class org.catools.common.extensions.verify.CIterableVerification
 
CIterableVerifier<E> - Interface in org.catools.common.extensions.verify.interfaces
CIterableVerifier is an interface for Iterable verification related methods.
CIterableWait - Class in org.catools.common.extensions.wait
Iterable wait class contains all wait method which is related to Iterable
CIterableWait() - Constructor for class org.catools.common.extensions.wait.CIterableWait
 
CIterableWaiter<E> - Interface in org.catools.common.extensions.wait.interfaces
CIterableWaiter is an interface for Iterable waiter related methods.
CIterableWaitVerifier<E> - Interface in org.catools.common.extensions.waitVerify.interfaces
CIterableVerifier is an interface for Iterable verification related methods.
CJsonGenerationException - Exception in org.catools.common.json
Signals which throws when attempt to generate json string from object failed.
CJsonGenerationException(String, Throwable) - Constructor for exception org.catools.common.json.CJsonGenerationException
 
CJsonUtil - Class in org.catools.common.json
 
CJsonUtil() - Constructor for class org.catools.common.json.CJsonUtil
 
clear() - Static method in class org.catools.common.logger.CSensitiveDataMaskingManager
 
CLinkedMap<K,​V> - Class in org.catools.common.collections
 
CLinkedMap() - Constructor for class org.catools.common.collections.CLinkedMap
 
CLinkedMap(int) - Constructor for class org.catools.common.collections.CLinkedMap
 
CLinkedMap(int, float) - Constructor for class org.catools.common.collections.CLinkedMap
 
CLinkedMap(int, float, boolean) - Constructor for class org.catools.common.collections.CLinkedMap
 
CLinkedMap(Map) - Constructor for class org.catools.common.collections.CLinkedMap
 
CList<E> - Class in org.catools.common.collections
 
CList() - Constructor for class org.catools.common.collections.CList
 
CList(E...) - Constructor for class org.catools.common.collections.CList
 
CList(Iterable<E>) - Constructor for class org.catools.common.collections.CList
 
CList(Stream<E>) - Constructor for class org.catools.common.collections.CList
 
CLogEventHelper - Class in org.catools.common.logger
 
CLogEventHelper() - Constructor for class org.catools.common.logger.CLogEventHelper
 
CLoggerConfigs - Class in org.catools.common.logger
 
CLoggerConfigs() - Constructor for class org.catools.common.logger.CLoggerConfigs
 
CLoggerEvent - Interface in org.catools.common.logger
We need this listener so we have capability to redirect messages to other system with least changes.
CLoggerSubscriber - Class in org.catools.common.logger
We need this Event Manager to subscript listeners for other system with least changes.
CLoggerSubscriber() - Constructor for class org.catools.common.logger.CLoggerSubscriber
 
CLogSubscriberAppender - Class in org.catools.common.logger.appender
 
CLogSubscriberAppender(String, Filter, Layout<? extends Serializable>, boolean) - Constructor for class org.catools.common.logger.appender.CLogSubscriberAppender
 
clone() - Method in class org.catools.common.date.CDate
Create a deep copy of CDate object
clone(T) - Static method in class org.catools.common.utils.CObjectUtil
 
clone(T, Module...) - Static method in class org.catools.common.json.CJsonUtil
 
CMap<K,​V> - Interface in org.catools.common.collections.interfaces
This interface CMap uses to facilitate Map related functionality for testing.
CMapState<K,​V> - Interface in org.catools.common.extensions.states.interfaces
CMapState is an interface for Map state related methods.
CMapVerification<T extends CVerificationBuilder> - Class in org.catools.common.extensions.verify
Map verification class contains all verification method which is related to Map
CMapVerification(T, Logger) - Constructor for class org.catools.common.extensions.verify.CMapVerification
 
CMapVerifier<K,​V> - Interface in org.catools.common.extensions.verify.interfaces
CMapVerifier is an interface for Map verification related methods.
CMapWait - Class in org.catools.common.extensions.wait
Map wait class contains all wait method which is related to Map
CMapWait() - Constructor for class org.catools.common.extensions.wait.CMapWait
 
CMapWaiter<K,​V> - Interface in org.catools.common.extensions.wait.interfaces
CMapWaiter is an interface for CMap waiter related methods.
CMapWaitVerifier<K,​V> - Interface in org.catools.common.extensions.waitVerify.interfaces
CMapVerifier is an interface for Map verification related methods.
CMemoize<T> - Class in org.catools.common.functions
Often while working with expensive resources like file, it is reasonable to perform action once and then save result of compute for future use.
CMemoize(Supplier<T>) - Constructor for class org.catools.common.functions.CMemoize
 
CNumberState<N extends java.lang.Number & java.lang.Comparable<N>> - Interface in org.catools.common.extensions.states.interfaces
CNumberState is an interface for Boolean state related methods.
CNumberVerification<T extends CVerificationBuilder,​N extends java.lang.Number & java.lang.Comparable<N>> - Class in org.catools.common.extensions.verify
Number verification class contains all verification method which is related to Number (Int,Double,Long,Float,BigDecimal)
CNumberVerification(T, Logger) - Constructor for class org.catools.common.extensions.verify.CNumberVerification
 
CNumberVerifier<N extends java.lang.Number & java.lang.Comparable<N>> - Interface in org.catools.common.extensions.verify.interfaces
CBooleanVerifier is an interface for Boolean verification related methods.
CNumberWait - Class in org.catools.common.extensions.wait
Number wait class contains all wait method which is related to Number (Int,Double,Long,Float,BigDecimal)
CNumberWait() - Constructor for class org.catools.common.extensions.wait.CNumberWait
 
CNumberWaiter<N extends java.lang.Number & java.lang.Comparable<N>> - Interface in org.catools.common.extensions.wait.interfaces
CNumberWaiter is an interface for Number waiter related methods.
CNumberWaitVerifier<N extends java.lang.Number & java.lang.Comparable<N>> - Interface in org.catools.common.extensions.waitVerify.interfaces
CBooleanVerifier is an interface for Boolean verification related methods.
CObjectSerializationUtil - Class in org.catools.common.serialization
CObjectSerializationUtil contains method to read/write object from/to file.
CObjectSerializationUtil() - Constructor for class org.catools.common.serialization.CObjectSerializationUtil
 
CObjectState<O> - Interface in org.catools.common.extensions.states.interfaces
CObjectState is an interface for Boolean state related methods.
CObjectUtil - Class in org.catools.common.utils
 
CObjectUtil() - Constructor for class org.catools.common.utils.CObjectUtil
 
CObjectVerification<T extends CVerificationBuilder> - Class in org.catools.common.extensions.verify
Object verification class contains all verification method which is related to Object
CObjectVerification(T, Logger) - Constructor for class org.catools.common.extensions.verify.CObjectVerification
 
CObjectVerifier<O,​S extends CObjectState<O>> - Interface in org.catools.common.extensions.verify.interfaces
CObjectVerifier is an interface for Object verification related methods.
CObjectWait - Class in org.catools.common.extensions.wait
Object wait class contains all wait method which is related to Object
CObjectWait() - Constructor for class org.catools.common.extensions.wait.CObjectWait
 
CObjectWaiter<O> - Interface in org.catools.common.extensions.wait.interfaces
CObjectWaiter is an interface for Object waiter related methods.
CObjectWaitVerifier<O,​S extends CObjectState<O>> - Interface in org.catools.common.extensions.waitVerify.interfaces
CObjectVerifier is an interface for Object verification related methods.
Collection - Variable in class org.catools.common.extensions.verify.CVerificationBuilder
 
coloredDiff(String, String) - Static method in class org.catools.common.text.match.CStringDiff
 
coloredDiff(String, String, int) - Static method in class org.catools.common.text.match.CStringDiff
 
coloredDiff(List<DiffMatchPatch.Diff>, Ansi.Color, Ansi.Color, Ansi.Color) - Static method in class org.catools.common.text.match.CStringDiff
 
coloredDiff(List<DiffMatchPatch.Diff>, Ansi.Color, Ansi.Color, Ansi.Color, Ansi.Color, Ansi.Color, Ansi.Color) - Static method in class org.catools.common.text.match.CStringDiff
 
compare(String, int) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.compare(String, String) equals to the expected value.
compare(String, String, int) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.compare(String, String) equals to the expected value.
compare(String, String, int, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.compare(String, String) equals to the expected value.
compareDateByFormat(Date, String) - Method in class org.catools.common.date.CDate
Compare value of given date against current object using the particular date format.
compareDatePortion(Date) - Method in class org.catools.common.date.CDate
Compare value of given date against current object using MM/dd/yyyy date format.
compareIgnoreCase(String, int) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.compareIgnoreCase(String, String) equals to the expected value.
compareIgnoreCase(String, String, int) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.compareIgnoreCase(String, String) equals to the expected value.
compareIgnoreCase(String, String, int, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.compareIgnoreCase(String, String) equals to the expected value.
compareTimePortion(Date) - Method in class org.catools.common.date.CDate
Compare value of given date against current object using HH:mm:ss date format.
CONFIG_TO_LOAD_NOT_DEFINED - Static variable in exception org.catools.common.config.CConfigToLoadNotDefinedException
 
CONFIGS_TO_LOAD - Static variable in class org.catools.common.config.CConfigsLoader
 
contains(C, E) - Method in class org.catools.common.extensions.verify.CIterableVerification
Verify that actual collection contains the expected element.
contains(C, E, String, Object...) - Method in class org.catools.common.extensions.verify.CIterableVerification
Verify that actual collection contains the expected element.
contains(Iterable<E>, E) - Static method in class org.catools.common.utils.CIterableUtil
Check if iterable contain the element.
contains(Object) - Method in interface org.catools.common.collections.interfaces.CCollection
Returns true if this collection contains the specified element.
contains(Object) - Method in interface org.catools.common.extensions.states.interfaces.CIterableState
Returns true if this collection contains the specified element.
contains(String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.contains(CharSequence, CharSequence) is true.
contains(String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.contains(CharSequence, CharSequence) is true.
contains(String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.contains(CharSequence, CharSequence) is true.
contains(Map.Entry<K, V>) - Method in interface org.catools.common.extensions.states.interfaces.CMapState
Check if actual map contains the expected key and value.
contains(Map<K, V>, Map.Entry<K, V>) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual map contains the expected entry.
contains(Map<K, V>, Map.Entry<K, V>, String, Object...) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual map contains the expected entry.
contains(Map<K, V>, K, V) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual map contains the expected key and value.
contains(Map<K, V>, K, V, String, Object...) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual map contains the expected key and value.
contains(K, V) - Method in interface org.catools.common.extensions.states.interfaces.CMapState
Check if actual map contains the expected key and value.
containsAll(C, C) - Method in class org.catools.common.extensions.verify.CIterableVerification
Verify that actual collection contains all elements from the expected collection.
containsAll(C, C, String, Object...) - Method in class org.catools.common.extensions.verify.CIterableVerification
Verify that actual collection contains all elements from the expected collection.
containsAll(Iterable<E>, Consumer<E>) - Method in interface org.catools.common.extensions.states.interfaces.CIterableState
Check if actual collection contains all elements from the expected collection.
containsAll(Map<K, V>) - Method in interface org.catools.common.extensions.states.interfaces.CMapState
Check if actual map contains all entries from the expected map.
containsAll(Map<K, V>, Consumer<Map.Entry<K, V>>) - Method in interface org.catools.common.extensions.states.interfaces.CMapState
Check if actual map contains all entries from the expected map.
containsAll(Map<K, V>, Map<K, V>) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual map contains all entries from the expected map.
containsAll(Map<K, V>, Map<K, V>, String, Object...) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual map contains all entries from the expected map.
containsAny(CharSequence, CharSequence...) - Static method in class org.catools.common.text.CStringUtil
 
containsAny(Iterable<E>) - Method in interface org.catools.common.extensions.states.interfaces.CIterableState
Check if actual collection contains any element from the expected collection.
containsAny(Iterable<String>) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of containsAnyIgnoreCase(CharSequence, CharSequence...) (CharSequence, CharSequence)} is true, ignoring case.
containsAnyIgnoreCase(CharSequence, CharSequence...) - Static method in class org.catools.common.text.CStringUtil
 
containsAnyIgnoreCase(Iterable<String>) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of containsAnyIgnoreCase(CharSequence, CharSequence...) (CharSequence, CharSequence)} is true, ignoring case.
containsIgnoreCase(String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.containsIgnoreCase(CharSequence, CharSequence) is true, ignoring case.
containsIgnoreCase(String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.containsIgnoreCase(CharSequence, CharSequence) is true.
containsIgnoreCase(String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.containsIgnoreCase(CharSequence, CharSequence) is true.
containsNone(C, C) - Method in class org.catools.common.extensions.verify.CIterableVerification
Verify that actual collection contains none of elements from the expected collection.
containsNone(C, C, String, Object...) - Method in class org.catools.common.extensions.verify.CIterableVerification
Verify that actual collection contains none of elements from the expected collection.
containsNone(Iterable<E>) - Method in interface org.catools.common.extensions.states.interfaces.CIterableState
Check if actual collection contains none of elements from the expected collection.
containsNone(Iterable<E>, Consumer<E>) - Method in interface org.catools.common.extensions.states.interfaces.CIterableState
Check if actual collection contains none of elements from the expected collection.
containsNone(Map<K, V>) - Method in interface org.catools.common.extensions.states.interfaces.CMapState
Check if actual map contains none of entries from the expected map.
containsNone(Map<K, V>, Consumer<Map.Entry<K, V>>) - Method in interface org.catools.common.extensions.states.interfaces.CMapState
Check if actual map contains none of entries from the expected map.
containsNone(Map<K, V>, Map<K, V>) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual map contains none of entries from the expected map.
containsNone(Map<K, V>, Map<K, V>, String, Object...) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual map contains none of entries from the expected map.
copy(File) - Method in class org.catools.common.io.CFile
Copies a whole directory or file to a new location preserving the file dates.
copyFile(File) - Method in class org.catools.common.io.CFile
Copies a file to a new location preserving the file date.
copyFromRemoteFolder(String, File) - Method in class org.catools.common.io.CFile
 
copyToRemoteFolder(String, File) - Method in class org.catools.common.io.CFile
 
CPathConfigs - Class in org.catools.common.config
 
CPathConfigs() - Constructor for class org.catools.common.config.CPathConfigs
 
CPlatform - Enum in org.catools.common.io
 
createAppender(String, Filter, Layout<? extends Serializable>) - Static method in class org.catools.common.logger.appender.CLogSubscriberAppender
 
createNewFile() - Method in class org.catools.common.io.CFile
Atomically creates a new, empty file named by this abstract pathname if and only if a file with this name does not yet exist.
CRegExUtil - Class in org.catools.common.text
 
CRegExUtil() - Constructor for class org.catools.common.text.CRegExUtil
 
CResource - Class in org.catools.common.io
 
CResource(String, Class) - Constructor for class org.catools.common.io.CResource
 
CResourceNotFoundException - Exception in org.catools.common.io
Signals that attempt to find provided resource failed.
CResourceNotFoundException(String) - Constructor for exception org.catools.common.io.CResourceNotFoundException
 
CResourceNotFoundException(String, Throwable) - Constructor for exception org.catools.common.io.CResourceNotFoundException
 
CRetry - Class in org.catools.common.executor
It happens that we need to retry an action many times depend on some criteria.
CRetry() - Constructor for class org.catools.common.executor.CRetry
 
CRuntimeException - Exception in org.catools.common.exception
Signals to identify place where we have known application defect.
CRuntimeException(String) - Constructor for exception org.catools.common.exception.CRuntimeException
 
CRuntimeException(String, Throwable) - Constructor for exception org.catools.common.exception.CRuntimeException
 
CSensitiveDataMaskingManager - Class in org.catools.common.logger
 
CSensitiveDataMaskingManager() - Constructor for class org.catools.common.logger.CSensitiveDataMaskingManager
 
CSet<E> - Class in org.catools.common.collections
 
CSet() - Constructor for class org.catools.common.collections.CSet
 
CSet(E...) - Constructor for class org.catools.common.collections.CSet
 
CSet(Iterable<E>) - Constructor for class org.catools.common.collections.CSet
 
CSet(Stream<E>) - Constructor for class org.catools.common.collections.CSet
 
CSleeper - Class in org.catools.common.utils
 
CSleeper() - Constructor for class org.catools.common.utils.CSleeper
 
CStaticBooleanExtension - Class in org.catools.common.extensions.types
CStaticBooleanExtension is an central interface where we extend all boolean related interfaces so adding new functionality will be much easier.
CStaticBooleanExtension() - Constructor for class org.catools.common.extensions.types.CStaticBooleanExtension
 
CStaticCollectionExtension<E> - Interface in org.catools.common.extensions.types.interfaces
CStaticCollectionExtension is an central interface where we extend all Collection related interfaces so adding new functionality will be much easier.
CStaticDateExtension - Interface in org.catools.common.extensions.types.interfaces
CStaticDateExtension is an central interface where we extend all Date related interfaces so adding new functionality will be much easier.
CStaticFileExtension - Interface in org.catools.common.extensions.types.interfaces
CStaticFileExtension is an central interface where we extend all File related interfaces so adding new functionality will be much easier.
CStaticIterableExtension<E> - Interface in org.catools.common.extensions.types.interfaces
CStaticIterableExtension is an central interface where we extend all Iterable related interfaces so adding new functionality will be much easier.
CStaticMapExtension<K,​V> - Interface in org.catools.common.extensions.types.interfaces
CStaticMapExtension is an central interface where we extend all Map related interfaces so adding new functionality will be much easier.
CStaticNumberExtension<N extends java.lang.Number & java.lang.Comparable<N>> - Class in org.catools.common.extensions.types
CStaticNumberExtension is an central interface where we extend all Number related interfaces so adding new functionality will be much easier.
CStaticNumberExtension() - Constructor for class org.catools.common.extensions.types.CStaticNumberExtension
 
CStaticObjectExtension<O> - Class in org.catools.common.extensions.types
CStaticObjectExtension is an central interface where we extend all Object related interfaces so adding new functionality will be much easier.
CStaticObjectExtension() - Constructor for class org.catools.common.extensions.types.CStaticObjectExtension
 
CStaticStringExtension - Class in org.catools.common.extensions.types
CStaticStringExtension is an central interface where we extend all String related interfaces so adding new functionality will be much easier.
CStaticStringExtension() - Constructor for class org.catools.common.extensions.types.CStaticStringExtension
 
CStorageEmptyInitException - Exception in org.catools.common.exception
 
CStorageEmptyInitException(String) - Constructor for exception org.catools.common.exception.CStorageEmptyInitException
 
CStreamUtil - Class in org.catools.common.io
 
CStreamUtil() - Constructor for class org.catools.common.io.CStreamUtil
 
CStringDiff - Class in org.catools.common.text.match
 
CStringDiff() - Constructor for class org.catools.common.text.match.CStringDiff
 
CStringDiffConfigs - Class in org.catools.common.text
 
CStringDiffConfigs() - Constructor for class org.catools.common.text.CStringDiffConfigs
 
CStringMatch - Class in org.catools.common.text.match
 
CStringMatch() - Constructor for class org.catools.common.text.match.CStringMatch
 
CStringMatchInfo<T> - Class in org.catools.common.text.match
 
CStringMatchInfo(T, T, double) - Constructor for class org.catools.common.text.match.CStringMatchInfo
 
CStringMatchUtil - Class in org.catools.common.text.match
 
CStringMatchUtil() - Constructor for class org.catools.common.text.match.CStringMatchUtil
 
CStringState - Interface in org.catools.common.extensions.states.interfaces
CStringState is an interface for String state related methods.
CStringUtil - Class in org.catools.common.text
 
CStringUtil() - Constructor for class org.catools.common.text.CStringUtil
 
CStringVerification<T extends CVerificationBuilder> - Class in org.catools.common.extensions.verify
String verification class contains all verification method which is related to String
CStringVerification(T, Logger) - Constructor for class org.catools.common.extensions.verify.CStringVerification
 
CStringVerifier - Interface in org.catools.common.extensions.verify.interfaces
CStringVerifier is an interface for String verification related methods.
CStringWait - Class in org.catools.common.extensions.wait
String wait class contains all wait method which is related to String
CStringWait() - Constructor for class org.catools.common.extensions.wait.CStringWait
 
CStringWaiter - Interface in org.catools.common.extensions.wait.interfaces
CStringWaiter is an interface for String waiter related methods.
CStringWaitVerifier - Interface in org.catools.common.extensions.waitVerify.interfaces
CStringVerifier is an interface for String verification related methods.
CSystemUtil - Class in org.catools.common.utils
This is a tool for common System call we use.
CSystemUtil() - Constructor for class org.catools.common.utils.CSystemUtil
 
CTestManagementConfigs - Class in org.catools.common.config
 
CTestManagementConfigs() - Constructor for class org.catools.common.config.CTestManagementConfigs
 
CTypeExtensionConfigs - Class in org.catools.common.extensions
 
CTypeExtensionConfigs() - Constructor for class org.catools.common.extensions.CTypeExtensionConfigs
 
CVerificationBuilder<T extends CVerificationBuilder> - Class in org.catools.common.extensions.verify
Build a sequence of verifications using method from different verification classes
CVerificationBuilder(Logger) - Constructor for class org.catools.common.extensions.verify.CVerificationBuilder
 
CVerificationException - Exception in org.catools.common.extensions.verify
Signals that defined verification is failed.
CVerificationException(String) - Constructor for exception org.catools.common.extensions.verify.CVerificationException
 
CVerificationInfo<A,​O> - Class in org.catools.common.extensions.verify
 
CVerificationInfo(Supplier<A>, Supplier<O>, String, boolean, int, int, BiFunction<A, O, Boolean>) - Constructor for class org.catools.common.extensions.verify.CVerificationInfo
 
CVerificationInfo(Supplier<A>, Supplier<O>, String, boolean, int, int, BiFunction<A, O, Boolean>, BiConsumer<A, O>) - Constructor for class org.catools.common.extensions.verify.CVerificationInfo
 
CVerificationInfo(Supplier<A>, Supplier<O>, String, boolean, BiFunction<A, O, Boolean>) - Constructor for class org.catools.common.extensions.verify.CVerificationInfo
 
CVerificationInfo(Supplier<A>, Supplier<O>, String, boolean, BiFunction<A, O, Boolean>, BiConsumer<A, O>) - Constructor for class org.catools.common.extensions.verify.CVerificationInfo
 
CVerificationQueue<T extends CVerificationBuilder> - Interface in org.catools.common.extensions.verify
Build a sequence of verifications using method from different verification classes
CVerifier - Class in org.catools.common.extensions.verify
 
CVerifier(CVerificationQueue) - Constructor for class org.catools.common.extensions.verify.CVerifier
 
CVerifier(Logger) - Constructor for class org.catools.common.extensions.verify.CVerifier
 
CVerify - Class in org.catools.common.extensions.verify
 
CVerify(Logger) - Constructor for class org.catools.common.extensions.verify.CVerify
 
CXmlSerializationUtil - Class in org.catools.common.serialization
 
CXmlSerializationUtil() - Constructor for class org.catools.common.serialization.CXmlSerializationUtil
 
CYamlUtil - Class in org.catools.common.io
 
CYamlUtil() - Constructor for class org.catools.common.io.CYamlUtil
 

D

Date - Variable in class org.catools.common.extensions.verify.CVerificationBuilder
 
delete() - Method in class org.catools.common.io.CFile
Deletes the file or directory denoted by this abstract pathname.
diff(String, String) - Static method in class org.catools.common.text.match.CStringDiff
 
diff(String, String, int) - Static method in class org.catools.common.text.match.CStringDiff
 
diffPrettyFormat(List<DiffMatchPatch.Diff>, String, String, String) - Static method in class org.catools.common.text.match.CStringDiff
 
Double - Variable in class org.catools.common.extensions.verify.CVerificationBuilder
 

E

emptyOrContains(C, E) - Method in class org.catools.common.extensions.verify.CIterableVerification
Verify that actual collection either is empty or contains the expected element.
emptyOrContains(C, E, String, Object...) - Method in class org.catools.common.extensions.verify.CIterableVerification
Verify that actual collection either is empty or contains the expected element.
emptyOrContains(E) - Method in interface org.catools.common.extensions.states.interfaces.CIterableState
Check if actual collection either is empty or contains the expected element.
emptyOrContains(Map.Entry<K, V>) - Method in interface org.catools.common.extensions.states.interfaces.CMapState
Check if actual map either is empty or contains the expected entry.
emptyOrContains(Map<K, V>, Map.Entry<K, V>) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual map either is empty or contains the expected entry.
emptyOrContains(Map<K, V>, Map.Entry<K, V>, String, Object...) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual map either is empty or contains the expected entry.
emptyOrContains(Map<K, V>, K, V) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual map either is empty or contains the expected entry.
emptyOrContains(Map<K, V>, K, V, String, Object...) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual map either is empty or contains the expected entry.
emptyOrContains(K, V) - Method in interface org.catools.common.extensions.states.interfaces.CMapState
Check if actual map either is empty or contains the expected entry.
emptyOrNotContains(C, E) - Method in class org.catools.common.extensions.verify.CIterableVerification
Verify that actual collection either is empty or does not contain the expected element.
emptyOrNotContains(C, E, String, Object...) - Method in class org.catools.common.extensions.verify.CIterableVerification
Verify that actual collection either is empty or does not contain the expected element.
emptyOrNotContains(E) - Method in interface org.catools.common.extensions.states.interfaces.CIterableState
Check if actual collection either is empty or does not contain the expected element.
emptyOrNotContains(Map.Entry<K, V>) - Method in interface org.catools.common.extensions.states.interfaces.CMapState
Check if actual map either is empty or does not contains the expected entry.
emptyOrNotContains(Map<K, V>, Map.Entry<K, V>) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual map either is empty or does not contain the expected entry.
emptyOrNotContains(Map<K, V>, Map.Entry<K, V>, String, Object...) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual map either is empty or does not contain the expected entry.
emptyOrNotContains(Map<K, V>, K, V) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual map either is empty or does not contains the expected entry.
emptyOrNotContains(Map<K, V>, K, V, String, Object...) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual map either is empty or does not contains the expected entry.
emptyOrNotContains(K, V) - Method in interface org.catools.common.extensions.states.interfaces.CMapState
Check if actual map either is empty or does not contains the expected entry.
encode(Object, Ansi.Attribute, Ansi.Color, Ansi.Color) - Static method in class org.catools.common.io.CAnsiColor
 
endsWith(String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.endsWith(CharSequence, CharSequence) is true
endsWith(String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.endsWith(CharSequence, CharSequence) is true
endsWith(String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.endsWith(CharSequence, CharSequence) is true
endsWithAny(Iterable<String>) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.endsWithAny(CharSequence, CharSequence...) is true.
endsWithAny(String, List<String>) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.endsWithAny(CharSequence, CharSequence...) is true.
endsWithAny(String, List<String>, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.endsWithAny(CharSequence, CharSequence...) is true.
endsWithIgnoreCase(String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.endsWithIgnoreCase(CharSequence, CharSequence) is true.
endsWithIgnoreCase(String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.endsWithIgnoreCase(CharSequence, CharSequence) is true.
endsWithIgnoreCase(String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.endsWithIgnoreCase(CharSequence, CharSequence) is true.
endsWithNone(Iterable<String>) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.endsWithAny(CharSequence, CharSequence...) is false.
endsWithNone(String, List<String>) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.endsWithAny(CharSequence, CharSequence...) is false.
endsWithNone(String, List<String>, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.endsWithAny(CharSequence, CharSequence...) is false.
equals(C, C) - Method in class org.catools.common.extensions.verify.CIterableVerification
Verify that actual and expected collections have the exact same elements.
equals(C, C, String, Object...) - Method in class org.catools.common.extensions.verify.CIterableVerification
Verify that actual and expected collections have the exact same elements.
equals(Boolean, Boolean) - Method in class org.catools.common.extensions.verify.CBooleanVerification
Verify that actual and expected have same boolean value or be null
equals(Boolean, Boolean, String, Object...) - Method in class org.catools.common.extensions.verify.CBooleanVerification
Verify that actual and expected have same boolean value or be null
equals(Object) - Method in class org.catools.common.collections.CHashMap
 
equals(Object) - Method in class org.catools.common.collections.CLinkedMap
 
equals(Object) - Method in class org.catools.common.collections.CList
 
equals(Object) - Method in class org.catools.common.collections.CSet
 
equals(Object) - Method in interface org.catools.common.collections.interfaces.CIterable
Returns true if this collection equals the specified collection.
equals(Object) - Method in class org.catools.common.extensions.types.CStaticBooleanExtension
 
equals(Object) - Method in class org.catools.common.extensions.types.CStaticNumberExtension
 
equals(Object) - Method in class org.catools.common.extensions.types.CStaticObjectExtension
 
equals(Object) - Method in class org.catools.common.extensions.types.CStaticStringExtension
 
equals(Object, Object) - Method in class org.catools.common.extensions.verify.CObjectVerification
Verify that actual and expected value are equal objects.
equals(Object, Object, String, Object...) - Method in class org.catools.common.extensions.verify.CObjectVerification
Verify that actual and expected value are equal objects.
equals(String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if equals(String) value equals the expected value.
equals(String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if equals(String) value equals the expected value.
equals(Date, Date) - Method in class org.catools.common.extensions.verify.CDateVerification
Verify that actual and expected have the exact same date value (compare to milliseconds) or they both has null value
equals(Date, Date, String, Object...) - Method in class org.catools.common.extensions.verify.CDateVerification
Verify that actual and expected have the exact same date value (compare to milliseconds) or they both has null value
equals(Map<K, V>, Map<K, V>) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual and expected maps have the exact same entries.
equals(Map<K, V>, Map<K, V>, String, Object...) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual and expected maps have the exact same entries.
equals(N, N) - Method in class org.catools.common.extensions.verify.CNumberVerification
Verify that actual and expected have the exact same value.
equals(N, N, String, Object...) - Method in class org.catools.common.extensions.verify.CNumberVerification
Verify that actual and expected have the exact same value.
equalsAny(CharSequence, CharSequence...) - Static method in class org.catools.common.text.CStringUtil
 
equalsAny(Iterable<String>) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of equalsAny(CharSequence, CharSequence...) is true
equalsAny(Iterable<O>) - Method in interface org.catools.common.extensions.states.interfaces.CObjectState
Check if actual value equals to any expected values
equalsAny(String, List<String>) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of equalsAny(CharSequence, CharSequence...) equals to the expected value.
equalsAny(String, List<String>, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of equalsAny(CharSequence, CharSequence...) equals to the expected value.
equalsAny(O...) - Method in interface org.catools.common.extensions.states.interfaces.CObjectState
Check if actual value equals to any expected values
equalsAnyIgnoreCase(CharSequence, CharSequence...) - Static method in class org.catools.common.text.CStringUtil
 
equalsAnyIgnoreCase(Iterable<String>) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of equalsAnyIgnoreCase(CharSequence, CharSequence...) is true, ignoring case.
equalsAnyIgnoreCase(String, List<String>) - Method in class org.catools.common.extensions.verify.CStringVerification
equalsAnyIgnoreCase(String, List<String>, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
equalsByFormat(Date, String) - Method in interface org.catools.common.extensions.states.interfaces.CDateState
Check if actual and expected have the exact same string value after they converted using the provided date format.
equalsByFormat(Date, Date, String) - Method in class org.catools.common.extensions.verify.CDateVerification
Verify that actual and expected have the exact same string value after they converted using the provided date format.
equalsByFormat(Date, Date, String, String, Object...) - Method in class org.catools.common.extensions.verify.CDateVerification
Verify that actual and expected have the exact same string value after they converted using the provided date format.
equalsDatePortion(Date) - Method in interface org.catools.common.extensions.states.interfaces.CDateState
Check if actual and expected have same string value after they converted using "yyyy-MM-dd" for format.
equalsDatePortion(Date, Date) - Method in class org.catools.common.extensions.verify.CDateVerification
Verify that actual and expected have same string value after they converted using "yyyy-MM-dd" for format.
equalsDatePortion(Date, Date, String, Object...) - Method in class org.catools.common.extensions.verify.CDateVerification
Verify that actual and expected have same string value after they converted using "yyyy-MM-dd" for format.
equalsIgnoreCase(String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if StringUtils.equalsIgnoreCase(CharSequence, CharSequence) value equals the expected value.
equalsIgnoreCase(String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if equalsIgnoreCase(String) value equals the expected value.
equalsIgnoreCase(String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if equalsIgnoreCase(String) value equals the expected value.
equalsIgnoreWhiteSpaces(String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if value is equal to expected after removing all WhiteSpaces from both.
equalsIgnoreWhiteSpaces(String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if equalsIgnoreWhiteSpace(String) value equals the expected value.
equalsIgnoreWhiteSpaces(String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if equalsIgnoreWhiteSpace(String) value equals the expected value.
equalsNone(Iterable<String>) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of equalsAny(CharSequence, CharSequence...) is false
equalsNone(Iterable<O>) - Method in interface org.catools.common.extensions.states.interfaces.CObjectState
Check if actual value not equals to any of expected values, return false if no expected value provided.
equalsNone(String, List<String>) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of equalsAny(CharSequence, CharSequence...) is false
equalsNone(String, List<String>, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of equalsAny(CharSequence, CharSequence...) is false
equalsNone(O...) - Method in interface org.catools.common.extensions.states.interfaces.CObjectState
Check if actual value not equals to any of expected values, return false if no expected value provided.
equalsNoneIgnoreCase(Iterable<String>) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of equalsAnyIgnoreCase(CharSequence, CharSequence...) is false, ignoring case.
equalsNoneIgnoreCase(String, List<String>) - Method in class org.catools.common.extensions.verify.CStringVerification
equalsNoneIgnoreCase(String, List<String>, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
equalsP(N, N, N) - Method in class org.catools.common.extensions.verify.CNumberVerification
Verify that actual and expected have the exact same value or their difference is less than precision value.
equalsP(N, N, N, String, Object...) - Method in class org.catools.common.extensions.verify.CNumberVerification
Verify that actual and expected have the exact same value or their difference is less than precision value.
equalsStringContent(File) - Method in interface org.catools.common.extensions.states.interfaces.CFileState
Check if actual and expected file have the exact same content.
equalsStringContent(String, String) - Method in class org.catools.common.extensions.verify.CFileVerification
Verify that actual and expected file have the exact same content.
equalsStringContent(String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CFileVerification
Verify that actual and expected file have the exact same content.
equalsStringContent(CFile, CFile) - Method in class org.catools.common.extensions.verify.CFileVerification
Verify that actual and expected file have the exact same content.
equalsStringContent(CFile, CFile, String, Object...) - Method in class org.catools.common.extensions.verify.CFileVerification
Verify that actual and expected file have the exact same content.
equalsTimePortion(Date) - Method in interface org.catools.common.extensions.states.interfaces.CDateState
Check if actual and expected have same string value after they converted using "HH:mm:ss" for format.
equalsTimePortion(Date, Date) - Method in class org.catools.common.extensions.verify.CDateVerification
Verify that actual and expected have same string value after they converted using "HH:mm:ss" for format.
equalsTimePortion(Date, Date, String, Object...) - Method in class org.catools.common.extensions.verify.CDateVerification
Verify that actual and expected have same string value after they converted using "HH:mm:ss" for format.
exists() - Method in class org.catools.common.io.CResource
 
exists(String) - Method in class org.catools.common.extensions.verify.CFileVerification
Verify that the file exists
exists(String, String, Object...) - Method in class org.catools.common.extensions.verify.CFileVerification
Verify that the file exists
exists(CFile) - Method in class org.catools.common.extensions.verify.CFileVerification
Verify that the file exists
exists(CFile, String, Object...) - Method in class org.catools.common.extensions.verify.CFileVerification
Verify that the file exists
expectations - Variable in class org.catools.common.extensions.verify.CVerifier
 

F

File - Variable in class org.catools.common.extensions.verify.CVerificationBuilder
 
Float - Variable in class org.catools.common.extensions.verify.CVerificationBuilder
 
forceDelete() - Method in class org.catools.common.io.CFile
Deletes a file.
forceMkdirs() - Method in class org.catools.common.io.CFile
Delete the file or directory then if the current is directory then create an empty one; if it is file then do nothing.
format(String, Object...) - Static method in class org.catools.common.text.CStringUtil
Returns a formatted string using the specified format string and arguments.
format(LogEvent, StringBuilder) - Method in class org.catools.common.logger.converters.CEventTriggerConverter
 
fromCurrent(String) - Static method in class org.catools.common.io.CFile
return a CFile which is pointing to the file in current folder.
fromName(String) - Static method in enum org.catools.common.io.CPlatform
 
fromOutput(String) - Static method in class org.catools.common.io.CFile
return a CFile which is pointing to the file in output folder.
fromRemote(String, File, String) - Static method in class org.catools.common.io.CFile
 
fromRemote(String, String) - Static method in class org.catools.common.io.CFile
 
fromRemote(String, CFile) - Static method in class org.catools.common.io.CFile
 
fromStorage(String) - Static method in class org.catools.common.io.CFile
return a CFile which is pointing to the file in current storage.
fromTmp(String) - Static method in class org.catools.common.io.CFile
return a CFile which is pointing to the file in CPathConfigs.getTempFolder() folder.
fromURL(URL, File, String) - Static method in class org.catools.common.io.CFile
 
fromURL(URL, String) - Static method in class org.catools.common.io.CFile
 
fromURL(URL, CFile) - Static method in class org.catools.common.io.CFile
 

G

get() - Method in class org.catools.common.functions.CAutoResetMemoize
 
get() - Method in class org.catools.common.functions.CMemoize
 
get(int) - Method in class org.catools.common.date.CDate
Returns the value of the given calendar field.
getActual() - Method in class org.catools.common.text.match.CStringMatchInfo
 
getActualImagesFolder() - Static method in class org.catools.common.config.CPathConfigs
 
getAll() - Method in interface org.catools.common.collections.interfaces.CIterable
Returns sequence of values which matched the predicate.
getAll(BiPredicate<K, V>) - Method in interface org.catools.common.collections.interfaces.CMap
Returns all element from map which matched the predicate otherwise return empty CHashMap.
getAll(Predicate<E>) - Method in interface org.catools.common.collections.interfaces.CIterable
Returns sequence of values which matched the predicate.
getAllKeys(Predicate<V>) - Method in interface org.catools.common.collections.interfaces.CMap
Returns CList of key of elements from map which matched the predicate otherwise return empty list.
getAllValues(Predicate<K>) - Method in interface org.catools.common.collections.interfaces.CMap
Returns CList of value of elements from map which matched the predicate otherwise return empty list.
getAny() - Method in interface org.catools.common.collections.interfaces.CIterable
get a random value from the collection.
getAnyAndRemove() - Method in interface org.catools.common.collections.interfaces.CCollection
get a random value from the collection and remove it from the list.
getBaseValue() - Method in class org.catools.common.collections.CList
Implement the getValue method of CCollection
getBaseValue() - Method in class org.catools.common.collections.CSet
get the Collection of items
getBaseValue() - Method in interface org.catools.common.collections.interfaces.CCollection
 
getBaseValue() - Method in interface org.catools.common.collections.interfaces.CMap
get the Map of items
getBaseValue() - Method in class org.catools.common.date.CDate
 
getBaseValue() - Method in interface org.catools.common.extensions.states.interfaces.CBaseState
For internal use only
getBaseValue() - Method in class org.catools.common.io.CFile
 
getBestMatch(T, List<T>, Function<T, String>, int) - Static method in class org.catools.common.text.match.CStringMatch
 
getBoolean(T) - Method in class org.catools.common.config.CConfigInfoCollection
 
getBoolean(T) - Static method in class org.catools.common.config.CConfigs
 
getBooleanOrElse(T, boolean) - Method in class org.catools.common.config.CConfigInfoCollection
 
getBooleanOrElse(T, Boolean) - Static method in class org.catools.common.config.CConfigs
 
getBooleans(T, String) - Method in class org.catools.common.config.CConfigInfoCollection
 
getBooleans(T, String) - Static method in class org.catools.common.config.CConfigs
 
getBooleansOrElse(T, String, CList<Boolean>) - Method in class org.catools.common.config.CConfigInfoCollection
 
getBooleansOrElse(T, String, CList<Boolean>) - Static method in class org.catools.common.config.CConfigs
 
getByName(String) - Method in class org.catools.common.config.CConfigInfoCollection
 
getByName(String) - Static method in class org.catools.common.config.CConfigs
 
getByName(T) - Method in class org.catools.common.config.CConfigInfoCollection
 
getByName(T) - Static method in class org.catools.common.config.CConfigs
 
getByteArray() - Method in class org.catools.common.io.CResource
 
getBytes() - Method in class org.catools.common.io.CFile
Convert file to byte array and return the result.
getCanonicalFile() - Method in class org.catools.common.io.CFile
Returns the canonical form of this abstract pathname.
getCanonicalPath() - Method in class org.catools.common.io.CFile
Returns the canonical pathname string of this abstract pathname.
getChildFile(String) - Method in class org.catools.common.io.CFile
Returns the CFile which refer to the abstract pathname's child file.
getChildFolder(String) - Method in class org.catools.common.io.CFile
Returns the CFile which refer to the abstract pathname's child folder.
getClassLoader(String, Class) - Static method in class org.catools.common.io.CResource
 
getConfigs() - Static method in class org.catools.common.config.CConfigs
 
getDate() - Method in class org.catools.common.date.CDateRandomGenerator
 
getDate(String) - Method in class org.catools.common.date.CDateRandomGenerator
 
getDayOfMonth() - Method in class org.catools.common.date.CDate
Gets the day-of-month field.
getDayOfWeek() - Method in class org.catools.common.date.CDate
Gets the day-of-week field.
getDayOfYear() - Method in class org.catools.common.date.CDate
Gets the day-of-year field.
getDefaultMessage(String) - Method in interface org.catools.common.extensions.verify.interfaces.CBaseVerifier
 
getDefaultMessage(String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CBaseVerifier
 
getDefaultTimeZone() - Static method in class org.catools.common.date.CDateConfigs
 
getDefaultWaitInSeconds() - Static method in class org.catools.common.extensions.CTypeExtensionConfigs
 
getDefaultWaitInSeconds() - Method in interface org.catools.common.extensions.wait.interfaces.CBaseWaiter
The default max time to wait for defined state.
getDefaultWaitIntervalInMilliSeconds() - Static method in class org.catools.common.extensions.CTypeExtensionConfigs
 
getDefaultWaitIntervalInMilliSeconds() - Method in interface org.catools.common.extensions.wait.interfaces.CBaseWaiter
The default interval in milliseconds during wait for defined state.
getDeleteColor() - Static method in class org.catools.common.text.CStringDiffConfigs
 
getDeleteFormat() - Static method in class org.catools.common.text.CStringDiffConfigs
 
getDiffEditCost() - Static method in class org.catools.common.text.CStringDiffConfigs
 
getDiffImagesFolder() - Static method in class org.catools.common.config.CPathConfigs
 
getDisjunction(Iterable<E>) - Method in interface org.catools.common.collections.interfaces.CIterable
Returns a CList containing the exclusive disjunction with the given Iterable.
getDouble(T) - Method in class org.catools.common.config.CConfigInfoCollection
 
getDouble(T) - Static method in class org.catools.common.config.CConfigs
 
getDoubleOrElse(T, Double) - Method in class org.catools.common.config.CConfigInfoCollection
 
getDoubleOrElse(T, Double) - Static method in class org.catools.common.config.CConfigs
 
getDurationFrom(Date) - Method in class org.catools.common.date.CDate
 
getDurationFromNow() - Method in class org.catools.common.date.CDate
 
getDurationTo(Date) - Method in class org.catools.common.date.CDate
 
getDurationToNow() - Method in class org.catools.common.date.CDate
 
getEqualColor() - Static method in class org.catools.common.text.CStringDiffConfigs
 
getEqualFormat() - Static method in class org.catools.common.text.CStringDiffConfigs
 
getEra() - Method in class org.catools.common.date.CDate
Gets the era applicable at this date.
getExpectedImagesFolder() - Static method in class org.catools.common.config.CPathConfigs
 
getFirst() - Method in interface org.catools.common.collections.interfaces.CIterable
Returns a first element from list.
getFirst(BiPredicate<K, V>) - Method in interface org.catools.common.collections.interfaces.CMap
Returns first element from map which matched the predicate otherwise throws NoSuchElementException.
getFirst(Predicate<E>) - Method in interface org.catools.common.collections.interfaces.CIterable
Returns a first element from list which matched the predicate otherwise throws NoSuchElementException.
getFirstKeyByValue(Predicate<V>) - Method in interface org.catools.common.collections.interfaces.CMap
Returns key of first element from map which its value match the predicate otherwise throw NoSuchElementException.
getFirstKeyByValue(V) - Method in interface org.catools.common.collections.interfaces.CMap
Returns key of first element from map which its value match the predicate otherwise throw NoSuchElementException.
getFirstKeyByValueOrElse(Predicate<V>, K) - Method in interface org.catools.common.collections.interfaces.CMap
Returns key of first element from map which its value match the predicate otherwise return otherKey.
getFirstKeyByValueOrElse(V, K) - Method in interface org.catools.common.collections.interfaces.CMap
Returns key of first element from map which its value match the predicate otherwise return otherKey.
getFirstKeyByValueOrNull(Predicate<V>) - Method in interface org.catools.common.collections.interfaces.CMap
Returns key of first element from map which its value match the predicate otherwise return null.
getFirstKeyByValueOrNull(V) - Method in interface org.catools.common.collections.interfaces.CMap
Returns key of first element from map which its value match the predicate otherwise return null.
getFirstOrAny(Predicate<E>) - Method in interface org.catools.common.collections.interfaces.CIterable
Returns first element from list which matched the predicate otherwise returns any value.
getFirstOrElse(E) - Method in interface org.catools.common.collections.interfaces.CIterable
Returns a first element from list if the list is not empty otherwise returns other value.
getFirstOrElse(Predicate<E>, E) - Method in interface org.catools.common.collections.interfaces.CIterable
Returns a first element from list which matched the predicate otherwise returns other value.
getFirstOrElse(Predicate<E>, Supplier<E>) - Method in interface org.catools.common.collections.interfaces.CIterable
Returns a first element from list which matched the predicate otherwise returns other value.
getFirstOrElseGet(Predicate<E>, Supplier<E>) - Method in interface org.catools.common.collections.interfaces.CIterable
Returns a first element from list which matched the predicate otherwise returns other value.
getFirstOrElseGet(Supplier<E>) - Method in interface org.catools.common.collections.interfaces.CIterable
Returns a first element from list if the list is not empty otherwise returns other value.
getFirstOrNull() - Method in interface org.catools.common.collections.interfaces.CIterable
Returns a first element from list if the list is not empty otherwise returns null value.
getFirstOrNull(Predicate<E>) - Method in interface org.catools.common.collections.interfaces.CIterable
Returns first element from list which matched the predicate otherwise returns null value.
getFirstOrThrow(RuntimeException) - Method in interface org.catools.common.collections.interfaces.CIterable
Returns first element from list if the list is not empty otherwise throws RuntimeException.
getFirstOrThrow(Predicate<E>, Supplier<? extends X>) - Method in interface org.catools.common.collections.interfaces.CIterable
Returns first element from list which matched the predicate otherwise throws RuntimeException.
getFirstValueByKey(Predicate<K>) - Method in interface org.catools.common.collections.interfaces.CMap
Returns value of first element from map which its key match the predicate otherwise throw NoSuchElementException.
getFirstValueByKey(K) - Method in interface org.catools.common.collections.interfaces.CMap
Returns value of first element from map which its key match the predicate otherwise throw NoSuchElementException.
getFirstValueByKeyOrElse(Predicate<K>, V) - Method in interface org.catools.common.collections.interfaces.CMap
Returns value of first element from map which its key match the predicate otherwise return otherValue.
getFirstValueByKeyOrElse(K, V) - Method in interface org.catools.common.collections.interfaces.CMap
Returns value of first element from map which its key match the predicate otherwise return otherValue.
getFirstValueByKeyOrNull(Predicate<K>) - Method in interface org.catools.common.collections.interfaces.CMap
Returns value of first element from map which its key match the predicate otherwise return otherValue.
getFirstValueByKeyOrNull(K) - Method in interface org.catools.common.collections.interfaces.CMap
Returns value of first element from map which its key match the predicate otherwise return otherValue.
getFormattedDate(int, int, String) - Static method in class org.catools.common.date.CDateRandomGenerator
 
getFormattedDate(Calendar, Calendar, String) - Static method in class org.catools.common.date.CDateRandomGenerator
 
getFormattedDate(Date, Date, String) - Static method in class org.catools.common.date.CDateRandomGenerator
 
getFragmentInDays(int) - Method in class org.catools.common.date.CDate
Returns the number of days within the fragment.
getFragmentInHours(int) - Method in class org.catools.common.date.CDate
Returns the number of hours within the fragment.
getFragmentInMilliseconds(int) - Method in class org.catools.common.date.CDate
Returns the number of milliseconds within the fragment.
getFragmentInMinutes(int) - Method in class org.catools.common.date.CDate
Returns the number of minutes within the fragment.
getFragmentInSeconds(int) - Method in class org.catools.common.date.CDate
Returns the number of seconds within the fragment.
getHostIP() - Static method in class org.catools.common.utils.CSystemUtil
 
getImagesFolder() - Static method in class org.catools.common.config.CPathConfigs
 
getInputStream() - Method in class org.catools.common.io.CFile
Get the Input Stream for the file
getInputStream() - Method in class org.catools.common.io.CResource
 
getInsertColor() - Static method in class org.catools.common.text.CStringDiffConfigs
 
getInsertFormat() - Static method in class org.catools.common.text.CStringDiffConfigs
 
getInteger(T) - Method in class org.catools.common.config.CConfigInfoCollection
 
getInteger(T) - Static method in class org.catools.common.config.CConfigs
 
getIntegerOrElse(T, Integer) - Method in class org.catools.common.config.CConfigInfoCollection
 
getIntegerOrElse(T, Integer) - Static method in class org.catools.common.config.CConfigs
 
getIntegers(T, String) - Method in class org.catools.common.config.CConfigInfoCollection
 
getIntegers(T, String) - Static method in class org.catools.common.config.CConfigs
 
getIntegersOrElse(T, String, CList<Integer>) - Method in class org.catools.common.config.CConfigInfoCollection
 
getIntegersOrElse(T, String, CList<Integer>) - Static method in class org.catools.common.config.CConfigs
 
getIntersection(Iterable<E>) - Method in interface org.catools.common.collections.interfaces.CIterable
Returns a CList containing the intersection with the given Iterable.
getLines() - Method in class org.catools.common.io.CResource
 
getLines(Predicate<String>) - Method in class org.catools.common.io.CResource
 
getLocalConfigFolder() - Static method in class org.catools.common.config.CPathConfigs
 
getLogFolder() - Static method in class org.catools.common.logger.CLoggerConfigs
 
getLogger() - Method in class org.catools.common.extensions.verify.CVerificationBuilder
 
getLogger() - Method in interface org.catools.common.extensions.verify.CVerificationQueue
 
getMatch() - Method in class org.catools.common.text.match.CStringMatchInfo
 
getMatch(T, T, Function<T, String>, int) - Static method in class org.catools.common.text.match.CStringMatch
 
getMatches(T, List<T>, Function<T, String>, int) - Static method in class org.catools.common.text.match.CStringMatch
 
getMessage(LogEvent) - Static method in class org.catools.common.logger.CLogEventHelper
 
getMonthName() - Method in class org.catools.common.date.CDate
Gets the month-of-year field using the Month enum.
getOutputChildFolder(String) - Static method in class org.catools.common.config.CPathConfigs
 
getOutputFolder() - Static method in class org.catools.common.config.CPathConfigs
 
getOutputPath() - Static method in class org.catools.common.config.CPathConfigs
 
getOutputRoot() - Static method in class org.catools.common.config.CPathConfigs
 
getParentFile() - Method in class org.catools.common.io.CFile
Returns the CFile which refer to the abstract pathname's parent, or null if current file does not name a parent directory.
getPercent() - Method in class org.catools.common.text.match.CStringMatchInfo
 
getPlatform() - Static method in class org.catools.common.utils.CSystemUtil
 
getProjectName() - Static method in class org.catools.common.config.CTestManagementConfigs
 
getResourceAsStream(String, Class) - Static method in class org.catools.common.io.CResource
 
getResourceFullName() - Method in class org.catools.common.io.CResource
 
getResourceName() - Method in class org.catools.common.io.CResource
 
getRunName() - Static method in class org.catools.common.config.CConfigs
For Internal User Only
getSortedMap(Comparator<Map.Entry<K, V>>) - Method in interface org.catools.common.collections.interfaces.CMap
Sorts the CMap according to the order induced by the specified comparator.
getStorageChildFolder(String) - Static method in class org.catools.common.config.CPathConfigs
 
getStorageFolder() - Static method in class org.catools.common.config.CPathConfigs
 
getString() - Method in class org.catools.common.io.CResource
 
getString(T) - Method in class org.catools.common.config.CConfigInfoCollection
 
getString(T) - Static method in class org.catools.common.config.CConfigs
 
getStringOrElse(T, String) - Method in class org.catools.common.config.CConfigInfoCollection
 
getStringOrElse(T, String) - Static method in class org.catools.common.config.CConfigs
 
getStrings(T, String) - Method in class org.catools.common.config.CConfigInfoCollection
 
getStrings(T, String) - Static method in class org.catools.common.config.CConfigs
 
getStringsOrElse(T, String, CList<String>) - Method in class org.catools.common.config.CConfigInfoCollection
 
getStringsOrElse(T, String, CList<String>) - Static method in class org.catools.common.config.CConfigs
 
getTempFolder() - Static method in class org.catools.common.config.CPathConfigs
 
getTimeStamp() - Method in class org.catools.common.date.CDate
 
getTmpChildFolder(String) - Static method in class org.catools.common.config.CPathConfigs
 
getTmpDownloadFolder() - Static method in class org.catools.common.config.CPathConfigs
 
getTmpResourcesFolder() - Static method in class org.catools.common.config.CPathConfigs
 
getTmpUploadFolder() - Static method in class org.catools.common.config.CPathConfigs
 
getUnion(Iterable<E>) - Method in interface org.catools.common.collections.interfaces.CIterable
Returns a CList containing the union with the given Iterable.
getUrlToDefect() - Static method in class org.catools.common.config.CTestManagementConfigs
 
getUrlToDefect(String) - Static method in class org.catools.common.config.CTestManagementConfigs
 
getUrlToTest() - Static method in class org.catools.common.config.CTestManagementConfigs
 
getUrlToTest(String) - Static method in class org.catools.common.config.CTestManagementConfigs
 
getUserName() - Static method in class org.catools.common.utils.CSystemUtil
 
getValue() - Method in class org.catools.common.config.CConfigInfo
 
getValueOrDefault(String, String) - Static method in class org.catools.common.utils.CConfigUtil
 
getVerifyMessagePrefix() - Method in interface org.catools.common.extensions.verify.interfaces.CBaseVerifier
 
getVersionName() - Static method in class org.catools.common.config.CTestManagementConfigs
 
greater(N) - Method in interface org.catools.common.extensions.states.interfaces.CNumberState
Check if actual has value greater than expected.
greater(N, N) - Method in class org.catools.common.extensions.verify.CNumberVerification
Verify that actual has value greater than expected.
greater(N, N, String, Object...) - Method in class org.catools.common.extensions.verify.CNumberVerification
Verify that actual has value greater than expected.
greaterOrEqual(N) - Method in interface org.catools.common.extensions.states.interfaces.CNumberState
Check if actual has value greater or equal to expected.
greaterOrEqual(N, N) - Method in class org.catools.common.extensions.verify.CNumberVerification
Verify that actual has value greater or equal to expected.
greaterOrEqual(N, N, String, Object...) - Method in class org.catools.common.extensions.verify.CNumberVerification
Verify that actual has value greater or equal to expected.
groups(String, Pattern) - Static method in class org.catools.common.text.CRegExUtil
 

H

has(C, Predicate<E>) - Method in class org.catools.common.extensions.verify.CIterableVerification
Verify that actual collection contains the element which returns true from expected predicate.
has(C, Predicate<E>, String, Object...) - Method in class org.catools.common.extensions.verify.CIterableVerification
Verify that actual collection contains the element which returns true from expected predicate.
has(Iterable<E>, Predicate<E>) - Static method in class org.catools.common.utils.CIterableUtil
Check if iterable has any method which its result of predicate call is true.
has(String) - Method in class org.catools.common.config.CConfigInfoCollection
 
has(Predicate<E>) - Method in interface org.catools.common.collections.interfaces.CIterable
Indicate if predicate condition returns true for any record in the list The preferred alternative to this method is CIterable.getFirst(), CIterable.getFirstOrElse(Object), CIterable.getFirstOrElse(Predicate, Object), CIterable.getFirstOrThrow(RuntimeException), CIterable.getFirstOrThrow(Predicate, Supplier).
has(Predicate<E>) - Method in interface org.catools.common.extensions.states.interfaces.CIterableState
Check if iterable contains any value.
has(T) - Method in class org.catools.common.config.CConfigInfoCollection
 
hashCode() - Method in class org.catools.common.extensions.types.CStaticBooleanExtension
 
hashCode() - Method in class org.catools.common.extensions.types.CStaticNumberExtension
 
hashCode() - Method in class org.catools.common.extensions.types.CStaticObjectExtension
 
hashCode() - Method in class org.catools.common.extensions.types.CStaticStringExtension
 
hasNot(String) - Method in class org.catools.common.config.CConfigInfoCollection
 
hasNot(Predicate<E>) - Method in interface org.catools.common.collections.interfaces.CIterable
Indicate if predicate condition returns false for all records in the list The preferred alternative to this method is CIterable.getFirst(), CIterable.getFirstOrElse(Object), CIterable.getFirstOrElse(Predicate, Object), CIterable.getFirstOrThrow(RuntimeException), CIterable.getFirstOrThrow(Predicate, Supplier).
hasNot(Predicate<E>) - Method in interface org.catools.common.extensions.states.interfaces.CIterableState
Check if iterable contains any value.
hasNot(T) - Method in class org.catools.common.config.CConfigInfoCollection
 

I

ignore(String...) - Static method in class org.catools.common.logger.CSensitiveDataMaskingManager
 
indexOf(Predicate<E>) - Method in class org.catools.common.collections.CList
Returns the index of first element from list which matched the predicate or -1 if no match found.
instance() - Static method in class org.catools.common.date.CDateRandomGenerator
 
instance(int, int) - Static method in class org.catools.common.date.CDateRandomGenerator
 
instance(Calendar, Calendar) - Static method in class org.catools.common.date.CDateRandomGenerator
 
instance(Date, Date) - Static method in class org.catools.common.date.CDateRandomGenerator
 
Int - Variable in class org.catools.common.extensions.verify.CVerificationBuilder
 
isAlpha() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.isAlpha(CharSequence) is true.
isAlpha(String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.isAlpha(CharSequence) is true.
isAlpha(String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.isAlpha(CharSequence) is true.
isAlphanumeric() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.isAlphanumeric(CharSequence) is true.
isAlphanumeric(String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.isAlphanumeric(CharSequence) is true.
isAlphanumeric(String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.isAlphanumeric(CharSequence) is true.
isAlphaNumeric(String) - Static method in class org.catools.common.text.CRegExUtil
 
isAlphanumericSpace() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.isAlphanumericSpace(CharSequence) is true.
isAlphanumericSpace(String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.isAlphanumericSpace(CharSequence) is true.
isAlphanumericSpace(String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.isAlphanumericSpace(CharSequence) is true.
isAlphaNumericSpace(String) - Static method in class org.catools.common.text.CRegExUtil
 
isAlphaSpace() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.isAlphaSpace(CharSequence) is true.
isAlphaSpace(String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.isAlphaSpace(CharSequence) is true.
isAlphaSpace(String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.isAlphaSpace(CharSequence) is true.
isAnsiOutput() - Static method in class org.catools.common.logger.CLoggerConfigs
 
isAsciiPrintable() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.isAsciiPrintable(CharSequence) is true.
isAsciiPrintable(String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.isAsciiPrintable(CharSequence) is true.
isAsciiPrintable(String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.isAsciiPrintable(CharSequence) is true.
isBlank() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if String value is blank (Null or Empty)
isBlank(String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if String value is blank (Null or Empty)
isBlank(String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if String value is blank (Null or Empty)
isBlankOrAlpha() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if string value is Blank or the result of StringUtils.isAlpha(CharSequence) is true.
isBlankOrAlpha(String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if string value is Blank or the result of StringUtils.isAlpha(CharSequence) is true.
isBlankOrAlpha(String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if string value is Blank or the result of StringUtils.isAlpha(CharSequence) is true.
isBlankOrAlphanumeric() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if string value is Blank or the result of StringUtils.isAlphanumeric(CharSequence) is true.
isBlankOrAlphanumeric(int, int) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if string value is Blank or the result of StringUtils.isAlphanumeric(CharSequence) is true and string length is between minLength and maxLength.
isBlankOrAlphanumeric(String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if string value is Blank or the result of StringUtils.isAlphanumeric(CharSequence) is true.
isBlankOrAlphanumeric(String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if string value is Blank or the result of StringUtils.isAlphanumeric(CharSequence) is true.
isBlankOrNotAlpha() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if string value is Blank or the result of StringUtils.isAlpha(CharSequence) is false.
isBlankOrNotAlpha(String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if string value is Blank or the result of StringUtils.isAlpha(CharSequence) is false.
isBlankOrNotAlpha(String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if string value is Blank or the result of StringUtils.isAlpha(CharSequence) is false.
isBlankOrNotAlphanumeric() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if string value is Blank or the result of StringUtils.isAlphanumeric(CharSequence) is false.
isBlankOrNotAlphanumeric(String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if string value is Blank or the result of StringUtils.isAlphanumeric(CharSequence) is false.
isBlankOrNotAlphanumeric(String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if string value is Blank or the result of StringUtils.isAlphanumeric(CharSequence) is false.
isBlankOrNotNumeric() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if string is Blank or the result of StringUtils.isNumeric(CharSequence) is false.
isBlankOrNotNumeric(String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if string value is Blank or the result of StringUtils.isNumeric(CharSequence) is false.
isBlankOrNotNumeric(String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if string value is Blank or the result of StringUtils.isNumeric(CharSequence) is false.
isBlankOrNumeric() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if string is Blank or the result of StringUtils.isNumeric(CharSequence) is true.
isBlankOrNumeric(int, int) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if string value is Blank or the result of StringUtils.isNumeric(CharSequence) is true and string length is between minLength and maxLength.
isBlankOrNumeric(String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if string value is Blank or the result of StringUtils.isNumeric(CharSequence) is true.
isBlankOrNumeric(String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if string value is Blank or the result of StringUtils.isNumeric(CharSequence) is true.
isConsoleAvailable() - Static method in class org.catools.common.console.CConsole
 
isDefined() - Method in class org.catools.common.config.CConfigInfo
 
isEmpty() - Method in interface org.catools.common.collections.interfaces.CCollection
Returns true if this collection contains no elements.
isEmpty() - Method in interface org.catools.common.extensions.states.interfaces.CIterableState
Check if iterable is empty.
isEmpty() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if String value is empty
isEmpty(C) - Method in class org.catools.common.extensions.verify.CIterableVerification
Verify that actual collection is empty.
isEmpty(C, String, Object...) - Method in class org.catools.common.extensions.verify.CIterableVerification
Verify that actual collection is empty.
isEmpty(Iterable) - Static method in class org.catools.common.utils.CIterableUtil
Check if iterable is empty.
isEmpty(String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if String value is empty
isEmpty(String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if String value is empty
isEmpty(Map<K, V>) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual map is empty.
isEmpty(Map<K, V>, String, Object...) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual map is empty.
isEmptyOrAlpha() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if string value is empty or the result of StringUtils.isAlpha(CharSequence) is true.
isEmptyOrAlpha(String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if string value is empty or the result of StringUtils.isAlpha(CharSequence) is true.
isEmptyOrAlpha(String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if string value is empty or the result of StringUtils.isAlpha(CharSequence) is true.
isEmptyOrAlphanumeric() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if string value is empty or the result of StringUtils.isAlphanumeric(CharSequence) is true.
isEmptyOrAlphanumeric(int, int) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if string value is empty or the result of StringUtils.isAlphanumeric(CharSequence) is true and string length is between minLength and maxLength.
isEmptyOrAlphanumeric(String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if string value is empty or the result of StringUtils.isAlphanumeric(CharSequence) is true.
isEmptyOrAlphanumeric(String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if string value is empty or the result of StringUtils.isAlphanumeric(CharSequence) is true.
isEmptyOrNotAlpha() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if string value is empty or the result of StringUtils.isAlpha(CharSequence) is false.
isEmptyOrNotAlpha(String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if string value is empty or the result of StringUtils.isAlpha(CharSequence) is false.
isEmptyOrNotAlpha(String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if string value is empty or the result of StringUtils.isAlpha(CharSequence) is false.
isEmptyOrNotAlphanumeric() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if string value is empty or the result of StringUtils.isAlphanumeric(CharSequence) is false.
isEmptyOrNotAlphanumeric(String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if string value is empty or the result of StringUtils.isAlphanumeric(CharSequence) is false.
isEmptyOrNotAlphanumeric(String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if string value is empty or the result of StringUtils.isAlphanumeric(CharSequence) is false.
isEmptyOrNotNumeric() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if string is empty or the result of StringUtils.isNumeric(CharSequence) is false.
isEmptyOrNotNumeric(String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if string value is empty or the result of StringUtils.isNumeric(CharSequence) is false.
isEmptyOrNotNumeric(String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if string value is empty or the result of StringUtils.isNumeric(CharSequence) is false.
isEmptyOrNumeric() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if string is empty or the result of StringUtils.isNumeric(CharSequence) is true.
isEmptyOrNumeric(int, int) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if string value is empty or the result of StringUtils.isNumeric(CharSequence) is true and string length is between minLength and maxLength.
isEmptyOrNumeric(String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if string value is empty or the result of StringUtils.isNumeric(CharSequence) is true.
isEmptyOrNumeric(String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if string value is empty or the result of StringUtils.isNumeric(CharSequence) is true.
isEqual(File) - Method in interface org.catools.common.extensions.states.interfaces.CFileState
 
isEqual(Boolean) - Method in interface org.catools.common.extensions.states.interfaces.CBooleanState
 
isEqual(Iterable<E>) - Method in interface org.catools.common.extensions.states.interfaces.CIterableState
Check if actual and expected collections have the exact same elements.
isEqual(Iterable<E>, Consumer<E>, Consumer<E>) - Method in interface org.catools.common.extensions.states.interfaces.CIterableState
Check if actual and expected collections have the exact same elements.
isEqual(String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if StringUtils.equals(CharSequence, CharSequence) value equals the expected value.
isEqual(Date) - Method in interface org.catools.common.extensions.states.interfaces.CDateState
 
isEqual(Map<K, V>) - Method in interface org.catools.common.extensions.states.interfaces.CMapState
 
isEqual(Map<K, V>, Consumer<Map.Entry<K, V>>, Consumer<Map.Entry<K, V>>) - Method in interface org.catools.common.extensions.states.interfaces.CMapState
Check if actual and expected maps have the exact same entries.
isEqual(N) - Method in interface org.catools.common.extensions.states.interfaces.CNumberState
Check if actual and expected have the exact same value.
isEqual(N, N) - Method in interface org.catools.common.extensions.states.interfaces.CNumberState
Check if actual and expected have the exact same value or their difference is less than precision value.
isEqual(O) - Method in interface org.catools.common.extensions.states.interfaces.CObjectState
Check if actual and expected are equal
isEqual(O) - Method in class org.catools.common.extensions.types.CStaticObjectExtension
 
isFalse() - Method in interface org.catools.common.extensions.states.interfaces.CBooleanState
Check if actual value is false
isFalse(Boolean) - Method in class org.catools.common.extensions.verify.CBooleanVerification
Verify that actual value is false
isFalse(Boolean, String, Object...) - Method in class org.catools.common.extensions.verify.CBooleanVerification
Verify that actual value is false
isFriday() - Method in class org.catools.common.date.CDate
 
isLeapYear() - Method in class org.catools.common.date.CDate
Checks if the year is a leap year, according to the ISO proleptic calendar system rules.
isLinux() - Method in enum org.catools.common.io.CPlatform
 
isMac() - Method in enum org.catools.common.io.CPlatform
 
isMatch(String, String) - Static method in class org.catools.common.text.CRegExUtil
 
isMatch(String, Pattern) - Static method in class org.catools.common.text.CRegExUtil
 
isMonday() - Method in class org.catools.common.date.CDate
 
isNotAlpha() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.isAlpha(CharSequence) is false.
isNotAlpha(String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.isAlpha(CharSequence) is false.
isNotAlpha(String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.isAlpha(CharSequence) is false.
isNotAlphanumeric() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.isAlphanumeric(CharSequence) is false.
isNotAlphanumeric(String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.isAlphanumeric(CharSequence) is false.
isNotAlphanumeric(String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.isAlphanumeric(CharSequence) is false.
isNotAlphanumericSpace() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.isAlphanumericSpace(CharSequence) is false.
isNotAlphanumericSpace(String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.isAlphanumericSpace(CharSequence) is false.
isNotAlphanumericSpace(String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.isAlphanumericSpace(CharSequence) is false.
isNotAlphaSpace() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.isAlphaSpace(CharSequence) is false.
isNotAlphaSpace(String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.isAlphaSpace(CharSequence) is false.
isNotAlphaSpace(String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.isAlphaSpace(CharSequence) is false.
isNotAsciiPrintable() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.isAsciiPrintable(CharSequence) is false.
isNotAsciiPrintable(String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.isAsciiPrintable(CharSequence) is false.
isNotAsciiPrintable(String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.isAsciiPrintable(CharSequence) is false.
isNotBlank() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if String value is not blank (Null or Empty)
isNotBlank(String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if String value is not blank (Null or Empty)
isNotBlank(String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if String value is not blank (Null or Empty)
isNotEmpty() - Method in interface org.catools.common.extensions.states.interfaces.CIterableState
Check if iterable contains any value.
isNotEmpty() - Method in interface org.catools.common.extensions.states.interfaces.CMapState
Check if that actual map is not empty.
isNotEmpty() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify String value is not empty
isNotEmpty(C) - Method in class org.catools.common.extensions.verify.CIterableVerification
Verify that actual collection is not empty.
isNotEmpty(C, String, Object...) - Method in class org.catools.common.extensions.verify.CIterableVerification
Verify that actual collection is not empty.
isNotEmpty(Iterable) - Static method in class org.catools.common.utils.CIterableUtil
Check if iterable contains any value.
isNotEmpty(String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify String value is not empty
isNotEmpty(String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify String value is not empty
isNotEmpty(Map<K, V>) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual map is not empty.
isNotEmpty(Map<K, V>, String, Object...) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual map is not empty.
isNotNull() - Method in interface org.catools.common.extensions.states.interfaces.CObjectState
Check if actual is NOT null
isNotNull(Object) - Method in class org.catools.common.extensions.verify.CObjectVerification
Verify that actual value is NOT null.
isNotNull(Object, String, Object...) - Method in class org.catools.common.extensions.verify.CObjectVerification
Verify that actual value is NOT null.
isNotNumeric() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.isNumeric(CharSequence) is false.
isNotNumeric(String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.isNumeric(CharSequence) is false.
isNotNumeric(String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.isNumeric(CharSequence) is false.
isNotNumericSpace() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.isNumericSpace(CharSequence) is false.
isNotNumericSpace(String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.isNumericSpace(CharSequence) is false.
isNotNumericSpace(String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.isNumericSpace(CharSequence) is false.
isNull() - Method in interface org.catools.common.extensions.states.interfaces.CObjectState
Check if actual is null
isNull(Object) - Method in class org.catools.common.extensions.verify.CObjectVerification
Verify that actual value is null.
isNull(Object, String, Object...) - Method in class org.catools.common.extensions.verify.CObjectVerification
Verify that actual value is null.
isNumeric() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.isNumeric(CharSequence) is true.
isNumeric(int, int) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if string value is empty or the result of StringUtils.isNumeric(CharSequence) is true and string length is between minLength and maxLength.
isNumeric(String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.isNumeric(CharSequence) is true.
isNumeric(String) - Static method in class org.catools.common.text.CRegExUtil
 
isNumeric(String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.isNumeric(CharSequence) is true.
isNumericSpace() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.isNumericSpace(CharSequence) is true.
isNumericSpace(String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.isNumericSpace(CharSequence) is true.
isNumericSpace(String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.isNumericSpace(CharSequence) is true.
isSameDay(Date) - Method in class org.catools.common.date.CDate
Checks if two date objects are on the same day ignoring time.
isSameInstant(Date) - Method in class org.catools.common.date.CDate
Checks if two date objects represent the same instant in time.
isSameLocalTime(Date) - Method in class org.catools.common.date.CDate
Checks if two calendar objects represent the same local time.
isSaturday() - Method in class org.catools.common.date.CDate
 
isSunday() - Method in class org.catools.common.date.CDate
 
isThursday() - Method in class org.catools.common.date.CDate
 
isTodayDate() - Method in class org.catools.common.date.CDate
 
isTrue() - Method in interface org.catools.common.extensions.states.interfaces.CBooleanState
Check if actual value is true
isTrue(Boolean) - Method in class org.catools.common.extensions.verify.CBooleanVerification
Verify that actual value is true
isTrue(Boolean, String, Object...) - Method in class org.catools.common.extensions.verify.CBooleanVerification
Verify that actual value is true
isTuesday() - Method in class org.catools.common.date.CDate
 
isWednesday() - Method in class org.catools.common.date.CDate
 
isWindows() - Method in enum org.catools.common.io.CPlatform
 
isXterm() - Static method in class org.catools.common.logger.CLoggerConfigs
 

J

join() - Method in interface org.catools.common.collections.interfaces.CIterable
Joins the elements of CCollection into single String containing the provided elements.
join(int, int) - Method in class org.catools.common.collections.CList
Joins the elements of CList into a single String containing the provided elements.
join(int, int, String) - Method in class org.catools.common.collections.CList
Joins the elements of CList into a single String containing the provided elements.
join(String) - Method in interface org.catools.common.collections.interfaces.CIterable
Joins the elements of CCollection into single String containing the provided elements.
join(Function<? super E, ? extends String>, String) - Method in interface org.catools.common.collections.interfaces.CIterable
Joins the elements of CCollection into single String containing the provided elements.

K

keySet() - Method in class org.catools.common.collections.CHashMap
Returns a CSet of the keys contained in this map.
keySet() - Method in class org.catools.common.collections.CLinkedMap
Returns a CSet of the keys contained in this map.
keySet() - Method in interface org.catools.common.collections.interfaces.CMap
Returns a CSet view of the keys contained in this map.

L

leftPadEquals(int, String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.leftPad(String, int, String) is equals to expected value.
leftPadEquals(String, int, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.leftPad(String, int, String) is equals to expected value.
leftPadEquals(String, int, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.leftPad(String, int, String) is equals to expected value.
leftPadNotEquals(int, String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.leftPad(String, int, String) is NOT equals to expected value.
leftPadNotEquals(String, int, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.leftPad(String, int, String) is NOT equals to expected value.
leftPadNotEquals(String, int, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.leftPad(String, int, String) is NOT equals to expected value.
leftValueEquals(int, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.left(String, int) equals to expected value.
leftValueEquals(String, int, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.left(String, int) equals to expected value.
leftValueEquals(String, int, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.left(String, int) equals to expected value.
leftValueNotEquals(int, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.left(String, int) NOT equals to expected value.
leftValueNotEquals(String, int, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.left(String, int) NOT equals to expected value.
leftValueNotEquals(String, int, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.left(String, int) NOT equals to expected value.
lengthEquals(int) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.length(CharSequence) is equals to expected value.
lengthEquals(String, int) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.length(CharSequence) is equals to expected value.
lengthEquals(String, int, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.length(CharSequence) is equals to expected value.
lengthNotEquals(int) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.length(CharSequence) is NOT equals to expected value.
lengthNotEquals(String, int) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.length(CharSequence) is NOT equals to expected value.
lengthNotEquals(String, int, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.length(CharSequence) is NOT equals to expected value.
lengthOfMonth() - Method in class org.catools.common.date.CDate
Returns the length of the month represented by this date.
lengthOfYear() - Method in class org.catools.common.date.CDate
Returns the length of the year represented by this date.
less(N) - Method in interface org.catools.common.extensions.states.interfaces.CNumberState
Check if actual has value less than expected.
less(N, N) - Method in class org.catools.common.extensions.verify.CNumberVerification
Verify that actual has value less than expected.
less(N, N, String, Object...) - Method in class org.catools.common.extensions.verify.CNumberVerification
Verify that actual has value less than expected.
lessOrEqual(N) - Method in interface org.catools.common.extensions.states.interfaces.CNumberState
Check if actual has value less or equal than expected.
lessOrEqual(N, N) - Method in class org.catools.common.extensions.verify.CNumberVerification
Verify that actual has value less or equal than expected.
lessOrEqual(N, N, String, Object...) - Method in class org.catools.common.extensions.verify.CNumberVerification
Verify that actual has value less or equal than expected.
LINUX - org.catools.common.io.CPlatform
 
load() - Static method in class org.catools.common.config.CConfigsLoader
 
locateFile(String) - Static method in class org.catools.common.config.CConfigsLoader
 
locateResource(String) - Static method in class org.catools.common.config.CConfigsLoader
 
logColoredOutput() - Static method in class org.catools.common.logger.CLoggerConfigs
 
logger - Variable in class org.catools.common.extensions.verify.CBaseVerification
 
logger - Variable in class org.catools.common.extensions.verify.CVerificationBuilder
 
Long - Variable in class org.catools.common.extensions.verify.CVerificationBuilder
 

M

MAC - org.catools.common.io.CPlatform
 
map(Function<? super E, ? extends R>) - Method in interface org.catools.common.collections.interfaces.CIterable
Returns stream consisting of the results of applying the given function to the elements of this stream.
Map - Variable in class org.catools.common.extensions.verify.CVerificationBuilder
 
mapToList(Function<? super E, ? extends R>) - Method in interface org.catools.common.collections.interfaces.CIterable
Returns CList consisting of the results of applying the given function to the elements of the CCollection.
mapToSet(Function<? super E, ? extends R>) - Method in interface org.catools.common.collections.interfaces.CIterable
Returns CSet consisting of the results of applying the given function to the elements of the CCollection.
mask(Object) - Static method in class org.catools.common.logger.CSensitiveDataMaskingManager
 
maskSensitiveData() - Static method in class org.catools.common.logger.CLoggerConfigs
 
matchAny(List<Pattern>) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if String value match provided pattern
matches(String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if String value match provided pattern
matches(String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if String value match provided pattern
matches(String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if String value match provided pattern
matches(String, Pattern) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if String value match provided pattern
matches(String, Pattern, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if String value match provided pattern
matches(Pattern) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if String value match provided pattern
matchNone(List<Pattern>) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if String value does NOT match any of provided pattern
merge(CConfigInfo) - Method in class org.catools.common.config.CConfigInfo
 
merge(CConfigInfoCollection) - Method in class org.catools.common.config.CConfigInfoCollection
 
mergeYamlFile(CFile) - Method in class org.catools.common.config.CConfigInfoCollection
 
mergeYamlResource(String) - Method in class org.catools.common.config.CConfigInfoCollection
 
mergeYamlResource(CResource) - Method in class org.catools.common.config.CConfigInfoCollection
 
midValueEquals(int, int, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.mid(String, int, int) equals to expected value.
midValueEquals(String, int, int, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.mid(String, int, int) equals to expected value.
midValueEquals(String, int, int, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.mid(String, int, int) equals to expected value.
midValueNotEquals(int, int, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.mid(String, int, int) NOT equals to expected value.
midValueNotEquals(String, int, int, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.mid(String, int, int) NOT equals to expected value.
midValueNotEquals(String, int, int, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.mid(String, int, int) NOT equals to expected value.
moveTo(File) - Method in class org.catools.common.io.CFile
Move file to new destination and return the CFile: which points to new file.

N

newInstance(String[]) - Static method in class org.catools.common.logger.converters.CEventTriggerConverter
 
normalizeSpace(String) - Static method in class org.catools.common.text.CStringUtil
 
notBetweenExclusive(N, N) - Method in interface org.catools.common.extensions.states.interfaces.CNumberState
Check if actual value is NOT between lower and higher bound values (Exclusive).
notBetweenExclusive(N, N, N) - Method in class org.catools.common.extensions.verify.CNumberVerification
Verify that actual value is NOT between lower and higher bound values (Exclusive).
notBetweenExclusive(N, N, N, String, Object...) - Method in class org.catools.common.extensions.verify.CNumberVerification
Verify that actual value is NOT between lower and higher bound values (Exclusive).
notBetweenInclusive(N, N) - Method in interface org.catools.common.extensions.states.interfaces.CNumberState
Check if actual value is NOT between lower and higher bound values (Inclusive).
notBetweenInclusive(N, N, N) - Method in class org.catools.common.extensions.verify.CNumberVerification
Verify that actual value is NOT between lower and higher bound values (Inclusive).
notBetweenInclusive(N, N, N, String, Object...) - Method in class org.catools.common.extensions.verify.CNumberVerification
Verify that actual value is NOT between lower and higher bound values (Inclusive).
notContains(C, E) - Method in class org.catools.common.extensions.verify.CIterableVerification
Verify that actual collection does not contain the expected element.
notContains(C, E, String, Object...) - Method in class org.catools.common.extensions.verify.CIterableVerification
Verify that actual collection does not contain the expected element.
notContains(E) - Method in interface org.catools.common.extensions.states.interfaces.CIterableState
Check if actual collection does not contain the expected element.
notContains(String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.contains(CharSequence, CharSequence) is false.
notContains(String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.contains(CharSequence, CharSequence) is false.
notContains(String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.contains(CharSequence, CharSequence) is false.
notContains(Map.Entry<K, V>) - Method in interface org.catools.common.extensions.states.interfaces.CMapState
Check if actual map does not contain the expected entry.
notContains(Map<K, V>, Map.Entry<K, V>) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual map does not contain the expected entry.
notContains(Map<K, V>, Map.Entry<K, V>, String, Object...) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual map does not contain the expected entry.
notContains(Map<K, V>, K, V) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual map does not contain the expected entry.
notContains(Map<K, V>, K, V, String, Object...) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual map does not contain the expected entry.
notContains(K, V) - Method in interface org.catools.common.extensions.states.interfaces.CMapState
Check if actual map does not contain the expected entry.
notContainsAll(C, C) - Method in class org.catools.common.extensions.verify.CIterableVerification
Verify that actual collection does not contain all elements from the expected collection.
notContainsAll(C, C, String, Object...) - Method in class org.catools.common.extensions.verify.CIterableVerification
Verify that actual collection does not contain all elements from the expected collection.
notContainsAll(Iterable<E>) - Method in interface org.catools.common.extensions.states.interfaces.CIterableState
Check if actual collection does not contain all elements from the expected collection.
notContainsAll(Iterable<E>, Consumer<E>) - Method in interface org.catools.common.extensions.states.interfaces.CIterableState
Check if actual collection does not contain all elements from the expected collection.
notContainsAll(Map<K, V>) - Method in interface org.catools.common.extensions.states.interfaces.CMapState
Check if actual map might contains some but not all entries from the expected map.
notContainsAll(Map<K, V>, Map<K, V>) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual map does not contain all entries from the expected map.
notContainsAll(Map<K, V>, Map<K, V>, String, Object...) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual map does not contain all entries from the expected map.
notContainsIgnoreCase(String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.containsIgnoreCase(CharSequence, CharSequence) is false.
notContainsIgnoreCase(String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.containsIgnoreCase(CharSequence, CharSequence) is false.
notContainsIgnoreCase(String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.containsIgnoreCase(CharSequence, CharSequence) is false.
notEndsWith(String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.endsWith(CharSequence, CharSequence) is false
notEndsWith(String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.endsWith(CharSequence, CharSequence) is false
notEndsWith(String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.endsWith(CharSequence, CharSequence) is false
notEndsWithIgnoreCase(String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.endsWithIgnoreCase(CharSequence, CharSequence) is false.
notEndsWithIgnoreCase(String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.endsWithIgnoreCase(CharSequence, CharSequence) is false.
notEndsWithIgnoreCase(String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.endsWithIgnoreCase(CharSequence, CharSequence) is false.
notEquals(Boolean, Boolean) - Method in class org.catools.common.extensions.verify.CBooleanVerification
Verify that actual and expected has different boolean value
notEquals(Boolean, Boolean, String, Object...) - Method in class org.catools.common.extensions.verify.CBooleanVerification
Verify that actual and expected has different boolean value
notEquals(Object, Object) - Method in class org.catools.common.extensions.verify.CObjectVerification
Verify that actual and expected value are not equal objects.
notEquals(Object, Object, String, Object...) - Method in class org.catools.common.extensions.verify.CObjectVerification
Verify that actual and expected value are not equal objects.
notEquals(String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if StringUtils.equals(CharSequence, CharSequence) value NOT equals the expected value.
notEquals(String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if equals(String) value NOT equals the expected value.
notEquals(String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if equals(String) value NOT equals the expected value.
notEquals(Date, Date) - Method in class org.catools.common.extensions.verify.CDateVerification
Verify that actual and expected does not have the exact same date value (compare to milliseconds) or one of them is null
notEquals(Date, Date, String, Object...) - Method in class org.catools.common.extensions.verify.CDateVerification
Verify that actual and expected does not have the exact same date value (compare to milliseconds) or one of them is null
notEquals(Map<K, V>, Map<K, V>) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual and expected maps does not have the exact same entries.
notEquals(Map<K, V>, Map<K, V>, String, Object...) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual and expected maps does not have the exact same entries.
notEquals(N) - Method in interface org.catools.common.extensions.states.interfaces.CNumberState
Check if actual and expected do not have the exact same value.
notEquals(N, N) - Method in interface org.catools.common.extensions.states.interfaces.CNumberState
Check if actual and expected have different value greater than precision value.
notEquals(N, N) - Method in class org.catools.common.extensions.verify.CNumberVerification
Verify that actual and expected have different values.
notEquals(N, N, String, Object...) - Method in class org.catools.common.extensions.verify.CNumberVerification
Verify that actual and expected have different values.
notEquals(O) - Method in interface org.catools.common.extensions.states.interfaces.CObjectState
Check if actual and expected are not equal
notEqualsByFormat(Date, String) - Method in interface org.catools.common.extensions.states.interfaces.CDateState
Check if actual and expected have different string value after they converted using the provided date format.
notEqualsByFormat(Date, Date, String) - Method in class org.catools.common.extensions.verify.CDateVerification
Verify that actual and expected have different string value after they converted using the provided date format.
notEqualsByFormat(Date, Date, String, String, Object...) - Method in class org.catools.common.extensions.verify.CDateVerification
Verify that actual and expected have different string value after they converted using the provided date format.
notEqualsDatePortion(Date) - Method in interface org.catools.common.extensions.states.interfaces.CDateState
Check if actual and expected have different string value after they converted using "yyyy-MM-dd" for format.
notEqualsDatePortion(Date, Date) - Method in class org.catools.common.extensions.verify.CDateVerification
Verify that actual and expected have different string value after they converted using "yyyy-MM-dd" for format.
notEqualsDatePortion(Date, Date, String, Object...) - Method in class org.catools.common.extensions.verify.CDateVerification
Verify that actual and expected have different string value after they converted using "yyyy-MM-dd" for format.
notEqualsIgnoreCase(String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if StringUtils.equalsIgnoreCase(CharSequence, CharSequence) value NOT equals the expected value.
notEqualsIgnoreCase(String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if equalsIgnoreCase(String) value NOT equals the expected value.
notEqualsIgnoreCase(String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if equalsIgnoreCase(String) value NOT equals the expected value.
notEqualsIgnoreWhiteSpaces(String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if value is not equal to expected after removing all WhiteSpaces from both.
notEqualsIgnoreWhiteSpaces(String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if equalsIgnoreWhiteSpace(String) value NOT equals the expected value.
notEqualsIgnoreWhiteSpaces(String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if equalsIgnoreWhiteSpace(String) value NOT equals the expected value.
notEqualsP(N, N, N) - Method in class org.catools.common.extensions.verify.CNumberVerification
Verify that actual and expected have different value greater than precision value.
notEqualsP(N, N, N, String, Object...) - Method in class org.catools.common.extensions.verify.CNumberVerification
Verify that actual and expected have different value greater than precision value.
notEqualsStringContent(File) - Method in interface org.catools.common.extensions.states.interfaces.CFileState
Check if actual and expected file does not have the exact same content.
notEqualsStringContent(String, String) - Method in class org.catools.common.extensions.verify.CFileVerification
Verify that actual and expected file does not have the exact same content.
notEqualsStringContent(String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CFileVerification
Verify that actual and expected file does not have the exact same content.
notEqualsStringContent(CFile, CFile) - Method in class org.catools.common.extensions.verify.CFileVerification
Verify that actual and expected file does not have the exact same content.
notEqualsStringContent(CFile, CFile, String, Object...) - Method in class org.catools.common.extensions.verify.CFileVerification
Verify that actual and expected file does not have the exact same content.
notEqualsTimePortion(Date) - Method in interface org.catools.common.extensions.states.interfaces.CDateState
Check if actual and expected have different string value after they converted using "HH:mm:ss" for format.
notEqualsTimePortion(Date, Date) - Method in class org.catools.common.extensions.verify.CDateVerification
Verify that actual and expected have different string value after they converted using "HH:mm:ss" for format.
notEqualsTimePortion(Date, Date, String, Object...) - Method in class org.catools.common.extensions.verify.CDateVerification
Verify that actual and expected have different string value after they converted using "HH:mm:ss" for format.
notExist() - Method in class org.catools.common.io.CFile
Check whether the file or directory denoted by this abstract pathname exists.
notExists(String) - Method in class org.catools.common.extensions.verify.CFileVerification
Verify that the file does not exists
notExists(String, String, Object...) - Method in class org.catools.common.extensions.verify.CFileVerification
Verify that the file does not exists
notExists(CFile) - Method in class org.catools.common.extensions.verify.CFileVerification
Verify that the file does not exists
notExists(CFile, String, Object...) - Method in class org.catools.common.extensions.verify.CFileVerification
Verify that the file does not exists
notify(Level, String) - Static method in class org.catools.common.logger.CLoggerSubscriber
 
notMatches(String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if String value does not match provided pattern
notMatches(String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if String value does not match provided pattern
notMatches(String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if String value does not match provided pattern
notMatches(String, Pattern) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if String value does not match provided pattern
notMatches(String, Pattern, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if String value does not match provided pattern
notMatches(Pattern) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if String value does not match provided pattern
notStartsWith(String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.startsWith(CharSequence, CharSequence) is false
notStartsWith(String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.startsWith(CharSequence, CharSequence) is false
notStartsWith(String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.startsWith(CharSequence, CharSequence) is false
notStartsWithIgnoreCase(String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.startsWithIgnoreCase(CharSequence, CharSequence) is false.
notStartsWithIgnoreCase(String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.startsWithIgnoreCase(CharSequence, CharSequence) is false
notStartsWithIgnoreCase(String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.startsWithIgnoreCase(CharSequence, CharSequence) is false
now() - Static method in class org.catools.common.date.CDate
 
numberOfMatchesEquals(String, int) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.countMatches(CharSequence, CharSequence) is equals to expected value.
numberOfMatchesEquals(String, String, int) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.countMatches(CharSequence, CharSequence) is equals to expected value.
numberOfMatchesEquals(String, String, int, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.countMatches(CharSequence, CharSequence) is equals to expected value.
numberOfMatchesNotEquals(String, int) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.countMatches(CharSequence, CharSequence) is NOT equals to expected value.
numberOfMatchesNotEquals(String, String, int) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.countMatches(CharSequence, CharSequence) is NOT equals to expected value.
numberOfMatchesNotEquals(String, String, int, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.countMatches(CharSequence, CharSequence) is NOT equals to expected value.
NUMERIC_PATTERN - Static variable in class org.catools.common.text.CRegExUtil
 

O

Object - Variable in class org.catools.common.extensions.verify.CVerificationBuilder
 
of(int) - Static method in class org.catools.common.collections.CHashMap
 
of(int) - Static method in class org.catools.common.collections.CLinkedMap
 
of(int, float) - Static method in class org.catools.common.collections.CHashMap
 
of(int, float) - Static method in class org.catools.common.collections.CLinkedMap
 
of(int, float, boolean) - Static method in class org.catools.common.collections.CLinkedMap
 
of(C...) - Static method in class org.catools.common.collections.CList
 
of(C...) - Static method in class org.catools.common.collections.CSet
 
of(File) - Static method in class org.catools.common.io.CFile
 
of(File, String) - Static method in class org.catools.common.io.CFile
 
of(Iterable<C>) - Static method in class org.catools.common.collections.CList
 
of(Iterable<C>) - Static method in class org.catools.common.collections.CSet
 
of(String) - Static method in class org.catools.common.io.CFile
 
of(String, String) - Static method in class org.catools.common.io.CFile
 
of(String, String...) - Static method in class org.catools.common.date.CDate
Parses a string representing a date by trying a variety of different parsers, using the default date format symbols for the given locale..
of(String, Locale, String...) - Static method in class org.catools.common.date.CDate
Parses a string representing a date by trying a variety of different parsers, using the default date format symbols for the given locale..
of(URI) - Static method in class org.catools.common.io.CFile
 
of(Date) - Static method in class org.catools.common.date.CDate
Parses a string representing a date by trying a variety of different parsers, using the default date format symbols for the given locale..
of(Map) - Static method in class org.catools.common.collections.CLinkedMap
 
of(Map<A, B>) - Static method in class org.catools.common.collections.CHashMap
 
of(Stream<C>) - Static method in class org.catools.common.collections.CList
 
of(Stream<C>) - Static method in class org.catools.common.collections.CSet
 
onLogging(Level, String) - Method in interface org.catools.common.logger.CLoggerEvent
 
org.catools.common.collections - package org.catools.common.collections
 
org.catools.common.collections.interfaces - package org.catools.common.collections.interfaces
 
org.catools.common.config - package org.catools.common.config
 
org.catools.common.console - package org.catools.common.console
 
org.catools.common.date - package org.catools.common.date
 
org.catools.common.exception - package org.catools.common.exception
 
org.catools.common.executor - package org.catools.common.executor
 
org.catools.common.extensions - package org.catools.common.extensions
 
org.catools.common.extensions.states.interfaces - package org.catools.common.extensions.states.interfaces
 
org.catools.common.extensions.types - package org.catools.common.extensions.types
 
org.catools.common.extensions.types.interfaces - package org.catools.common.extensions.types.interfaces
 
org.catools.common.extensions.verify - package org.catools.common.extensions.verify
 
org.catools.common.extensions.verify.interfaces - package org.catools.common.extensions.verify.interfaces
 
org.catools.common.extensions.wait - package org.catools.common.extensions.wait
 
org.catools.common.extensions.wait.interfaces - package org.catools.common.extensions.wait.interfaces
 
org.catools.common.extensions.waitVerify.interfaces - package org.catools.common.extensions.waitVerify.interfaces
 
org.catools.common.functions - package org.catools.common.functions
 
org.catools.common.io - package org.catools.common.io
 
org.catools.common.json - package org.catools.common.json
 
org.catools.common.logger - package org.catools.common.logger
 
org.catools.common.logger.appender - package org.catools.common.logger.appender
 
org.catools.common.logger.converters - package org.catools.common.logger.converters
 
org.catools.common.serialization - package org.catools.common.serialization
 
org.catools.common.text - package org.catools.common.text
 
org.catools.common.text.match - package org.catools.common.text.match
 
org.catools.common.utils - package org.catools.common.utils
 

P

partition(int) - Method in interface org.catools.common.collections.interfaces.CCollection
Returns consecutive sublists of a list, each of the same size (the final list may be smaller).
pressEnterToContinue() - Static method in class org.catools.common.console.CConsole
 
pressEnterToContinue(String) - Static method in class org.catools.common.console.CConsole
 
prettyDiff(String, String) - Static method in class org.catools.common.text.match.CStringDiff
 
prettyDiff(String, String, int) - Static method in class org.catools.common.text.match.CStringDiff
 
print(String) - Static method in class org.catools.common.console.CConsole
 
print(String, Object...) - Static method in class org.catools.common.console.CConsole
 
printBlue(String, Object...) - Static method in class org.catools.common.console.CConsole
 
printCyan(String, Object...) - Static method in class org.catools.common.console.CConsole
 
printGreen(String, Object...) - Static method in class org.catools.common.console.CConsole
 
println(String, Object...) - Static method in class org.catools.common.console.CConsole
 
printMagenta(String, Object...) - Static method in class org.catools.common.console.CConsole
 
printRed(String, Object...) - Static method in class org.catools.common.console.CConsole
 
printYellow(String, Object...) - Static method in class org.catools.common.console.CConsole
 
prompt(String, Object...) - Static method in class org.catools.common.console.CConsole
 
prompt(String, String, boolean) - Static method in class org.catools.common.console.CConsole
 
prompt(CConfigInfo) - Static method in class org.catools.common.console.CConsole
 

Q

queue(CVerificationInfo) - Method in class org.catools.common.extensions.verify.CBaseVerification
 
queue(CVerificationInfo) - Method in class org.catools.common.extensions.verify.CVerificationBuilder
 
queue(CVerificationInfo) - Method in interface org.catools.common.extensions.verify.CVerificationQueue
 
queue(CVerificationInfo) - Method in class org.catools.common.extensions.verify.CVerifier
 
queue(CVerificationInfo) - Method in class org.catools.common.extensions.verify.CVerify
 

R

read(File) - Static method in class org.catools.common.serialization.CObjectSerializationUtil
Read Object From File
read(File, Class) - Static method in class org.catools.common.serialization.CXmlSerializationUtil
 
read(File, Class<T>, Module...) - Static method in class org.catools.common.json.CJsonUtil
 
read(InputStream) - Static method in class org.catools.common.io.CStreamUtil
 
read(String, TypeReference<T>, Module...) - Static method in class org.catools.common.json.CJsonUtil
 
read(String, Class<T>, Module...) - Static method in class org.catools.common.json.CJsonUtil
 
read(CResource, Class) - Static method in class org.catools.common.serialization.CXmlSerializationUtil
 
readArgs(String[]) - Static method in class org.catools.common.console.CArgsReader
 
readFromFile(CFile, Class<T>, Module...) - Static method in class org.catools.common.io.CYamlUtil
 
readFromResources(String, Class<T>, Module...) - Static method in class org.catools.common.io.CYamlUtil
 
readFromResources(String, Class, Class<T>, Module...) - Static method in class org.catools.common.io.CYamlUtil
 
readFromResources(CResource, Class<T>, Module...) - Static method in class org.catools.common.io.CYamlUtil
 
readFromString(String, Class<T>, Module...) - Static method in class org.catools.common.io.CYamlUtil
 
readInput(String, Function<String, T>) - Static method in class org.catools.common.console.CConsole
 
readJson(Class<T>) - Method in class org.catools.common.io.CFile
Writes an object as json to a file creating the file if it does not exist.
readJson(Class<T>, Charset) - Method in class org.catools.common.io.CFile
Writes an object as json to a file creating the file if it does not exist.
readKey(String) - Static method in class org.catools.common.console.CConsole
 
readLines() - Method in class org.catools.common.io.CFile
Read all lines from a file.
readLines(Charset) - Method in class org.catools.common.io.CFile
Read all lines from a file.
readString() - Method in class org.catools.common.io.CFile
Reads all characters from a file into a string, decoding from bytes to characters using default charset.
readString(Charset) - Method in class org.catools.common.io.CFile
Reads all characters from a file into a string, decoding from bytes to characters using the specified charset.
removeEndEquals(String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.removeEnd(String, String) is equals to expected value.
removeEndEquals(String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.removeEnd(String, String) is equals to expected value.
removeEndEquals(String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.removeEnd(String, String) is equals to expected value.
removeEndIgnoreCaseEquals(String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.removeEndIgnoreCase(String, String) is equals to expected value.
removeEndIgnoreCaseEquals(String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.removeEndIgnoreCase(String, String) is equals to expected value.
removeEndIgnoreCaseEquals(String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.removeEndIgnoreCase(String, String) is equals to expected value.
removeEndIgnoreCaseNotEquals(String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.removeEndIgnoreCase(String, String) is NOT equals to expected value.
removeEndIgnoreCaseNotEquals(String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.removeEndIgnoreCase(String, String) is NOT equals to expected value.
removeEndIgnoreCaseNotEquals(String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.removeEndIgnoreCase(String, String) is NOT equals to expected value.
removeEndNotEquals(String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.removeEnd(String, String) is NOT equals to expected value.
removeEndNotEquals(String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.removeEnd(String, String) is NOT equals to expected value.
removeEndNotEquals(String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.removeEnd(String, String) is NOT equals to expected value.
removeEquals(String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.remove(String, String) is equals to expected value.
removeEquals(String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.remove(String, String) is equals to expected value.
removeEquals(String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.remove(String, String) is equals to expected value.
removeIf(Predicate<? super E>) - Method in class org.catools.common.collections.CSet
 
removeIf(Predicate<? super E>) - Method in interface org.catools.common.collections.interfaces.CCollection
Removes all of the elements of this collection that satisfy the given predicate.
removeIgnoreCaseEquals(String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.removeIgnoreCase(String, String) is equals to expected value.
removeIgnoreCaseEquals(String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.removeIgnoreCase(String, String) is equals to expected value.
removeIgnoreCaseEquals(String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.removeIgnoreCase(String, String) is equals to expected value.
removeIgnoreCaseNotEquals(String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.removeIgnoreCase(String, String) is NOT equals to expected value.
removeIgnoreCaseNotEquals(String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.removeIgnoreCase(String, String) is NOT equals to expected value.
removeIgnoreCaseNotEquals(String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.removeIgnoreCase(String, String) is NOT equals to expected value.
removeNotEquals(String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.remove(String, String) is NOT equals to expected value.
removeNotEquals(String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.remove(String, String) is NOT equals to expected value.
removeNotEquals(String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.remove(String, String) is NOT equals to expected value.
removeStartEquals(String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.removeStart(String, String) is equals to expected value.
removeStartEquals(String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.removeStart(String, String) is equals to expected value.
removeStartEquals(String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.removeStart(String, String) is equals to expected value.
removeStartIgnoreCaseEquals(String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.removeStartIgnoreCase(String, String) is equals to expected value.
removeStartIgnoreCaseEquals(String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.removeStartIgnoreCase(String, String) is equals to expected value.
removeStartIgnoreCaseEquals(String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.removeStartIgnoreCase(String, String) is equals to expected value.
removeStartIgnoreCaseNotEquals(String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.removeStartIgnoreCase(String, String) is NOT equals to expected value.
removeStartIgnoreCaseNotEquals(String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.removeStartIgnoreCase(String, String) is NOT equals to expected value.
removeStartIgnoreCaseNotEquals(String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.removeStartIgnoreCase(String, String) is NOT equals to expected value.
removeStartNotEquals(String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.removeStart(String, String) is NOT equals to expected value.
removeStartNotEquals(String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.removeStart(String, String) is NOT equals to expected value.
removeStartNotEquals(String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.removeStart(String, String) is NOT equals to expected value.
removeWhiteSpaces(String) - Static method in class org.catools.common.text.CStringUtil
 
replaceEquals(String, String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.replace(String, String, String) is equals to expected value.
replaceEquals(String, String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.replace(String, String, String) is equals to expected value.
replaceEquals(String, String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.replace(String, String, String) is equals to expected value.
replaceIgnoreCaseEquals(String, String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.replaceIgnoreCase(String, String, String) is equals to expected value.
replaceIgnoreCaseEquals(String, String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.replaceIgnoreCase(String, String, String) is equals to expected value.
replaceIgnoreCaseEquals(String, String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.replaceIgnoreCase(String, String, String) is equals to expected value.
replaceIgnoreCaseNotEquals(String, String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.replaceIgnoreCase(String, String, String) is NOT equals to expected value.
replaceIgnoreCaseNotEquals(String, String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.replaceIgnoreCase(String, String, String) is NOT equals to expected value.
replaceIgnoreCaseNotEquals(String, String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.replaceIgnoreCase(String, String, String) is NOT equals to expected value.
replaceNotEquals(String, String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.replace(String, String, String) is NOT equals to expected value.
replaceNotEquals(String, String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.replace(String, String, String) is NOT equals to expected value.
replaceNotEquals(String, String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.replace(String, String, String) is NOT equals to expected value.
replaceOnceEquals(String, String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.replaceOnce(String, String, String) is equals to expected value.
replaceOnceEquals(String, String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.replaceOnce(String, String, String) is equals to expected value.
replaceOnceEquals(String, String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.replaceOnce(String, String, String) is equals to expected value.
replaceOnceIgnoreCaseEquals(String, String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.replaceOnceIgnoreCase(String, String, String) is equals to expected value.
replaceOnceIgnoreCaseEquals(String, String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.replaceOnceIgnoreCase(String, String, String) is equals to expected value.
replaceOnceIgnoreCaseEquals(String, String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.replaceOnceIgnoreCase(String, String, String) is equals to expected value.
replaceOnceIgnoreCaseNotEquals(String, String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.replaceOnceIgnoreCase(String, String, String) is NOT equals to expected value.
replaceOnceIgnoreCaseNotEquals(String, String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.replaceOnceIgnoreCase(String, String, String) is NOT equals to expected value.
replaceOnceIgnoreCaseNotEquals(String, String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.replaceOnceIgnoreCase(String, String, String) is NOT equals to expected value.
replaceOnceNotEquals(String, String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.replaceOnce(String, String, String) is NOT equals to expected value.
replaceOnceNotEquals(String, String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.replaceOnce(String, String, String) is NOT equals to expected value.
replaceOnceNotEquals(String, String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.replaceOnce(String, String, String) is NOT equals to expected value.
reset() - Method in class org.catools.common.functions.CMemoize
 
RESET - Static variable in class org.catools.common.io.CAnsiColor
 
retry(Function<Integer, R>, int, int) - Static method in class org.catools.common.executor.CRetry
Retry the function get if any exception throws by result of the function get.
retry(Function<Integer, R>, int, int, Supplier<R>) - Static method in class org.catools.common.executor.CRetry
Retry the function get if any exception throws by result of the function get.
retry(Function<Integer, R>, int, int, Supplier<R>, boolean) - Static method in class org.catools.common.executor.CRetry
Retry the function get if any exception throws by result of the function get.
retryIf(Function<Integer, R>, Predicate<R>, int, int) - Static method in class org.catools.common.executor.CRetry
Retry the function get if the predicate retryIf returns true.
retryIf(Function<Integer, R>, Predicate<R>, int, int, Supplier<R>) - Static method in class org.catools.common.executor.CRetry
Retry the function get if the predicate retryIf returns true.
retryIf(Function<Integer, R>, Predicate<R>, int, int, Supplier<R>, boolean) - Static method in class org.catools.common.executor.CRetry
Retry the function get if the predicate retryIf returns true.
retryIfEmpty(Function<Integer, R>, int, int) - Static method in class org.catools.common.executor.CRetry
Retry the function get if the result of get is an empty collection.
retryIfEmpty(Function<Integer, R>, int, int, Supplier<R>) - Static method in class org.catools.common.executor.CRetry
Retry the function get if the result of get is an empty collection.
retryIfEmpty(Function<Integer, R>, int, int, Supplier<R>, boolean) - Static method in class org.catools.common.executor.CRetry
Retry the function get if the result of get is an empty collection.
retryIfFalse(Function<Integer, R>, int, int) - Static method in class org.catools.common.executor.CRetry
Retry the function get if the result of get is Boolean.false or null.
retryIfFalse(Function<Integer, R>, int, int, Supplier<R>) - Static method in class org.catools.common.executor.CRetry
Retry the function get if the result of get is Boolean.false or null.
retryIfFalse(Function<Integer, R>, int, int, Supplier<R>, boolean) - Static method in class org.catools.common.executor.CRetry
Retry the function get if the result of get is Boolean.false or null.
retryIfNot(Function<Integer, R>, Predicate<R>, int, int) - Static method in class org.catools.common.executor.CRetry
Retry the function if the predicate retryIfNot returns false.
retryIfNot(Function<Integer, R>, Predicate<R>, int, int, Supplier<R>) - Static method in class org.catools.common.executor.CRetry
Retry the function if the predicate retryIfNot returns false.
retryIfNot(Function<Integer, R>, Predicate<R>, int, int, Supplier<R>, boolean) - Static method in class org.catools.common.executor.CRetry
Retry the function if the predicate retryIfNot returns false.
retryIfNotEmpty(Function<Integer, R>, int, int) - Static method in class org.catools.common.executor.CRetry
Retry the function get if the result of get is not an empty collection.
retryIfNotEmpty(Function<Integer, R>, int, int, Supplier<R>) - Static method in class org.catools.common.executor.CRetry
Retry the function get if the result of get is not an empty collection.
retryIfNotEmpty(Function<Integer, R>, int, int, Supplier<R>, boolean) - Static method in class org.catools.common.executor.CRetry
Retry the function get if the result of get is not an empty collection.
retryIfNotNull(Function<Integer, R>, int, int) - Static method in class org.catools.common.executor.CRetry
Retry the function get if the result of get is not an null collection.
retryIfNotNull(Function<Integer, R>, int, int, Supplier<R>) - Static method in class org.catools.common.executor.CRetry
Retry the function get if the result of get is not an null collection.
retryIfNotNull(Function<Integer, R>, int, int, Supplier<R>, boolean) - Static method in class org.catools.common.executor.CRetry
Retry the function get if the result of get is not an null collection.
retryIfNull(Function<Integer, R>, int, int) - Static method in class org.catools.common.executor.CRetry
Retry the function get if the result of get is null.
retryIfNull(Function<Integer, R>, int, int, Supplier<R>) - Static method in class org.catools.common.executor.CRetry
Retry the function get if the result of get is null.
retryIfNull(Function<Integer, R>, int, int, Supplier<R>, boolean) - Static method in class org.catools.common.executor.CRetry
Retry the function get if the result of get is null.
retryIfTrue(Function<Integer, R>, int, int) - Static method in class org.catools.common.executor.CRetry
Retry the function get if the result of get is Boolean.true.
retryIfTrue(Function<Integer, R>, int, int, Supplier<R>) - Static method in class org.catools.common.executor.CRetry
Retry the function get if the result of get is Boolean.true.
retryIfTrue(Function<Integer, R>, int, int, Supplier<R>, boolean) - Static method in class org.catools.common.executor.CRetry
Retry the function get if the result of get is Boolean.true.
reverseEquals(String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.reverse(String) is equals to expected value.
reverseEquals(String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.reverse(String) is equals to expected value.
reverseEquals(String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.reverse(String) is equals to expected value.
reverseNotEquals(String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.reverse(String) is NOT equals to expected value.
reverseNotEquals(String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.reverse(String) is NOT equals to expected value.
reverseNotEquals(String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.reverse(String) is NOT equals to expected value.
rightPadEquals(int, String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.rightPad(String, int, String) is equals to expected value.
rightPadEquals(String, int, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.rightPad(String, int, String) is equals to expected value.
rightPadEquals(String, int, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.rightPad(String, int, String) is equals to expected value.
rightPadNotEquals(int, String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.rightPad(String, int, String) is NOT equals to expected value.
rightPadNotEquals(String, int, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.rightPad(String, int, String) is NOT equals to expected value.
rightPadNotEquals(String, int, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.rightPad(String, int, String) is NOT equals to expected value.
rightValueEquals(int, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.right(String, int) equals to expected value.
rightValueEquals(String, int, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.right(String, int) equals to expected value.
rightValueEquals(String, int, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.right(String, int) equals to expected value.
rightValueNotEquals(int, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.right(String, int) NOT equals to expected value.
rightValueNotEquals(String, int, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.right(String, int) NOT equals to expected value.
rightValueNotEquals(String, int, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.right(String, int) NOT equals to expected value.
round(int) - Method in class org.catools.common.date.CDate
Rounds a date, leaving the field specified as the most significant field.

S

safeRename(File, boolean) - Method in class org.catools.common.io.CFile
If the destination file exist and the overwrite parameter is false then do nothing.
save(InputStream, CFile) - Static method in class org.catools.common.io.CStreamUtil
 
saveToFile(CFile) - Method in class org.catools.common.config.CConfigInfoCollection
 
saveToFolder(CFile) - Method in class org.catools.common.io.CResource
 
saveToStorage() - Method in class org.catools.common.io.CResource
 
saveToTmp() - Method in class org.catools.common.io.CResource
 
scrunch(String) - Static method in class org.catools.common.text.CStringUtil
 
scrunch(String, boolean) - Static method in class org.catools.common.text.CStringUtil
 
serialVersionUID - Static variable in interface org.catools.common.extensions.states.interfaces.CBaseState
 
setDays(int) - Method in class org.catools.common.date.CDate
Sets the day of month field to a date returning a new object.
setFrom(Calendar) - Method in class org.catools.common.date.CDateRandomGenerator
 
setFrom(Date) - Method in class org.catools.common.date.CDateRandomGenerator
 
setFromDayOfMonth(int) - Method in class org.catools.common.date.CDateRandomGenerator
 
setFromDayOfYear(int) - Method in class org.catools.common.date.CDateRandomGenerator
 
setFromHour(int) - Method in class org.catools.common.date.CDateRandomGenerator
 
setFromMilliSecond(int) - Method in class org.catools.common.date.CDateRandomGenerator
 
setFromMinute(int) - Method in class org.catools.common.date.CDateRandomGenerator
 
setFromMonth(int) - Method in class org.catools.common.date.CDateRandomGenerator
 
setFromSecond(int) - Method in class org.catools.common.date.CDateRandomGenerator
 
setFromYear(int) - Method in class org.catools.common.date.CDateRandomGenerator
 
setMaskSensitiveData(boolean) - Static method in class org.catools.common.logger.CLoggerConfigs
 
setMilliseconds(int) - Method in class org.catools.common.date.CDate
Sets the milliseconds field to a date returning a new object.
setMonths(int) - Method in class org.catools.common.date.CDate
Sets the months field to a date returning a new object.
setRunName(String) - Static method in class org.catools.common.config.CConfigs
For Internal User Only
setTo(Calendar) - Method in class org.catools.common.date.CDateRandomGenerator
 
setTo(Date) - Method in class org.catools.common.date.CDateRandomGenerator
 
setToDayOfMonth(int) - Method in class org.catools.common.date.CDateRandomGenerator
 
setToDayOfYear(int) - Method in class org.catools.common.date.CDateRandomGenerator
 
setToHour(int) - Method in class org.catools.common.date.CDateRandomGenerator
 
setToMilliSecond(int) - Method in class org.catools.common.date.CDateRandomGenerator
 
setToMinute(int) - Method in class org.catools.common.date.CDateRandomGenerator
 
setToMonth(int) - Method in class org.catools.common.date.CDateRandomGenerator
 
setToSecond(int) - Method in class org.catools.common.date.CDateRandomGenerator
 
setToYear(int) - Method in class org.catools.common.date.CDateRandomGenerator
 
setYears(int) - Method in class org.catools.common.date.CDate
Sets the years field to a date returning a new object.
sizeEquals(int) - Method in interface org.catools.common.extensions.states.interfaces.CCollectionState
Verify the map size is equal to expected value.
sizeEquals(int) - Method in interface org.catools.common.extensions.states.interfaces.CMapState
Check if the map size is equal to expected value.
sizeIsGreaterThan(int) - Method in interface org.catools.common.extensions.states.interfaces.CCollectionState
Check if actual has value greater than expected.
sizeIsGreaterThan(int) - Method in interface org.catools.common.extensions.states.interfaces.CMapState
Check if that actual has value greater than expected.
sizeIsGreaterThanOrEqual(int) - Method in interface org.catools.common.extensions.states.interfaces.CMapState
Check if that actual has value greater than or equal to expected.
sizeIsLessThan(int) - Method in interface org.catools.common.extensions.states.interfaces.CCollectionState
Check if actual has value less than expected.
sizeIsLessThan(int) - Method in interface org.catools.common.extensions.states.interfaces.CMapState
Check if that actual has value less than expected.
sizeIsLessThanOrEqual(int) - Method in interface org.catools.common.extensions.states.interfaces.CMapState
Check if that actual has value less than or equal to expected.
sleepTight(long) - Static method in class org.catools.common.utils.CSleeper
 
sleepTightInSeconds(long) - Static method in class org.catools.common.utils.CSleeper
 
spliterator() - Method in interface org.catools.common.collections.interfaces.CCollection
Creates Spliterator over the elements in this collection.
spliterator() - Method in interface org.catools.common.collections.interfaces.CIterable
Creates Spliterator over the elements in this collection.
startsWith(String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.startsWith(CharSequence, CharSequence) is true
startsWith(String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.startsWith(CharSequence, CharSequence) is true
startsWith(String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.startsWith(CharSequence, CharSequence) is true
startsWithAny(Iterable<String>) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.startsWithAny(CharSequence, CharSequence...) is true
startsWithAny(String, List<String>) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.startsWithAny(CharSequence, CharSequence...) is true
startsWithAny(String, List<String>, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.startsWithAny(CharSequence, CharSequence...) is true
startsWithIgnoreCase(String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.startsWithIgnoreCase(CharSequence, CharSequence) is true.
startsWithIgnoreCase(String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.startsWithIgnoreCase(CharSequence, CharSequence) is true
startsWithIgnoreCase(String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.startsWithIgnoreCase(CharSequence, CharSequence) is true
startsWithNone(Iterable<String>) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.startsWithAny(CharSequence, CharSequence...) is false
startsWithNone(String, List<String>) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.startsWithAny(CharSequence, CharSequence...) is false
startsWithNone(String, List<String>, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.startsWithAny(CharSequence, CharSequence...) is false
stream() - Method in class org.catools.common.collections.CList
 
stream() - Method in class org.catools.common.collections.CSet
 
stream() - Method in interface org.catools.common.collections.interfaces.CCollection
Returns sequential Stream with this collection as its source.
stream() - Method in interface org.catools.common.collections.interfaces.CIterable
Returns sequential Stream with this collection as its source.
String - Variable in class org.catools.common.extensions.verify.CVerificationBuilder
 
stripedEndValue(String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if StringUtils.stripEnd(String, String) value equals the expected value.
stripedEndValue(String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if stripEnd(String) value equals the expected value.
stripedEndValue(String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if stripEnd(String) value equals the expected value.
stripedEndValueNot(String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if StringUtils.stripEnd(String, String) value NOT equals the expected value.
stripedEndValueNot(String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if stripEnd(String) value NOT equals the expected value.
stripedEndValueNot(String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if stripEnd(String) value NOT equals the expected value.
stripedStartValue(String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if StringUtils.stripStart(String, String) value equals the expected value.
stripedStartValue(String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if stripStart(String) value equals the expected value.
stripedStartValue(String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if stripStart(String) value equals the expected value.
stripedStartValueNot(String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if StringUtils.stripStart(String, String) value NOT equals the expected value.
stripedStartValueNot(String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if stripStart(String) value NOT equals the expected value.
stripedStartValueNot(String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if stripStart(String) value NOT equals the expected value.
stripedValue(String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if StringUtils.strip(String) value equals the expected value.
stripedValue(String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if strip(String) value equals the expected value.
stripedValue(String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if strip(String) value equals the expected value.
stripedValueNot(String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if StringUtils.strip(String) value NOT equals the expected value.
stripedValueNot(String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if strip(String) value NOT equals the expected value.
stripedValueNot(String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if strip(String) value NOT equals the expected value.
subscribe(String, CLoggerEvent) - Static method in class org.catools.common.logger.CLoggerSubscriber
 
substringAfterEquals(String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.substringAfter(String, String) equals to expected value.
substringAfterEquals(String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substringAfter(String, String) equals to expected value.
substringAfterEquals(String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substringAfter(String, String) equals to expected value.
substringAfterLastEquals(String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.substringAfterLast(String, String) equals to expected value.
substringAfterLastEquals(String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substringAfterLast(String, String) equals to expected value.
substringAfterLastEquals(String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substringAfterLast(String, String) equals to expected value.
substringAfterLastNotEquals(String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.substringAfterLast(String, String) NOT equals to expected value.
substringAfterLastNotEquals(String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substringAfterLast(String, String) NOT equals to expected value.
substringAfterLastNotEquals(String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substringAfterLast(String, String) NOT equals to expected value.
substringAfterNotEquals(String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.substringAfter(String, String) NOT equals to expected value.
substringAfterNotEquals(String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substringAfter(String, String) NOT equals to expected value.
substringAfterNotEquals(String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substringAfter(String, String) NOT equals to expected value.
substringBeforeEquals(String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.substringBefore(String, String) equals to expected value.
substringBeforeEquals(String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substringBefore(String, String) equals to expected value.
substringBeforeEquals(String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substringBefore(String, String) equals to expected value.
substringBeforeLastEquals(String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.substringBeforeLast(String, String) equals to expected value.
substringBeforeLastEquals(String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substringBeforeLast(String, String) equals to expected value.
substringBeforeLastEquals(String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substringBeforeLast(String, String) equals to expected value.
substringBeforeLastNotEquals(String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.substringBeforeLast(String, String) NOT equals to expected value.
substringBeforeLastNotEquals(String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substringBeforeLast(String, String) NOT equals to expected value.
substringBeforeLastNotEquals(String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substringBeforeLast(String, String) NOT equals to expected value.
substringBeforeNotEquals(String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.substringBefore(String, String) NOT equals to expected value.
substringBeforeNotEquals(String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substringBefore(String, String) NOT equals to expected value.
substringBeforeNotEquals(String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substringBefore(String, String) NOT equals to expected value.
substringBetweenEquals(String, String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.substringBetween(String, String) equals to expected value.
substringBetweenEquals(String, String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substringBetween(String, String, String) equals to expected value.
substringBetweenEquals(String, String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substringBetween(String, String, String) equals to expected value.
substringBetweenNotEquals(String, String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.substringBetween(String, String) NOT equals to expected value.
substringBetweenNotEquals(String, String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substringBetween(String, String, String) NOT equals to expected value.
substringBetweenNotEquals(String, String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substringBetween(String, String, String) NOT equals to expected value.
substringEquals(int, int, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.substring(String, int, int) equals to expected value.
substringEquals(int, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.substring(String, int) equals to expected value.
substringEquals(String, int, int, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substring(String, int, int) equals to expected value.
substringEquals(String, int, int, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substring(String, int, int) equals to expected value.
substringEquals(String, int, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substring(String, int) equals to expected value.
substringEquals(String, int, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substring(String, int) equals to expected value.
substringNotEquals(int, int, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.substring(String, int, int) NOT equals to expected value.
substringNotEquals(int, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.substring(String, int) NOT equals to expected value.
substringNotEquals(String, int, int, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substring(String, int, int) NOT equals to expected value.
substringNotEquals(String, int, int, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substring(String, int, int) NOT equals to expected value.
substringNotEquals(String, int, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substring(String, int) NOT equals to expected value.
substringNotEquals(String, int, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substring(String, int) NOT equals to expected value.
substringsBetweenContains(String, String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.substringsBetween(String, String, String) contains to expected value.
substringsBetweenContains(String, String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substringsBetween(String, String, String) contains to expected value.
substringsBetweenContains(String, String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substringsBetween(String, String, String) contains to expected value.
substringsBetweenEquals(String, String, Iterable<String>) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.substringsBetween(String, String, String) equals to expected value.
substringsBetweenEquals(String, String, String, List<String>) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substringsBetween(String, String, String) equals to expected value.
substringsBetweenEquals(String, String, String, List<String>, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substringsBetween(String, String, String) equals to expected value.
substringsBetweenNotContains(String, String, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.substringsBetween(String, String, String) NOT contains to expected value.
substringsBetweenNotContains(String, String, String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substringsBetween(String, String, String) NOT contains to expected value.
substringsBetweenNotContains(String, String, String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substringsBetween(String, String, String) NOT contains to expected value.
substringsBetweenNotEquals(String, String, Iterable<String>) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.substringsBetween(String, String, String) NOT equals to expected value.
substringsBetweenNotEquals(String, String, String, List<String>) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substringsBetween(String, String, String) NOT equals to expected value.
substringsBetweenNotEquals(String, String, String, List<String>, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.substringsBetween(String, String, String) NOT equals to expected value.

T

test(Predicate<O>) - Method in interface org.catools.common.extensions.states.interfaces.CObjectState
 
test(Logger, StringBuilder) - Method in class org.catools.common.extensions.verify.CVerificationInfo
 
toBlue(String, Object...) - Static method in class org.catools.common.io.CAnsiColor
 
toByteArray(InputStream) - Static method in class org.catools.common.io.CStreamUtil
 
toCalendar() - Method in class org.catools.common.date.CDate
Converts a Date into a Calendar.
toCalendar(TimeZone) - Method in class org.catools.common.date.CDate
Converts a Date of a given TimeZone into a Calendar
toCyan(String, Object...) - Static method in class org.catools.common.io.CAnsiColor
 
toDateOnlyString() - Method in class org.catools.common.date.CDate
 
toDefault(String, Object...) - Static method in class org.catools.common.io.CAnsiColor
 
toDuration() - Method in class org.catools.common.date.CDate
 
toFormat(String) - Method in class org.catools.common.date.CDate
 
toFormat(String, TimeZone) - Method in class org.catools.common.date.CDate
 
toFormattedDuration() - Method in class org.catools.common.date.CDate
 
toFormattedDurationFrom(Date) - Method in class org.catools.common.date.CDate
 
toFormattedDurationFromNow() - Method in class org.catools.common.date.CDate
 
toFormattedDurationTo(Date) - Method in class org.catools.common.date.CDate
 
toFormattedDurationToNow() - Method in class org.catools.common.date.CDate
 
toGreen(String, Object...) - Static method in class org.catools.common.io.CAnsiColor
 
toList() - Method in interface org.catools.common.collections.interfaces.CIterable
Convert CCollection to CList and return the result
toLocalTime() - Method in class org.catools.common.date.CDate
 
toLongDate() - Method in class org.catools.common.date.CDate
 
toMagenta(String, Object...) - Static method in class org.catools.common.io.CAnsiColor
 
toMap(Function<? super E, ? extends K>, Function<? super E, ? extends V>) - Method in interface org.catools.common.collections.interfaces.CCollection
Convert CCollection to CMap and return the result
toMap(Function<? super E, ? extends K>, Function<? super E, ? extends V>, BinaryOperator<V>) - Method in interface org.catools.common.collections.interfaces.CCollection
Convert CCollection to CMap and return the result
toMap(Function<? super E, ? extends K>, Function<? super E, ? extends V>, BinaryOperator<V>, Supplier<M>) - Method in interface org.catools.common.collections.interfaces.CCollection
Convert CCollection to CMap and return the result
toRed(String, Object...) - Static method in class org.catools.common.io.CAnsiColor
 
toSet() - Method in interface org.catools.common.collections.interfaces.CIterable
Convert CCollection to CSet and return the result
toString() - Method in class org.catools.common.collections.CHashMap
 
toString() - Method in class org.catools.common.collections.CLinkedMap
 
toString() - Method in class org.catools.common.collections.CList
 
toString() - Method in class org.catools.common.collections.CSet
 
toString() - Method in class org.catools.common.date.CDate
 
toString() - Method in class org.catools.common.extensions.types.CStaticBooleanExtension
 
toString() - Method in class org.catools.common.extensions.types.CStaticNumberExtension
 
toString() - Method in class org.catools.common.extensions.types.CStaticObjectExtension
 
toString() - Method in class org.catools.common.extensions.types.CStaticStringExtension
 
toString() - Method in class org.catools.common.io.CFile
 
toString() - Method in class org.catools.common.text.match.CStringMatchInfo
 
toString(boolean, Object, Module...) - Static method in class org.catools.common.json.CJsonUtil
 
toString(Object, Module...) - Static method in class org.catools.common.io.CYamlUtil
 
toString(Object, Module...) - Static method in class org.catools.common.json.CJsonUtil
 
toString(String) - Method in class org.catools.common.date.CDate
 
toTimeStampForFileName() - Method in class org.catools.common.date.CDate
 
toXml(Object) - Static method in class org.catools.common.serialization.CXmlSerializationUtil
 
toYellow(String, Object...) - Static method in class org.catools.common.io.CAnsiColor
 
trimmedValue(String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if trim() value equals the expected value.
trimmedValue(String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if trim() value equals the expected value.
trimmedValueEquals(String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if StringUtils.trim(String) value equals the expected value.
trimmedValueNot(String, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if trim() value NOT equals the expected value.
trimmedValueNot(String, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if trim() value NOT equals the expected value.
trimmedValueNotEquals(String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if StringUtils.trim(String) value NOT equals the expected value.
trimTime() - Method in class org.catools.common.date.CDate
 
truncate(int) - Method in class org.catools.common.date.CDate
Truncates a date, leaving the field specified as the most significant field.
truncatedCompareTo(Date, int) - Method in class org.catools.common.date.CDate
Determines how two dates compare up to no more than the specified most significant field.
truncatedEquals(Date, int) - Method in class org.catools.common.date.CDate
Determines if two dates are equal up to no more than the specified most significant field.
truncatedValue(String, int, int, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if truncate(Int, Int) value equals the expected value.
truncatedValue(String, int, int, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if truncate(Int, Int) value equals the expected value.
truncatedValue(String, int, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if truncate(Int) value equals the expected value.
truncatedValue(String, int, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if truncate(Int) value equals the expected value.
truncatedValueEquals(int, int, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if StringUtils.truncate(String, int, int) value equals the expected value.
truncatedValueEquals(int, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if StringUtils.truncate(String, int) value equals the expected value.
truncatedValueNot(String, int, int, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if truncate(Int, Int) value NOT equals the expected value.
truncatedValueNot(String, int, int, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if truncate(Int, Int) value NOT equals the expected value.
truncatedValueNot(String, int, String) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if truncate(Int) value equals the expected value.
truncatedValueNot(String, int, String, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if truncate(Int) value equals the expected value.
truncatedValueNotEquals(int, int, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if StringUtils.truncate(String, int, int) value NOT equals the expected value.
truncatedValueNotEquals(int, String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if StringUtils.truncate(String, int) value NOT equals the expected value.

U

unSubscribe(String) - Static method in class org.catools.common.logger.CLoggerSubscriber
 

V

valueOf(String) - Static method in enum org.catools.common.io.CPlatform
Returns the enum constant of this type with the specified name.
valueOf(String, String...) - Static method in class org.catools.common.date.CDate
Parses a string representing a date by trying a variety of different parsers, using the default date format symbols for the given locale..
valueOf(String, Locale, String...) - Static method in class org.catools.common.date.CDate
Parses a string representing a date by trying a variety of different parsers, using the default date format symbols for the given locale..
valueOf(Date) - Static method in class org.catools.common.date.CDate
Parses a string representing a date by trying a variety of different parsers, using the default date format symbols for the given locale..
valueOfOrNull(String, String...) - Static method in class org.catools.common.date.CDate
Parses a string representing a date by trying a variety of different parsers, using the default date format symbols for the given locale..
valueOfOrNull(String, Locale, String...) - Static method in class org.catools.common.date.CDate
Parses a string representing a date by trying a variety of different parsers, using the default date format symbols for the given locale..
values() - Method in class org.catools.common.collections.CHashMap
Returns a CList of the values contained in this map.
values() - Method in class org.catools.common.collections.CLinkedMap
Returns a CList of the values contained in this map.
values() - Method in interface org.catools.common.collections.interfaces.CMap
Returns a CSet view of the keys contained in this map.
values() - Static method in enum org.catools.common.io.CPlatform
Returns an array containing the constants of this enum type, in the order they are declared.
verifier - Variable in class org.catools.common.extensions.verify.CBaseVerification
 
verify() - Method in class org.catools.common.extensions.verify.CVerifier
 
verify(String) - Method in class org.catools.common.extensions.verify.CVerifier
 
verifyAny() - Method in class org.catools.common.extensions.verify.CVerifier
 
verifyAny(String) - Method in class org.catools.common.extensions.verify.CVerifier
 
verifyBetweenExclusive(CVerificationQueue, N, N) - Method in interface org.catools.common.extensions.verify.interfaces.CNumberVerifier
Verify that actual value is between lower and higher bound values (exclusive).
verifyBetweenExclusive(CVerificationQueue, N, N, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual value is between lower and higher bound values (exclusive).
verifyBetweenExclusive(CVerificationQueue, N, N, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual value is between lower and higher bound values (exclusive).
verifyBetweenExclusive(CVerificationQueue, N, N, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual value is between lower and higher bound values (exclusive).
verifyBetweenExclusive(CVerificationQueue, N, N, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual value is between lower and higher bound values (exclusive).
verifyBetweenExclusive(CVerificationQueue, N, N, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CNumberVerifier
Verify that actual value is between lower and higher bound values (exclusive).
verifyBetweenInclusive(CVerificationQueue, N, N) - Method in interface org.catools.common.extensions.verify.interfaces.CNumberVerifier
Verify that actual value is between lower and higher bound values (Inclusive).
verifyBetweenInclusive(CVerificationQueue, N, N, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual value is between lower and higher bound values (Inclusive).
verifyBetweenInclusive(CVerificationQueue, N, N, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual value is between lower and higher bound values (Inclusive).
verifyBetweenInclusive(CVerificationQueue, N, N, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual value is between lower and higher bound values (Inclusive).
verifyBetweenInclusive(CVerificationQueue, N, N, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual value is between lower and higher bound values (Inclusive).
verifyBetweenInclusive(CVerificationQueue, N, N, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CNumberVerifier
Verify that actual value is between lower and higher bound values (Inclusive).
verifyCenterPadEquals(CVerificationQueue, int, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.center(String, int, String) is equals to expected value.
verifyCenterPadEquals(CVerificationQueue, int, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.center(String, int, String) is equals to expected value.
verifyCenterPadEquals(CVerificationQueue, int, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.center(String, int, String) is equals to expected value.
verifyCenterPadEquals(CVerificationQueue, int, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.center(String, int, String) is equals to expected value.
verifyCenterPadEquals(CVerificationQueue, int, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.center(String, int, String) is equals to expected value.
verifyCenterPadEquals(CVerificationQueue, int, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.center(String, int, String) is equals to expected value.
verifyCenterPadNotEquals(CVerificationQueue, int, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.center(String, int, String) is NOT equals to expected value.
verifyCenterPadNotEquals(CVerificationQueue, int, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.center(String, int, String) is NOT equals to expected value.
verifyCenterPadNotEquals(CVerificationQueue, int, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.center(String, int, String) is NOT equals to expected value.
verifyCenterPadNotEquals(CVerificationQueue, int, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.center(String, int, String) is NOT equals to expected value.
verifyCenterPadNotEquals(CVerificationQueue, int, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.center(String, int, String) is NOT equals to expected value.
verifyCenterPadNotEquals(CVerificationQueue, int, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.center(String, int, String) is NOT equals to expected value.
verifyCompare(CVerificationQueue, String, int) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.compare(String, String) equals to the expected value.
verifyCompare(CVerificationQueue, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.compare(String, String) equals to the expected value.
verifyCompare(CVerificationQueue, String, int, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.compare(String, String) equals to the expected value.
verifyCompare(CVerificationQueue, String, int, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.compare(String, String) equals to the expected value.
verifyCompare(CVerificationQueue, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.compare(String, String) equals to the expected value.
verifyCompare(CVerificationQueue, String, int, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.compare(String, String) equals to the expected value.
verifyCompareIgnoreCase(CVerificationQueue, String, int) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.compareIgnoreCase(String, String) equals to the expected value.
verifyCompareIgnoreCase(CVerificationQueue, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.compareIgnoreCase(String, String) equals to the expected value.
verifyCompareIgnoreCase(CVerificationQueue, String, int, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.compareIgnoreCase(String, String) equals to the expected value.
verifyCompareIgnoreCase(CVerificationQueue, String, int, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.compareIgnoreCase(String, String) equals to the expected value.
verifyCompareIgnoreCase(CVerificationQueue, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.compareIgnoreCase(String, String) equals to the expected value.
verifyCompareIgnoreCase(CVerificationQueue, String, int, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.compareIgnoreCase(String, String) equals to the expected value.
verifyContains(CVerificationQueue, E) - Method in interface org.catools.common.extensions.verify.interfaces.CIterableVerifier
Verify that actual collection contains the expected element.
verifyContains(CVerificationQueue, E, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection contains the expected element.
verifyContains(CVerificationQueue, E, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection contains the expected element.
verifyContains(CVerificationQueue, E, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection contains the expected element.
verifyContains(CVerificationQueue, E, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection contains the expected element.
verifyContains(CVerificationQueue, E, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CIterableVerifier
Verify that actual collection contains the expected element.
verifyContains(CVerificationQueue, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.contains(CharSequence, CharSequence) is true.
verifyContains(CVerificationQueue, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.contains(CharSequence, CharSequence) is true.
verifyContains(CVerificationQueue, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.contains(CharSequence, CharSequence) is true.
verifyContains(CVerificationQueue, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.contains(CharSequence, CharSequence) is true.
verifyContains(CVerificationQueue, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.contains(CharSequence, CharSequence) is true.
verifyContains(CVerificationQueue, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.contains(CharSequence, CharSequence) is true.
verifyContains(CVerificationQueue, Map.Entry<K, V>) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual map contains the expected key and value.
verifyContains(CVerificationQueue, Map.Entry<K, V>, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map contains the expected key and value.
verifyContains(CVerificationQueue, Map.Entry<K, V>, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map contains the expected key and value.
verifyContains(CVerificationQueue, Map.Entry<K, V>, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map contains the expected key and value.
verifyContains(CVerificationQueue, Map.Entry<K, V>, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map contains the expected key and value.
verifyContains(CVerificationQueue, Map.Entry<K, V>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual map contains the expected key and value.
verifyContains(CVerificationQueue, K, V) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual map contains the expected key and value.
verifyContains(CVerificationQueue, K, V, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map contains the expected key and value.
verifyContains(CVerificationQueue, K, V, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map contains the expected key and value.
verifyContains(CVerificationQueue, K, V, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map contains the expected key and value.
verifyContains(CVerificationQueue, K, V, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map contains the expected key and value.
verifyContains(CVerificationQueue, K, V, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual map contains the expected key and value.
verifyContainsAll(CVerificationQueue, Iterable<E>) - Method in interface org.catools.common.extensions.verify.interfaces.CIterableVerifier
Verify that actual collection contains all elements from the expected collection.
verifyContainsAll(CVerificationQueue, Iterable<E>, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection contains all elements from the expected collection.
verifyContainsAll(CVerificationQueue, Iterable<E>, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection contains all elements from the expected collection.
verifyContainsAll(CVerificationQueue, Iterable<E>, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection contains all elements from the expected collection.
verifyContainsAll(CVerificationQueue, Iterable<E>, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection contains all elements from the expected collection.
verifyContainsAll(CVerificationQueue, Iterable<E>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CIterableVerifier
Verify that actual collection contains all elements from the expected collection.
verifyContainsAll(CVerificationQueue, Map<K, V>) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual map contains all entries from the expected map.
verifyContainsAll(CVerificationQueue, Map<K, V>, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map contains all entries from the expected map.
verifyContainsAll(CVerificationQueue, Map<K, V>, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map contains all entries from the expected map.
verifyContainsAll(CVerificationQueue, Map<K, V>, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map contains all entries from the expected map.
verifyContainsAll(CVerificationQueue, Map<K, V>, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map contains all entries from the expected map.
verifyContainsAll(CVerificationQueue, Map<K, V>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual map contains all entries from the expected map.
verifyContainsAny(CVerificationQueue, List<String>) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of containsAnyIgnoreCase(CharSequence, CharSequence...) equals to the any expected value, ignoring case.
verifyContainsAny(CVerificationQueue, List<String>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of containsAnyIgnoreCase(CharSequence, CharSequence...) equals to the any expected value, ignoring case.
verifyContainsAnyIgnoreCase(CVerificationQueue, List<String>) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of containsAnyIgnoreCase(CharSequence, CharSequence...) equals to the any expected value, ignoring case.
verifyContainsAnyIgnoreCase(CVerificationQueue, List<String>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of containsAnyIgnoreCase(CharSequence, CharSequence...) equals to the any expected value, ignoring case.
verifyContainsIgnoreCase(CVerificationQueue, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.containsIgnoreCase(CharSequence, CharSequence) is true, ignoring case.
verifyContainsIgnoreCase(CVerificationQueue, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.containsIgnoreCase(CharSequence, CharSequence) is true, ignoring case.
verifyContainsIgnoreCase(CVerificationQueue, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.containsIgnoreCase(CharSequence, CharSequence) is true, ignoring case.
verifyContainsIgnoreCase(CVerificationQueue, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.containsIgnoreCase(CharSequence, CharSequence) is true, ignoring case.
verifyContainsIgnoreCase(CVerificationQueue, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.containsIgnoreCase(CharSequence, CharSequence) is true, ignoring case.
verifyContainsIgnoreCase(CVerificationQueue, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.containsIgnoreCase(CharSequence, CharSequence) is true, ignoring case.
verifyContainsNone(CVerificationQueue, Iterable<E>) - Method in interface org.catools.common.extensions.verify.interfaces.CIterableVerifier
Verify that actual collection contains none of elements from the expected collection.
verifyContainsNone(CVerificationQueue, Iterable<E>, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection contains none of elements from the expected collection.
verifyContainsNone(CVerificationQueue, Iterable<E>, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection contains none of elements from the expected collection.
verifyContainsNone(CVerificationQueue, Iterable<E>, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection contains none of elements from the expected collection.
verifyContainsNone(CVerificationQueue, Iterable<E>, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection contains none of elements from the expected collection.
verifyContainsNone(CVerificationQueue, Iterable<E>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CIterableVerifier
Verify that actual collection contains none of elements from the expected collection.
verifyContainsNone(CVerificationQueue, Map<K, V>) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual map contains none of entries from the expected map.
verifyContainsNone(CVerificationQueue, Map<K, V>, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map contains none of entries from the expected map.
verifyContainsNone(CVerificationQueue, Map<K, V>, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map contains none of entries from the expected map.
verifyContainsNone(CVerificationQueue, Map<K, V>, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map contains none of entries from the expected map.
verifyContainsNone(CVerificationQueue, Map<K, V>, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map contains none of entries from the expected map.
verifyContainsNone(CVerificationQueue, Map<K, V>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual map contains none of entries from the expected map.
verifyEmptyOrContains(CVerificationQueue, E) - Method in interface org.catools.common.extensions.verify.interfaces.CIterableVerifier
Verify that actual collection either is empty or contains the expected element.
verifyEmptyOrContains(CVerificationQueue, E, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection either is empty or contains the expected element.
verifyEmptyOrContains(CVerificationQueue, E, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection either is empty or contains the expected element.
verifyEmptyOrContains(CVerificationQueue, E, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection either is empty or contains the expected element.
verifyEmptyOrContains(CVerificationQueue, E, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection either is empty or contains the expected element.
verifyEmptyOrContains(CVerificationQueue, E, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CIterableVerifier
Verify that actual collection either is empty or contains the expected element.
verifyEmptyOrContains(CVerificationQueue, Map.Entry<K, V>) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual map either is empty or contains the expected entry.
verifyEmptyOrContains(CVerificationQueue, Map.Entry<K, V>, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map either is empty or contains the expected entry.
verifyEmptyOrContains(CVerificationQueue, Map.Entry<K, V>, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map either is empty or contains the expected entry.
verifyEmptyOrContains(CVerificationQueue, Map.Entry<K, V>, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map either is empty or contains the expected entry.
verifyEmptyOrContains(CVerificationQueue, Map.Entry<K, V>, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map either is empty or contains the expected entry.
verifyEmptyOrContains(CVerificationQueue, Map.Entry<K, V>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual map either is empty or contains the expected entry.
verifyEmptyOrContains(CVerificationQueue, K, V) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual map either is empty or contains the expected entry.
verifyEmptyOrContains(CVerificationQueue, K, V, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map either is empty or contains the expected entry.
verifyEmptyOrContains(CVerificationQueue, K, V, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map either is empty or contains the expected entry.
verifyEmptyOrContains(CVerificationQueue, K, V, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map either is empty or contains the expected entry.
verifyEmptyOrContains(CVerificationQueue, K, V, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map either is empty or contains the expected entry.
verifyEmptyOrContains(CVerificationQueue, K, V, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual map either is empty or contains the expected entry.
verifyEmptyOrNotContains(CVerificationQueue, E) - Method in interface org.catools.common.extensions.verify.interfaces.CIterableVerifier
Verify that actual collection either is empty or does not contain the expected element.
verifyEmptyOrNotContains(CVerificationQueue, E, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection either is empty or does not contain the expected element.
verifyEmptyOrNotContains(CVerificationQueue, E, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection either is empty or does not contain the expected element.
verifyEmptyOrNotContains(CVerificationQueue, E, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection either is empty or does not contain the expected element.
verifyEmptyOrNotContains(CVerificationQueue, E, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection either is empty or does not contain the expected element.
verifyEmptyOrNotContains(CVerificationQueue, E, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CIterableVerifier
Verify that actual collection either is empty or does not contain the expected element.
verifyEmptyOrNotContains(CVerificationQueue, Map.Entry<K, V>) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual map either is empty or does not contains the expected entry.
verifyEmptyOrNotContains(CVerificationQueue, Map.Entry<K, V>, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map either is empty or does not contains the expected entry.
verifyEmptyOrNotContains(CVerificationQueue, Map.Entry<K, V>, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map either is empty or does not contains the expected entry.
verifyEmptyOrNotContains(CVerificationQueue, Map.Entry<K, V>, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map either is empty or does not contains the expected entry.
verifyEmptyOrNotContains(CVerificationQueue, Map.Entry<K, V>, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map either is empty or does not contains the expected entry.
verifyEmptyOrNotContains(CVerificationQueue, Map.Entry<K, V>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual map either is empty or does not contains the expected entry.
verifyEmptyOrNotContains(CVerificationQueue, K, V) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual map either is empty or does not contains the expected entry.
verifyEmptyOrNotContains(CVerificationQueue, K, V, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map either is empty or does not contains the expected entry.
verifyEmptyOrNotContains(CVerificationQueue, K, V, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map either is empty or does not contains the expected entry.
verifyEmptyOrNotContains(CVerificationQueue, K, V, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map either is empty or does not contains the expected entry.
verifyEmptyOrNotContains(CVerificationQueue, K, V, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map either is empty or does not contains the expected entry.
verifyEmptyOrNotContains(CVerificationQueue, K, V, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual map either is empty or does not contains the expected entry.
verifyEndsWith(CVerificationQueue, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.endsWith(CharSequence, CharSequence) is true
verifyEndsWith(CVerificationQueue, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.endsWith(CharSequence, CharSequence) is true
verifyEndsWith(CVerificationQueue, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.endsWith(CharSequence, CharSequence) is true
verifyEndsWith(CVerificationQueue, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.endsWith(CharSequence, CharSequence) is true
verifyEndsWith(CVerificationQueue, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.endsWith(CharSequence, CharSequence) is true
verifyEndsWith(CVerificationQueue, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.endsWith(CharSequence, CharSequence) is true
verifyEndsWithAny(CVerificationQueue, List<String>) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.endsWithAny(CharSequence, CharSequence...) is true.
verifyEndsWithAny(CVerificationQueue, List<String>, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.endsWithAny(CharSequence, CharSequence...) is true.
verifyEndsWithAny(CVerificationQueue, List<String>, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.endsWithAny(CharSequence, CharSequence...) is true.
verifyEndsWithAny(CVerificationQueue, List<String>, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.endsWithAny(CharSequence, CharSequence...) is true.
verifyEndsWithAny(CVerificationQueue, List<String>, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.endsWithAny(CharSequence, CharSequence...) is true.
verifyEndsWithAny(CVerificationQueue, List<String>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.endsWithAny(CharSequence, CharSequence...) is true.
verifyEndsWithIgnoreCase(CVerificationQueue, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.endsWithIgnoreCase(CharSequence, CharSequence) is true.
verifyEndsWithIgnoreCase(CVerificationQueue, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.endsWithIgnoreCase(CharSequence, CharSequence) is true.
verifyEndsWithIgnoreCase(CVerificationQueue, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.endsWithIgnoreCase(CharSequence, CharSequence) is true.
verifyEndsWithIgnoreCase(CVerificationQueue, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.endsWithIgnoreCase(CharSequence, CharSequence) is true.
verifyEndsWithIgnoreCase(CVerificationQueue, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.endsWithIgnoreCase(CharSequence, CharSequence) is true.
verifyEndsWithIgnoreCase(CVerificationQueue, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.endsWithIgnoreCase(CharSequence, CharSequence) is true.
verifyEndsWithNone(CVerificationQueue, List<String>) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.endsWithAny(CharSequence, CharSequence...) is false.
verifyEndsWithNone(CVerificationQueue, List<String>, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.endsWithAny(CharSequence, CharSequence...) is false.
verifyEndsWithNone(CVerificationQueue, List<String>, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.endsWithAny(CharSequence, CharSequence...) is false.
verifyEndsWithNone(CVerificationQueue, List<String>, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.endsWithAny(CharSequence, CharSequence...) is false.
verifyEndsWithNone(CVerificationQueue, List<String>, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.endsWithAny(CharSequence, CharSequence...) is false.
verifyEndsWithNone(CVerificationQueue, List<String>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.endsWithAny(CharSequence, CharSequence...) is false.
verifyEquals(CVerificationQueue, Iterable<E>) - Method in interface org.catools.common.extensions.verify.interfaces.CIterableVerifier
Verify that actual and expected collections have the exact same elements.
verifyEquals(CVerificationQueue, Iterable<E>, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual and expected collections have the exact same elements.
verifyEquals(CVerificationQueue, Iterable<E>, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual and expected collections have the exact same elements.
verifyEquals(CVerificationQueue, Iterable<E>, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual and expected collections have the exact same elements.
verifyEquals(CVerificationQueue, Iterable<E>, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual and expected collections have the exact same elements.
verifyEquals(CVerificationQueue, Iterable<E>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CIterableVerifier
Verify that actual and expected collections have the exact same elements.
verifyEquals(CVerificationQueue, Map<K, V>) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual and expected maps have the exact same entries.
verifyEquals(CVerificationQueue, Map<K, V>, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual and expected maps have the exact same entries.
verifyEquals(CVerificationQueue, Map<K, V>, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual and expected maps have the exact same entries.
verifyEquals(CVerificationQueue, Map<K, V>, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual and expected maps have the exact same entries.
verifyEquals(CVerificationQueue, Map<K, V>, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual and expected maps have the exact same entries.
verifyEquals(CVerificationQueue, Map<K, V>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual and expected maps have the exact same entries.
verifyEquals(CVerificationQueue, O) - Method in interface org.catools.common.extensions.verify.interfaces.CObjectVerifier
Verify that actual and expected value are equal objects.
verifyEquals(CVerificationQueue, O, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CObjectWaitVerifier
Verify that actual and expected value are equal objects.
verifyEquals(CVerificationQueue, O, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CObjectWaitVerifier
Verify that actual and expected value are equal objects.
verifyEquals(CVerificationQueue, O, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CObjectWaitVerifier
Verify that actual and expected value are equal objects.
verifyEquals(CVerificationQueue, O, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CObjectWaitVerifier
Verify that actual and expected value are equal objects.
verifyEquals(CVerificationQueue, O, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CObjectVerifier
Verify that actual and expected value are equal objects.
verifyEqualsAny(CVerificationQueue, List<O>) - Method in interface org.catools.common.extensions.verify.interfaces.CObjectVerifier
Verify that actual value equals to at least one of expected value.
verifyEqualsAny(CVerificationQueue, List<O>, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CObjectWaitVerifier
Verify that actual value equals to at least one of expected value.
verifyEqualsAny(CVerificationQueue, List<O>, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CObjectWaitVerifier
Verify that actual value equals to at least one of expected value.
verifyEqualsAny(CVerificationQueue, List<O>, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CObjectWaitVerifier
Verify that actual value equals to at least one of expected value.
verifyEqualsAny(CVerificationQueue, List<O>, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CObjectWaitVerifier
Verify that actual value equals to at least one of expected value.
verifyEqualsAny(CVerificationQueue, List<O>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CObjectVerifier
Verify that actual value equals to at least one of expected value.
verifyEqualsAnyIgnoreCase(CVerificationQueue, List<String>) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of equalsAnyIgnoreCase(CharSequence, CharSequence...) equals to the any expected value, ignoring case.
verifyEqualsAnyIgnoreCase(CVerificationQueue, List<String>, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of equalsAnyIgnoreCase(CharSequence, CharSequence...) equals to the expected value, ignoring case.
verifyEqualsAnyIgnoreCase(CVerificationQueue, List<String>, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of equalsAnyIgnoreCase(CharSequence, CharSequence...) equals to the expected value, ignoring case.
verifyEqualsAnyIgnoreCase(CVerificationQueue, List<String>, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of equalsAnyIgnoreCase(CharSequence, CharSequence...) equals to the expected value, ignoring case.
verifyEqualsAnyIgnoreCase(CVerificationQueue, List<String>, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of equalsAnyIgnoreCase(CharSequence, CharSequence...) equals to the expected value, ignoring case.
verifyEqualsAnyIgnoreCase(CVerificationQueue, List<String>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of equalsAnyIgnoreCase(CharSequence, CharSequence...) equals to the any expected value, ignoring case.
verifyEqualsByFormat(CVerificationQueue, Date, String) - Method in interface org.catools.common.extensions.verify.interfaces.CDateVerifier
Verify that actual and expected have the exact same string value after they converted using the provided date format.
verifyEqualsByFormat(CVerificationQueue, Date, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CDateWaitVerifier
Verify that actual and expected have the exact same string value after they converted using the provided date format.
verifyEqualsByFormat(CVerificationQueue, Date, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CDateWaitVerifier
Verify that actual and expected have the exact same string value after they converted using the provided date format.
verifyEqualsByFormat(CVerificationQueue, Date, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CDateWaitVerifier
Verify that actual and expected have the exact same string value after they converted using the provided date format.
verifyEqualsByFormat(CVerificationQueue, Date, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CDateWaitVerifier
Verify that actual and expected have the exact same string value after they converted using the provided date format.
verifyEqualsByFormat(CVerificationQueue, Date, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CDateVerifier
Verify that actual and expected have the exact same string value after they converted using the provided date format.
verifyEqualsDatePortion(CVerificationQueue, Date) - Method in interface org.catools.common.extensions.verify.interfaces.CDateVerifier
Verify that actual and expected have same string value after they converted using "yyyy-MM-dd" for format.
verifyEqualsDatePortion(CVerificationQueue, Date, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CDateWaitVerifier
Verify that actual and expected have same string value after they converted using "yyyy-MM-dd" for format.
verifyEqualsDatePortion(CVerificationQueue, Date, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CDateWaitVerifier
Verify that actual and expected have same string value after they converted using "yyyy-MM-dd" for format.
verifyEqualsDatePortion(CVerificationQueue, Date, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CDateWaitVerifier
Verify that actual and expected have same string value after they converted using "yyyy-MM-dd" for format.
verifyEqualsDatePortion(CVerificationQueue, Date, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CDateWaitVerifier
Verify that actual and expected have same string value after they converted using "yyyy-MM-dd" for format.
verifyEqualsDatePortion(CVerificationQueue, Date, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CDateVerifier
Verify that actual and expected have same string value after they converted using "yyyy-MM-dd" for format.
verifyEqualsIgnoreCase(CVerificationQueue, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if StringUtils.equalsIgnoreCase(CharSequence, CharSequence) value equals the expected value.
verifyEqualsIgnoreCase(CVerificationQueue, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.equalsIgnoreCase(CharSequence, CharSequence) value equals the expected value.
verifyEqualsIgnoreCase(CVerificationQueue, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.equalsIgnoreCase(CharSequence, CharSequence) value equals the expected value.
verifyEqualsIgnoreCase(CVerificationQueue, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.equalsIgnoreCase(CharSequence, CharSequence) value equals the expected value.
verifyEqualsIgnoreCase(CVerificationQueue, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.equalsIgnoreCase(CharSequence, CharSequence) value equals the expected value.
verifyEqualsIgnoreCase(CVerificationQueue, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if StringUtils.equalsIgnoreCase(CharSequence, CharSequence) value equals the expected value.
verifyEqualsIgnoreWhiteSpaces(CVerificationQueue, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if value is equal to expected after removing all WhiteSpaces from both.
verifyEqualsIgnoreWhiteSpaces(CVerificationQueue, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if value is equal to expected after removing all WhiteSpaces from both.
verifyEqualsIgnoreWhiteSpaces(CVerificationQueue, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if value is equal to expected after removing all WhiteSpaces from both.
verifyEqualsIgnoreWhiteSpaces(CVerificationQueue, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if value is equal to expected after removing all WhiteSpaces from both.
verifyEqualsIgnoreWhiteSpaces(CVerificationQueue, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if value is equal to expected after removing all WhiteSpaces from both.
verifyEqualsIgnoreWhiteSpaces(CVerificationQueue, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if value is equal to expected after removing all WhiteSpaces from both.
verifyEqualsNone(CVerificationQueue, List<O>) - Method in interface org.catools.common.extensions.verify.interfaces.CObjectVerifier
Verify that actual value does not equals to any expected value.
verifyEqualsNone(CVerificationQueue, List<O>, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CObjectWaitVerifier
Verify that actual value does not equals to any expected value.
verifyEqualsNone(CVerificationQueue, List<O>, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CObjectWaitVerifier
Verify that actual value does not equals to any expected value.
verifyEqualsNone(CVerificationQueue, List<O>, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CObjectWaitVerifier
Verify that actual value does not equals to any expected value.
verifyEqualsNone(CVerificationQueue, List<O>, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CObjectWaitVerifier
Verify that actual value does not equals to any expected value.
verifyEqualsNone(CVerificationQueue, List<O>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CObjectVerifier
Verify that actual value does not equals to any expected value.
verifyEqualsNoneIgnoreCase(CVerificationQueue, List<String>) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of equalsAnyIgnoreCase(CharSequence, CharSequence...) is false, ignoring case.
verifyEqualsNoneIgnoreCase(CVerificationQueue, List<String>, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of equalsAnyIgnoreCase(CharSequence, CharSequence...) is false, ignoring case.
verifyEqualsNoneIgnoreCase(CVerificationQueue, List<String>, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of equalsAnyIgnoreCase(CharSequence, CharSequence...) is false, ignoring case.
verifyEqualsNoneIgnoreCase(CVerificationQueue, List<String>, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of equalsAnyIgnoreCase(CharSequence, CharSequence...) is false, ignoring case.
verifyEqualsNoneIgnoreCase(CVerificationQueue, List<String>, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of equalsAnyIgnoreCase(CharSequence, CharSequence...) is false, ignoring case.
verifyEqualsNoneIgnoreCase(CVerificationQueue, List<String>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of equalsAnyIgnoreCase(CharSequence, CharSequence...) is false, ignoring case.
verifyEqualsP(CVerificationQueue, N, N) - Method in interface org.catools.common.extensions.verify.interfaces.CNumberVerifier
Verify that actual and expected have the exact same value or their difference is less than precision value.
verifyEqualsP(CVerificationQueue, N, N, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual and expected have the exact same value or their difference is less than precision value.
verifyEqualsP(CVerificationQueue, N, N, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual and expected have the exact same value or their difference is less than precision value.
verifyEqualsP(CVerificationQueue, N, N, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual and expected have the exact same value or their difference is less than precision value.
verifyEqualsP(CVerificationQueue, N, N, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual and expected have the exact same value or their difference is less than precision value.
verifyEqualsP(CVerificationQueue, N, N, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CNumberVerifier
Verify that actual and expected have the exact same value or their difference is less than precision value.
verifyEqualsStringContent(CVerificationQueue, File) - Method in interface org.catools.common.extensions.verify.interfaces.CFileVerifier
Verify that actual and expected file have the exact same content.
verifyEqualsStringContent(CVerificationQueue, File, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CFileWaitVerifier
Verify that actual and expected file have the exact same content.
verifyEqualsStringContent(CVerificationQueue, File, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CFileWaitVerifier
Verify that actual and expected file have the exact same content.
verifyEqualsStringContent(CVerificationQueue, File, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CFileWaitVerifier
Verify that actual and expected file have the exact same content.
verifyEqualsStringContent(CVerificationQueue, File, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CFileWaitVerifier
Verify that actual and expected file have the exact same content.
verifyEqualsStringContent(CVerificationQueue, File, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CFileVerifier
Verify that actual and expected file have the exact same content.
verifyEqualsTimePortion(CVerificationQueue, Date) - Method in interface org.catools.common.extensions.verify.interfaces.CDateVerifier
Verify that actual and expected have same string value after they converted using "HH:mm:ss" for format.
verifyEqualsTimePortion(CVerificationQueue, Date, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CDateWaitVerifier
Verify that actual and expected have same string value after they converted using "HH:mm:ss" for format.
verifyEqualsTimePortion(CVerificationQueue, Date, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CDateWaitVerifier
Verify that actual and expected have same string value after they converted using "HH:mm:ss" for format.
verifyEqualsTimePortion(CVerificationQueue, Date, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CDateWaitVerifier
Verify that actual and expected have same string value after they converted using "HH:mm:ss" for format.
verifyEqualsTimePortion(CVerificationQueue, Date, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CDateWaitVerifier
Verify that actual and expected have same string value after they converted using "HH:mm:ss" for format.
verifyEqualsTimePortion(CVerificationQueue, Date, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CDateVerifier
Verify that actual and expected have same string value after they converted using "HH:mm:ss" for format.
verifyExists(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CFileVerifier
Verify that the file exists
verifyExists(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CFileWaitVerifier
Verify that the file exists
verifyExists(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CFileWaitVerifier
Verify that the file exists
verifyExists(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CFileWaitVerifier
Verify that the file exists
verifyExists(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CFileWaitVerifier
Verify that the file exists
verifyExists(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CFileVerifier
Verify that the file exists
verifyGreater(CVerificationQueue, N) - Method in interface org.catools.common.extensions.verify.interfaces.CNumberVerifier
Verify that actual has value greater than expected.
verifyGreater(CVerificationQueue, N, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual has value greater than expected.
verifyGreater(CVerificationQueue, N, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual has value greater than expected.
verifyGreater(CVerificationQueue, N, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual has value greater than expected.
verifyGreater(CVerificationQueue, N, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual has value greater than expected.
verifyGreater(CVerificationQueue, N, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CNumberVerifier
Verify that actual has value greater than expected.
verifyGreaterOrEqual(CVerificationQueue, N) - Method in interface org.catools.common.extensions.verify.interfaces.CNumberVerifier
Verify that actual has value greater or equal to expected.
verifyGreaterOrEqual(CVerificationQueue, N, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual has value greater or equal to expected.
verifyGreaterOrEqual(CVerificationQueue, N, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual has value greater or equal to expected.
verifyGreaterOrEqual(CVerificationQueue, N, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual has value greater or equal to expected.
verifyGreaterOrEqual(CVerificationQueue, N, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual has value greater or equal to expected.
verifyGreaterOrEqual(CVerificationQueue, N, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CNumberVerifier
Verify that actual has value greater or equal to expected.
verifyHas(CVerificationQueue, Predicate<E>) - Method in interface org.catools.common.extensions.verify.interfaces.CIterableVerifier
Verify that actual collection contains the expected predication.
verifyHas(CVerificationQueue, Predicate<E>) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection contains the expected element.
verifyHas(CVerificationQueue, Predicate<E>, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection contains the element which returns true from expected predicate.
verifyHas(CVerificationQueue, Predicate<E>, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection contains the element which returns true from expected predicate.
verifyHas(CVerificationQueue, Predicate<E>, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection contains the element which returns true from expected predicate.
verifyHas(CVerificationQueue, Predicate<E>, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection contains the element which returns true from expected predicate.
verifyHas(CVerificationQueue, Predicate<E>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CIterableVerifier
Verify that actual collection contains the expected predication.
verifyHas(CVerificationQueue, Predicate<E>, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection contains the expected element.
verifyHasNot(CVerificationQueue, Predicate<E>) - Method in interface org.catools.common.extensions.verify.interfaces.CIterableVerifier
Verify that actual collection does not contains the expected predication.
verifyHasNot(CVerificationQueue, Predicate<E>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CIterableVerifier
Verify that actual collection does not contains the expected predication.
verifyInitialized() - Static method in class org.catools.common.config.CConfigsLoader
 
verifyIsAlpha(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.isAlpha(CharSequence) is true.
verifyIsAlpha(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlpha(CharSequence) is true.
verifyIsAlpha(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlpha(CharSequence) is true.
verifyIsAlpha(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlpha(CharSequence) is true.
verifyIsAlpha(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlpha(CharSequence) is true.
verifyIsAlpha(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.isAlpha(CharSequence) is true.
verifyIsAlphanumeric(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.isAlphanumeric(CharSequence) is true.
verifyIsAlphanumeric(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlphanumeric(CharSequence) is true.
verifyIsAlphanumeric(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlphanumeric(CharSequence) is true.
verifyIsAlphanumeric(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlphanumeric(CharSequence) is true.
verifyIsAlphanumeric(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlphanumeric(CharSequence) is true.
verifyIsAlphanumeric(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.isAlphanumeric(CharSequence) is true.
verifyIsAlphanumericSpace(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.isAlphanumericSpace(CharSequence) is true.
verifyIsAlphanumericSpace(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlphanumericSpace(CharSequence) is true.
verifyIsAlphanumericSpace(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlphanumericSpace(CharSequence) is true.
verifyIsAlphanumericSpace(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlphanumericSpace(CharSequence) is true.
verifyIsAlphanumericSpace(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlphanumericSpace(CharSequence) is true.
verifyIsAlphanumericSpace(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.isAlphanumericSpace(CharSequence) is true.
verifyIsAlphaSpace(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.isAlphaSpace(CharSequence) is true.
verifyIsAlphaSpace(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlphaSpace(CharSequence) is true.
verifyIsAlphaSpace(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlphaSpace(CharSequence) is true.
verifyIsAlphaSpace(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlphaSpace(CharSequence) is true.
verifyIsAlphaSpace(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlphaSpace(CharSequence) is true.
verifyIsAlphaSpace(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.isAlphaSpace(CharSequence) is true.
verifyIsAsciiPrintable(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.isAsciiPrintable(CharSequence) is true.
verifyIsAsciiPrintable(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAsciiPrintable(CharSequence) is true.
verifyIsAsciiPrintable(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAsciiPrintable(CharSequence) is true.
verifyIsAsciiPrintable(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAsciiPrintable(CharSequence) is true.
verifyIsAsciiPrintable(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAsciiPrintable(CharSequence) is true.
verifyIsAsciiPrintable(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.isAsciiPrintable(CharSequence) is true.
verifyIsBlank(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if String value is blank (Null or Empty)
verifyIsBlank(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value is blank (Null or Empty)
verifyIsBlank(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value is blank (Null or Empty)
verifyIsBlank(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value is blank (Null or Empty)
verifyIsBlank(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value is blank (Null or Empty)
verifyIsBlank(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if String value is blank (Null or Empty)
verifyIsBlankOrAlpha(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if string value is Blank or the result of StringUtils.isAlpha(CharSequence) is true.
verifyIsBlankOrAlpha(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is Blank or the result of StringUtils.isAlpha(CharSequence) is true.
verifyIsBlankOrAlpha(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is Blank or the result of StringUtils.isAlpha(CharSequence) is true.
verifyIsBlankOrAlpha(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is Blank or the result of StringUtils.isAlpha(CharSequence) is true.
verifyIsBlankOrAlpha(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is Blank or the result of StringUtils.isAlpha(CharSequence) is true.
verifyIsBlankOrAlpha(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if string value is Blank or the result of StringUtils.isAlpha(CharSequence) is true.
verifyIsBlankOrAlphanumeric(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if string value is Blank or the result of StringUtils.isAlphanumeric(CharSequence) is true.
verifyIsBlankOrAlphanumeric(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is Blank or the result of StringUtils.isAlphanumeric(CharSequence) is true.
verifyIsBlankOrAlphanumeric(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is Blank or the result of StringUtils.isAlphanumeric(CharSequence) is true.
verifyIsBlankOrAlphanumeric(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is Blank or the result of StringUtils.isAlphanumeric(CharSequence) is true.
verifyIsBlankOrAlphanumeric(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is Blank or the result of StringUtils.isAlphanumeric(CharSequence) is true.
verifyIsBlankOrAlphanumeric(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if string value is Blank or the result of StringUtils.isAlphanumeric(CharSequence) is true.
verifyIsBlankOrNotAlpha(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if string value is Blank or the result of StringUtils.isAlpha(CharSequence) is false.
verifyIsBlankOrNotAlpha(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is Blank or the result of StringUtils.isAlpha(CharSequence) is false.
verifyIsBlankOrNotAlpha(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is Blank or the result of StringUtils.isAlpha(CharSequence) is false.
verifyIsBlankOrNotAlpha(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is Blank or the result of StringUtils.isAlpha(CharSequence) is false.
verifyIsBlankOrNotAlpha(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is Blank or the result of StringUtils.isAlpha(CharSequence) is false.
verifyIsBlankOrNotAlpha(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if string value is Blank or the result of StringUtils.isAlpha(CharSequence) is false.
verifyIsBlankOrNotAlphanumeric(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if string value is Blank or the result of StringUtils.isAlphanumeric(CharSequence) is false.
verifyIsBlankOrNotAlphanumeric(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is Blank or the result of StringUtils.isAlphanumeric(CharSequence) is false.
verifyIsBlankOrNotAlphanumeric(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is Blank or the result of StringUtils.isAlphanumeric(CharSequence) is false.
verifyIsBlankOrNotAlphanumeric(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is Blank or the result of StringUtils.isAlphanumeric(CharSequence) is false.
verifyIsBlankOrNotAlphanumeric(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is Blank or the result of StringUtils.isAlphanumeric(CharSequence) is false.
verifyIsBlankOrNotAlphanumeric(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if string value is Blank or the result of StringUtils.isAlphanumeric(CharSequence) is false.
verifyIsBlankOrNotNumeric(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if string is Blank or the result of StringUtils.isNumeric(CharSequence) is false.
verifyIsBlankOrNotNumeric(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string is Blank or the result of StringUtils.isNumeric(CharSequence) is false.
verifyIsBlankOrNotNumeric(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string is Blank or the result of StringUtils.isNumeric(CharSequence) is false.
verifyIsBlankOrNotNumeric(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string is Blank or the result of StringUtils.isNumeric(CharSequence) is false.
verifyIsBlankOrNotNumeric(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string is Blank or the result of StringUtils.isNumeric(CharSequence) is false.
verifyIsBlankOrNotNumeric(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if string is Blank or the result of StringUtils.isNumeric(CharSequence) is false.
verifyIsBlankOrNumeric(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if string is Blank or the result of StringUtils.isNumeric(CharSequence) is true.
verifyIsBlankOrNumeric(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string is Blank or the result of StringUtils.isNumeric(CharSequence) is true.
verifyIsBlankOrNumeric(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string is Blank or the result of StringUtils.isNumeric(CharSequence) is true.
verifyIsBlankOrNumeric(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string is Blank or the result of StringUtils.isNumeric(CharSequence) is true.
verifyIsBlankOrNumeric(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string is Blank or the result of StringUtils.isNumeric(CharSequence) is true.
verifyIsBlankOrNumeric(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if string is Blank or the result of StringUtils.isNumeric(CharSequence) is true.
verifyIsEmpty(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CIterableVerifier
Verify that actual collection is empty.
verifyIsEmpty(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual map is empty.
verifyIsEmpty(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if String value is empty
verifyIsEmpty(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection is empty.
verifyIsEmpty(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map is empty.
verifyIsEmpty(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value is empty
verifyIsEmpty(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection is empty.
verifyIsEmpty(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map is empty.
verifyIsEmpty(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value is empty
verifyIsEmpty(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection is empty.
verifyIsEmpty(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map is empty.
verifyIsEmpty(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value is empty
verifyIsEmpty(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection is empty.
verifyIsEmpty(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map is empty.
verifyIsEmpty(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value is empty
verifyIsEmpty(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CIterableVerifier
Verify that actual collection is empty.
verifyIsEmpty(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual map is empty.
verifyIsEmpty(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if String value is empty
verifyIsEmptyOrAlpha(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if string value is empty or the result of StringUtils.isAlpha(CharSequence) is true.
verifyIsEmptyOrAlpha(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is empty or the result of StringUtils.isAlpha(CharSequence) is true.
verifyIsEmptyOrAlpha(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is empty or the result of StringUtils.isAlpha(CharSequence) is true.
verifyIsEmptyOrAlpha(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is empty or the result of StringUtils.isAlpha(CharSequence) is true.
verifyIsEmptyOrAlpha(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is empty or the result of StringUtils.isAlpha(CharSequence) is true.
verifyIsEmptyOrAlpha(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if string value is empty or the result of StringUtils.isAlpha(CharSequence) is true.
verifyIsEmptyOrAlphanumeric(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if string value is empty or the result of StringUtils.isAlphanumeric(CharSequence) is true.
verifyIsEmptyOrAlphanumeric(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is empty or the result of StringUtils.isAlphanumeric(CharSequence) is true.
verifyIsEmptyOrAlphanumeric(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is empty or the result of StringUtils.isAlphanumeric(CharSequence) is true.
verifyIsEmptyOrAlphanumeric(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is empty or the result of StringUtils.isAlphanumeric(CharSequence) is true.
verifyIsEmptyOrAlphanumeric(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is empty or the result of StringUtils.isAlphanumeric(CharSequence) is true.
verifyIsEmptyOrAlphanumeric(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if string value is empty or the result of StringUtils.isAlphanumeric(CharSequence) is true.
verifyIsEmptyOrNotAlpha(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if string value is empty or the result of StringUtils.isAlpha(CharSequence) is false.
verifyIsEmptyOrNotAlpha(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is empty or the result of StringUtils.isAlpha(CharSequence) is false.
verifyIsEmptyOrNotAlpha(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is empty or the result of StringUtils.isAlpha(CharSequence) is false.
verifyIsEmptyOrNotAlpha(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is empty or the result of StringUtils.isAlpha(CharSequence) is false.
verifyIsEmptyOrNotAlpha(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is empty or the result of StringUtils.isAlpha(CharSequence) is false.
verifyIsEmptyOrNotAlpha(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if string value is empty or the result of StringUtils.isAlpha(CharSequence) is false.
verifyIsEmptyOrNotAlphanumeric(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if string value is empty or the result of StringUtils.isAlphanumeric(CharSequence) is false.
verifyIsEmptyOrNotAlphanumeric(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is empty or the result of StringUtils.isAlphanumeric(CharSequence) is false.
verifyIsEmptyOrNotAlphanumeric(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is empty or the result of StringUtils.isAlphanumeric(CharSequence) is false.
verifyIsEmptyOrNotAlphanumeric(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is empty or the result of StringUtils.isAlphanumeric(CharSequence) is false.
verifyIsEmptyOrNotAlphanumeric(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string value is empty or the result of StringUtils.isAlphanumeric(CharSequence) is false.
verifyIsEmptyOrNotAlphanumeric(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if string value is empty or the result of StringUtils.isAlphanumeric(CharSequence) is false.
verifyIsEmptyOrNotNumeric(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if string is empty or the result of StringUtils.isNumeric(CharSequence) is false.
verifyIsEmptyOrNotNumeric(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string is empty or the result of StringUtils.isNumeric(CharSequence) is false.
verifyIsEmptyOrNotNumeric(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string is empty or the result of StringUtils.isNumeric(CharSequence) is false.
verifyIsEmptyOrNotNumeric(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string is empty or the result of StringUtils.isNumeric(CharSequence) is false.
verifyIsEmptyOrNotNumeric(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string is empty or the result of StringUtils.isNumeric(CharSequence) is false.
verifyIsEmptyOrNotNumeric(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if string is empty or the result of StringUtils.isNumeric(CharSequence) is false.
verifyIsEmptyOrNumeric(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if string is empty or the result of StringUtils.isNumeric(CharSequence) is true.
verifyIsEmptyOrNumeric(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string is empty or the result of StringUtils.isNumeric(CharSequence) is true.
verifyIsEmptyOrNumeric(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string is empty or the result of StringUtils.isNumeric(CharSequence) is true.
verifyIsEmptyOrNumeric(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string is empty or the result of StringUtils.isNumeric(CharSequence) is true.
verifyIsEmptyOrNumeric(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if string is empty or the result of StringUtils.isNumeric(CharSequence) is true.
verifyIsEmptyOrNumeric(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if string is empty or the result of StringUtils.isNumeric(CharSequence) is true.
verifyIsFalse(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CBooleanVerifier
Verify that actual value is false
verifyIsFalse(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CBooleanWaitVerifier
Verify that actual value is false
verifyIsFalse(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CBooleanWaitVerifier
Verify that actual value is false
verifyIsFalse(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CBooleanWaitVerifier
Verify that actual value is false
verifyIsFalse(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CBooleanWaitVerifier
Verify that actual value is false
verifyIsFalse(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CBooleanVerifier
Verify that actual value is false
verifyIsNotAlpha(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.isAlpha(CharSequence) is false.
verifyIsNotAlpha(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlpha(CharSequence) is false.
verifyIsNotAlpha(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlpha(CharSequence) is false.
verifyIsNotAlpha(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlpha(CharSequence) is false.
verifyIsNotAlpha(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlpha(CharSequence) is false.
verifyIsNotAlpha(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.isAlpha(CharSequence) is false.
verifyIsNotAlphanumeric(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.isAlphanumeric(CharSequence) is false.
verifyIsNotAlphanumeric(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlphanumeric(CharSequence) is false.
verifyIsNotAlphanumeric(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlphanumeric(CharSequence) is false.
verifyIsNotAlphanumeric(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlphanumeric(CharSequence) is false.
verifyIsNotAlphanumeric(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlphanumeric(CharSequence) is false.
verifyIsNotAlphanumeric(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.isAlphanumeric(CharSequence) is false.
verifyIsNotAlphanumericSpace(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.isAlphanumericSpace(CharSequence) is false.
verifyIsNotAlphanumericSpace(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlphanumericSpace(CharSequence) is false.
verifyIsNotAlphanumericSpace(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlphanumericSpace(CharSequence) is false.
verifyIsNotAlphanumericSpace(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlphanumericSpace(CharSequence) is false.
verifyIsNotAlphanumericSpace(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlphanumericSpace(CharSequence) is false.
verifyIsNotAlphanumericSpace(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.isAlphanumericSpace(CharSequence) is false.
verifyIsNotAlphaSpace(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.isAlphaSpace(CharSequence) is false.
verifyIsNotAlphaSpace(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlphaSpace(CharSequence) is false.
verifyIsNotAlphaSpace(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlphaSpace(CharSequence) is false.
verifyIsNotAlphaSpace(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlphaSpace(CharSequence) is false.
verifyIsNotAlphaSpace(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAlphaSpace(CharSequence) is false.
verifyIsNotAlphaSpace(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.isAlphaSpace(CharSequence) is false.
verifyIsNotAsciiPrintable(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.isAsciiPrintable(CharSequence) is false.
verifyIsNotAsciiPrintable(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAsciiPrintable(CharSequence) is false.
verifyIsNotAsciiPrintable(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAsciiPrintable(CharSequence) is false.
verifyIsNotAsciiPrintable(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAsciiPrintable(CharSequence) is false.
verifyIsNotAsciiPrintable(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isAsciiPrintable(CharSequence) is false.
verifyIsNotAsciiPrintable(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.isAsciiPrintable(CharSequence) is false.
verifyIsNotBlank(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if String value is not blank (Null or Empty)
verifyIsNotBlank(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value is not blank (Null or Empty)
verifyIsNotBlank(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value is not blank (Null or Empty)
verifyIsNotBlank(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value is not blank (Null or Empty)
verifyIsNotBlank(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value is not blank (Null or Empty)
verifyIsNotBlank(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if String value is not blank (Null or Empty)
verifyIsNotEmpty(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CIterableVerifier
Verify that actual collection is not empty.
verifyIsNotEmpty(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual map is not empty.
verifyIsNotEmpty(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify String value is not empty
verifyIsNotEmpty(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection is not empty.
verifyIsNotEmpty(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map is not empty.
verifyIsNotEmpty(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify String value is not empty
verifyIsNotEmpty(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection is not empty.
verifyIsNotEmpty(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map is not empty.
verifyIsNotEmpty(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify String value is not empty
verifyIsNotEmpty(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection is not empty.
verifyIsNotEmpty(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map is not empty.
verifyIsNotEmpty(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify String value is not empty
verifyIsNotEmpty(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection is not empty.
verifyIsNotEmpty(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map is not empty.
verifyIsNotEmpty(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify String value is not empty
verifyIsNotEmpty(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CIterableVerifier
Verify that actual collection is not empty.
verifyIsNotEmpty(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual map is not empty.
verifyIsNotEmpty(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify String value is not empty
verifyIsNotExists(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CFileVerifier
Verify that the file does not exists
verifyIsNotExists(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CFileWaitVerifier
Verify that the file does not exists
verifyIsNotExists(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CFileWaitVerifier
Verify that the file does not exists
verifyIsNotExists(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CFileWaitVerifier
Verify that the file does not exists
verifyIsNotExists(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CFileWaitVerifier
Verify that the file does not exists
verifyIsNotExists(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CFileVerifier
Verify that the file does not exists
verifyIsNotNull(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CObjectVerifier
Verify that actual value is NOT null.
verifyIsNotNull(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CObjectWaitVerifier
Verify that actual value is NOT null.
verifyIsNotNull(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CObjectWaitVerifier
Verify that actual value is NOT null.
verifyIsNotNull(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CObjectWaitVerifier
Verify that actual value is NOT null.
verifyIsNotNull(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CObjectWaitVerifier
Verify that actual value is NOT null.
verifyIsNotNull(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CObjectVerifier
Verify that actual value is NOT null.
verifyIsNotNumeric(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.isNumeric(CharSequence) is false.
verifyIsNotNumeric(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isNumeric(CharSequence) is false.
verifyIsNotNumeric(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isNumeric(CharSequence) is false.
verifyIsNotNumeric(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isNumeric(CharSequence) is false.
verifyIsNotNumeric(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isNumeric(CharSequence) is false.
verifyIsNotNumeric(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.isNumeric(CharSequence) is false.
verifyIsNotNumericSpace(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.isNumericSpace(CharSequence) is false.
verifyIsNotNumericSpace(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isNumericSpace(CharSequence) is false.
verifyIsNotNumericSpace(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isNumericSpace(CharSequence) is false.
verifyIsNotNumericSpace(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isNumericSpace(CharSequence) is false.
verifyIsNotNumericSpace(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isNumericSpace(CharSequence) is false.
verifyIsNotNumericSpace(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.isNumericSpace(CharSequence) is false.
verifyIsNull(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CObjectVerifier
Verify that actual value is null.
verifyIsNull(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CObjectWaitVerifier
Verify that actual value is null.
verifyIsNull(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CObjectWaitVerifier
Verify that actual value is null.
verifyIsNull(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CObjectWaitVerifier
Verify that actual value is null.
verifyIsNull(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CObjectWaitVerifier
Verify that actual value is null.
verifyIsNull(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CObjectVerifier
Verify that actual value is null.
verifyIsNumeric(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.isNumeric(CharSequence) is true.
verifyIsNumeric(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isNumeric(CharSequence) is true.
verifyIsNumeric(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isNumeric(CharSequence) is true.
verifyIsNumeric(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isNumeric(CharSequence) is true.
verifyIsNumeric(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isNumeric(CharSequence) is true.
verifyIsNumeric(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.isNumeric(CharSequence) is true.
verifyIsNumericSpace(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.isNumericSpace(CharSequence) is true.
verifyIsNumericSpace(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isNumericSpace(CharSequence) is true.
verifyIsNumericSpace(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isNumericSpace(CharSequence) is true.
verifyIsNumericSpace(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isNumericSpace(CharSequence) is true.
verifyIsNumericSpace(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.isNumericSpace(CharSequence) is true.
verifyIsNumericSpace(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.isNumericSpace(CharSequence) is true.
verifyIsTrue(CVerificationQueue) - Method in interface org.catools.common.extensions.verify.interfaces.CBooleanVerifier
Verify that actual value is true
verifyIsTrue(CVerificationQueue, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CBooleanWaitVerifier
Verify that actual value is true
verifyIsTrue(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CBooleanWaitVerifier
Verify that actual value is true
verifyIsTrue(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CBooleanWaitVerifier
Verify that actual value is true
verifyIsTrue(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CBooleanWaitVerifier
Verify that actual value is true
verifyIsTrue(CVerificationQueue, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CBooleanVerifier
Verify that actual value is true
verifyLeftPadEquals(CVerificationQueue, int, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.leftPad(String, int, String) is equals to expected value.
verifyLeftPadEquals(CVerificationQueue, int, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.leftPad(String, int, String) is equals to expected value.
verifyLeftPadEquals(CVerificationQueue, int, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.leftPad(String, int, String) is equals to expected value.
verifyLeftPadEquals(CVerificationQueue, int, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.leftPad(String, int, String) is equals to expected value.
verifyLeftPadEquals(CVerificationQueue, int, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.leftPad(String, int, String) is equals to expected value.
verifyLeftPadEquals(CVerificationQueue, int, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.leftPad(String, int, String) is equals to expected value.
verifyLeftPadNotEquals(CVerificationQueue, int, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.leftPad(String, int, String) is NOT equals to expected value.
verifyLeftPadNotEquals(CVerificationQueue, int, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.leftPad(String, int, String) is NOT equals to expected value.
verifyLeftPadNotEquals(CVerificationQueue, int, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.leftPad(String, int, String) is NOT equals to expected value.
verifyLeftPadNotEquals(CVerificationQueue, int, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.leftPad(String, int, String) is NOT equals to expected value.
verifyLeftPadNotEquals(CVerificationQueue, int, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.leftPad(String, int, String) is NOT equals to expected value.
verifyLeftPadNotEquals(CVerificationQueue, int, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.leftPad(String, int, String) is NOT equals to expected value.
verifyLeftValueEquals(CVerificationQueue, int, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.left(String, int) equals to expected value.
verifyLeftValueEquals(CVerificationQueue, int, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.left(String, int) equals to expected value.
verifyLeftValueEquals(CVerificationQueue, int, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.left(String, int) equals to expected value.
verifyLeftValueEquals(CVerificationQueue, int, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.left(String, int) equals to expected value.
verifyLeftValueEquals(CVerificationQueue, int, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.left(String, int) equals to expected value.
verifyLeftValueEquals(CVerificationQueue, int, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.left(String, int) equals to expected value.
verifyLeftValueNotEquals(CVerificationQueue, int, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.left(String, int) NOT equals to expected value.
verifyLeftValueNotEquals(CVerificationQueue, int, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.left(String, int) NOT equals to expected value.
verifyLeftValueNotEquals(CVerificationQueue, int, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.left(String, int) NOT equals to expected value.
verifyLeftValueNotEquals(CVerificationQueue, int, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.left(String, int) NOT equals to expected value.
verifyLeftValueNotEquals(CVerificationQueue, int, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.left(String, int) NOT equals to expected value.
verifyLeftValueNotEquals(CVerificationQueue, int, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.left(String, int) NOT equals to expected value.
verifyLengthEquals(CVerificationQueue, int) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.length(CharSequence) is equals to expected value.
verifyLengthEquals(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.length(CharSequence) is equals to expected value.
verifyLengthEquals(CVerificationQueue, int, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.length(CharSequence) is equals to expected value.
verifyLengthEquals(CVerificationQueue, int, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.length(CharSequence) is equals to expected value.
verifyLengthEquals(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.length(CharSequence) is equals to expected value.
verifyLengthEquals(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.length(CharSequence) is equals to expected value.
verifyLengthNotEquals(CVerificationQueue, int) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.length(CharSequence) is NOT equals to expected value.
verifyLengthNotEquals(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.length(CharSequence) is NOT equals to expected value.
verifyLengthNotEquals(CVerificationQueue, int, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.length(CharSequence) is NOT equals to expected value.
verifyLengthNotEquals(CVerificationQueue, int, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.length(CharSequence) is NOT equals to expected value.
verifyLengthNotEquals(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.length(CharSequence) is NOT equals to expected value.
verifyLengthNotEquals(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.length(CharSequence) is NOT equals to expected value.
verifyLess(CVerificationQueue, N) - Method in interface org.catools.common.extensions.verify.interfaces.CNumberVerifier
Verify that actual has value less than expected.
verifyLess(CVerificationQueue, N, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual has value less than expected.
verifyLess(CVerificationQueue, N, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual has value less than expected.
verifyLess(CVerificationQueue, N, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual has value less than expected.
verifyLess(CVerificationQueue, N, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual has value less than expected.
verifyLess(CVerificationQueue, N, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CNumberVerifier
Verify that actual has value less than expected.
verifyLessOrEqual(CVerificationQueue, N) - Method in interface org.catools.common.extensions.verify.interfaces.CNumberVerifier
Verify that actual has value less or equal than expected.
verifyLessOrEqual(CVerificationQueue, N, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual has value less or equal than expected.
verifyLessOrEqual(CVerificationQueue, N, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual has value less or equal than expected.
verifyLessOrEqual(CVerificationQueue, N, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual has value less or equal than expected.
verifyLessOrEqual(CVerificationQueue, N, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual has value less or equal than expected.
verifyLessOrEqual(CVerificationQueue, N, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CNumberVerifier
Verify that actual has value less or equal than expected.
verifyMatches(CVerificationQueue, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if String value match provided pattern
verifyMatches(CVerificationQueue, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value match provided pattern
verifyMatches(CVerificationQueue, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value match provided pattern
verifyMatches(CVerificationQueue, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value match provided pattern
verifyMatches(CVerificationQueue, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value match provided pattern
verifyMatches(CVerificationQueue, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if String value match provided pattern
verifyMatches(CVerificationQueue, Pattern) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if String value match provided pattern
verifyMatches(CVerificationQueue, Pattern, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value match provided pattern
verifyMatches(CVerificationQueue, Pattern, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value match provided pattern
verifyMatches(CVerificationQueue, Pattern, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value match provided pattern
verifyMatches(CVerificationQueue, Pattern, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value match provided pattern
verifyMatches(CVerificationQueue, Pattern, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if String value match provided pattern
verifyMatchesAny(CVerificationQueue, List<Pattern>, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value match any of provided pattern
verifyMatchesAny(CVerificationQueue, List<Pattern>, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value match any of provided pattern
verifyMatchesNone(CVerificationQueue, List<Pattern>, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value match NONE of provided pattern
verifyMatchesNone(CVerificationQueue, List<Pattern>, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value match NONE of provided pattern
verifyMidValueEquals(CVerificationQueue, int, int, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.mid(String, int, int) equals to expected value.
verifyMidValueEquals(CVerificationQueue, int, int, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.mid(String, int, int) equals to expected value.
verifyMidValueEquals(CVerificationQueue, int, int, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.mid(String, int, int) equals to expected value.
verifyMidValueEquals(CVerificationQueue, int, int, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.mid(String, int, int) equals to expected value.
verifyMidValueEquals(CVerificationQueue, int, int, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.mid(String, int, int) equals to expected value.
verifyMidValueEquals(CVerificationQueue, int, int, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.mid(String, int, int) equals to expected value.
verifyMidValueNotEquals(CVerificationQueue, int, int, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.mid(String, int, int) NOT equals to expected value.
verifyMidValueNotEquals(CVerificationQueue, int, int, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.mid(String, int, int) NOT equals to expected value.
verifyMidValueNotEquals(CVerificationQueue, int, int, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.mid(String, int, int) NOT equals to expected value.
verifyMidValueNotEquals(CVerificationQueue, int, int, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.mid(String, int, int) NOT equals to expected value.
verifyMidValueNotEquals(CVerificationQueue, int, int, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.mid(String, int, int) NOT equals to expected value.
verifyMidValueNotEquals(CVerificationQueue, int, int, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.mid(String, int, int) NOT equals to expected value.
verifyNone() - Method in class org.catools.common.extensions.verify.CVerifier
 
verifyNone(String) - Method in class org.catools.common.extensions.verify.CVerifier
 
verifyNotBetweenExclusive(CVerificationQueue, N, N) - Method in interface org.catools.common.extensions.verify.interfaces.CNumberVerifier
Verify that actual value is NOT between lower and higher bound values (Exclusive).
verifyNotBetweenExclusive(CVerificationQueue, N, N, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual value is NOT between lower and higher bound values (Exclusive).
verifyNotBetweenExclusive(CVerificationQueue, N, N, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual value is NOT between lower and higher bound values (Exclusive).
verifyNotBetweenExclusive(CVerificationQueue, N, N, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual value is NOT between lower and higher bound values (Exclusive).
verifyNotBetweenExclusive(CVerificationQueue, N, N, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual value is NOT between lower and higher bound values (Exclusive).
verifyNotBetweenExclusive(CVerificationQueue, N, N, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CNumberVerifier
Verify that actual value is NOT between lower and higher bound values (Exclusive).
verifyNotBetweenInclusive(CVerificationQueue, N, N) - Method in interface org.catools.common.extensions.verify.interfaces.CNumberVerifier
Verify that actual value is NOT between lower and higher bound values (Inclusive).
verifyNotBetweenInclusive(CVerificationQueue, N, N, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual value is NOT between lower and higher bound values (Inclusive).
verifyNotBetweenInclusive(CVerificationQueue, N, N, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual value is NOT between lower and higher bound values (Inclusive).
verifyNotBetweenInclusive(CVerificationQueue, N, N, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual value is NOT between lower and higher bound values (Inclusive).
verifyNotBetweenInclusive(CVerificationQueue, N, N, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual value is NOT between lower and higher bound values (Inclusive).
verifyNotBetweenInclusive(CVerificationQueue, N, N, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CNumberVerifier
Verify that actual value is NOT between lower and higher bound values (Inclusive).
verifyNotContains(CVerificationQueue, E) - Method in interface org.catools.common.extensions.verify.interfaces.CIterableVerifier
Verify that actual collection does not contain the expected element.
verifyNotContains(CVerificationQueue, E, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection does not contain the expected element.
verifyNotContains(CVerificationQueue, E, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection does not contain the expected element.
verifyNotContains(CVerificationQueue, E, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection does not contain the expected element.
verifyNotContains(CVerificationQueue, E, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection does not contain the expected element.
verifyNotContains(CVerificationQueue, E, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CIterableVerifier
Verify that actual collection does not contain the expected element.
verifyNotContains(CVerificationQueue, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.contains(CharSequence, CharSequence) is false.
verifyNotContains(CVerificationQueue, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.contains(CharSequence, CharSequence) is false.
verifyNotContains(CVerificationQueue, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.contains(CharSequence, CharSequence) is false.
verifyNotContains(CVerificationQueue, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.contains(CharSequence, CharSequence) is false.
verifyNotContains(CVerificationQueue, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.contains(CharSequence, CharSequence) is false.
verifyNotContains(CVerificationQueue, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.contains(CharSequence, CharSequence) is false.
verifyNotContains(CVerificationQueue, Map.Entry<K, V>) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual map does not contain the expected entry.
verifyNotContains(CVerificationQueue, Map.Entry<K, V>, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map does not contain the expected entry.
verifyNotContains(CVerificationQueue, Map.Entry<K, V>, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map does not contain the expected entry.
verifyNotContains(CVerificationQueue, Map.Entry<K, V>, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map does not contain the expected entry.
verifyNotContains(CVerificationQueue, Map.Entry<K, V>, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map does not contain the expected entry.
verifyNotContains(CVerificationQueue, Map.Entry<K, V>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual map does not contain the expected entry.
verifyNotContains(CVerificationQueue, K, V) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual map does not contain the expected entry.
verifyNotContains(CVerificationQueue, K, V, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map does not contain the expected entry.
verifyNotContains(CVerificationQueue, K, V, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map does not contain the expected entry.
verifyNotContains(CVerificationQueue, K, V, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map does not contain the expected entry.
verifyNotContains(CVerificationQueue, K, V, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map does not contain the expected entry.
verifyNotContains(CVerificationQueue, K, V, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual map does not contain the expected entry.
verifyNotContainsAll(CVerificationQueue, Iterable<E>) - Method in interface org.catools.common.extensions.verify.interfaces.CIterableVerifier
Verify that actual collection contains some but not all elements from the expected collection.
verifyNotContainsAll(CVerificationQueue, Iterable<E>, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection contains some but not all elements from the expected collection.
verifyNotContainsAll(CVerificationQueue, Iterable<E>, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection contains some but not all elements from the expected collection.
verifyNotContainsAll(CVerificationQueue, Iterable<E>, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection contains some but not all elements from the expected collection.
verifyNotContainsAll(CVerificationQueue, Iterable<E>, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection contains some but not all elements from the expected collection.
verifyNotContainsAll(CVerificationQueue, Iterable<E>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CIterableVerifier
Verify that actual collection contains some but not all elements from the expected collection.
verifyNotContainsAll(CVerificationQueue, Map<K, V>) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual map might contains some but not all entries from the expected map.
verifyNotContainsAll(CVerificationQueue, Map<K, V>, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map might contains some but not all entries from the expected map.
verifyNotContainsAll(CVerificationQueue, Map<K, V>, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map might contains some but not all entries from the expected map.
verifyNotContainsAll(CVerificationQueue, Map<K, V>, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map might contains some but not all entries from the expected map.
verifyNotContainsAll(CVerificationQueue, Map<K, V>, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual map might contains some but not all entries from the expected map.
verifyNotContainsAll(CVerificationQueue, Map<K, V>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual map might contains some but not all entries from the expected map.
verifyNotContainsIgnoreCase(CVerificationQueue, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.containsIgnoreCase(CharSequence, CharSequence) is false.
verifyNotContainsIgnoreCase(CVerificationQueue, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.containsIgnoreCase(CharSequence, CharSequence) is false.
verifyNotContainsIgnoreCase(CVerificationQueue, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.containsIgnoreCase(CharSequence, CharSequence) is false.
verifyNotContainsIgnoreCase(CVerificationQueue, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.containsIgnoreCase(CharSequence, CharSequence) is false.
verifyNotContainsIgnoreCase(CVerificationQueue, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.containsIgnoreCase(CharSequence, CharSequence) is false.
verifyNotContainsIgnoreCase(CVerificationQueue, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.containsIgnoreCase(CharSequence, CharSequence) is false.
verifyNotEndsWith(CVerificationQueue, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.endsWith(CharSequence, CharSequence) is false
verifyNotEndsWith(CVerificationQueue, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.endsWith(CharSequence, CharSequence) is false
verifyNotEndsWith(CVerificationQueue, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.endsWith(CharSequence, CharSequence) is false
verifyNotEndsWith(CVerificationQueue, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.endsWith(CharSequence, CharSequence) is false
verifyNotEndsWith(CVerificationQueue, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.endsWith(CharSequence, CharSequence) is false
verifyNotEndsWith(CVerificationQueue, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.endsWith(CharSequence, CharSequence) is false
verifyNotEndsWithIgnoreCase(CVerificationQueue, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.endsWithIgnoreCase(CharSequence, CharSequence) is false.
verifyNotEndsWithIgnoreCase(CVerificationQueue, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.endsWithIgnoreCase(CharSequence, CharSequence) is false.
verifyNotEndsWithIgnoreCase(CVerificationQueue, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.endsWithIgnoreCase(CharSequence, CharSequence) is false.
verifyNotEndsWithIgnoreCase(CVerificationQueue, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.endsWithIgnoreCase(CharSequence, CharSequence) is false.
verifyNotEndsWithIgnoreCase(CVerificationQueue, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.endsWithIgnoreCase(CharSequence, CharSequence) is false.
verifyNotEndsWithIgnoreCase(CVerificationQueue, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.endsWithIgnoreCase(CharSequence, CharSequence) is false.
verifyNotEquals(CVerificationQueue, Boolean) - Method in interface org.catools.common.extensions.verify.interfaces.CBooleanVerifier
Verify that actual and expected has different boolean value
verifyNotEquals(CVerificationQueue, Boolean, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CBooleanVerifier
Verify that actual and expected has different boolean value
verifyNotEquals(CVerificationQueue, O) - Method in interface org.catools.common.extensions.verify.interfaces.CObjectVerifier
Verify that actual and expected value are not equal objects.
verifyNotEquals(CVerificationQueue, O, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CObjectWaitVerifier
Verify that actual and expected value are not equal objects.
verifyNotEquals(CVerificationQueue, O, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CObjectWaitVerifier
Verify that actual and expected value are not equal objects.
verifyNotEquals(CVerificationQueue, O, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CObjectWaitVerifier
Verify that actual and expected value are not equal objects.
verifyNotEquals(CVerificationQueue, O, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CObjectWaitVerifier
Verify that actual and expected value are not equal objects.
verifyNotEquals(CVerificationQueue, O, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CObjectVerifier
Verify that actual and expected value are not equal objects.
verifyNotEqualsByFormat(CVerificationQueue, Date, String) - Method in interface org.catools.common.extensions.verify.interfaces.CDateVerifier
Verify that actual and expected have different string value after they converted using the provided date format.
verifyNotEqualsByFormat(CVerificationQueue, Date, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CDateWaitVerifier
Verify that actual and expected have different string value after they converted using the provided date format.
verifyNotEqualsByFormat(CVerificationQueue, Date, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CDateWaitVerifier
Verify that actual and expected have different string value after they converted using the provided date format.
verifyNotEqualsByFormat(CVerificationQueue, Date, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CDateWaitVerifier
Verify that actual and expected have different string value after they converted using the provided date format.
verifyNotEqualsByFormat(CVerificationQueue, Date, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CDateWaitVerifier
Verify that actual and expected have different string value after they converted using the provided date format.
verifyNotEqualsByFormat(CVerificationQueue, Date, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CDateVerifier
Verify that actual and expected have different string value after they converted using the provided date format.
verifyNotEqualsDatePortion(CVerificationQueue, Date) - Method in interface org.catools.common.extensions.verify.interfaces.CDateVerifier
Verify that actual and expected have different string value after they converted using "yyyy-MM-dd" for format.
verifyNotEqualsDatePortion(CVerificationQueue, Date, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CDateWaitVerifier
Verify that actual and expected have different string value after they converted using "yyyy-MM-dd" for format.
verifyNotEqualsDatePortion(CVerificationQueue, Date, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CDateWaitVerifier
Verify that actual and expected have different string value after they converted using "yyyy-MM-dd" for format.
verifyNotEqualsDatePortion(CVerificationQueue, Date, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CDateWaitVerifier
Verify that actual and expected have different string value after they converted using "yyyy-MM-dd" for format.
verifyNotEqualsDatePortion(CVerificationQueue, Date, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CDateWaitVerifier
Verify that actual and expected have different string value after they converted using "yyyy-MM-dd" for format.
verifyNotEqualsDatePortion(CVerificationQueue, Date, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CDateVerifier
Verify that actual and expected have different string value after they converted using "yyyy-MM-dd" for format.
verifyNotEqualsIgnoreCase(CVerificationQueue, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if StringUtils.equalsIgnoreCase(CharSequence, CharSequence) value NOT equals the expected value.
verifyNotEqualsIgnoreCase(CVerificationQueue, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.equalsIgnoreCase(CharSequence, CharSequence) value NOT equals the expected value.
verifyNotEqualsIgnoreCase(CVerificationQueue, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.equalsIgnoreCase(CharSequence, CharSequence) value NOT equals the expected value.
verifyNotEqualsIgnoreCase(CVerificationQueue, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.equalsIgnoreCase(CharSequence, CharSequence) value NOT equals the expected value.
verifyNotEqualsIgnoreCase(CVerificationQueue, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.equalsIgnoreCase(CharSequence, CharSequence) value NOT equals the expected value.
verifyNotEqualsIgnoreCase(CVerificationQueue, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if StringUtils.equalsIgnoreCase(CharSequence, CharSequence) value NOT equals the expected value.
verifyNotEqualsIgnoreWhiteSpaces(CVerificationQueue, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if value is not equal to expected after removing all WhiteSpaces from both.
verifyNotEqualsIgnoreWhiteSpaces(CVerificationQueue, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if value is not equal to expected after removing all WhiteSpaces from both.
verifyNotEqualsIgnoreWhiteSpaces(CVerificationQueue, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if value is not equal to expected after removing all WhiteSpaces from both.
verifyNotEqualsIgnoreWhiteSpaces(CVerificationQueue, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if value is not equal to expected after removing all WhiteSpaces from both.
verifyNotEqualsIgnoreWhiteSpaces(CVerificationQueue, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if value is not equal to expected after removing all WhiteSpaces from both.
verifyNotEqualsIgnoreWhiteSpaces(CVerificationQueue, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if value is not equal to expected after removing all WhiteSpaces from both.
verifyNotEqualsP(CVerificationQueue, N, N) - Method in interface org.catools.common.extensions.verify.interfaces.CNumberVerifier
Verify that actual and expected have different value greater than precision value.
verifyNotEqualsP(CVerificationQueue, N, N, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual and expected have different value greater than precision value.
verifyNotEqualsP(CVerificationQueue, N, N, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual and expected have different value greater than precision value.
verifyNotEqualsP(CVerificationQueue, N, N, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual and expected have different value greater than precision value.
verifyNotEqualsP(CVerificationQueue, N, N, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
Verify that actual and expected have different value greater than precision value.
verifyNotEqualsP(CVerificationQueue, N, N, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CNumberVerifier
Verify that actual and expected have different value greater than precision value.
verifyNotEqualsStringContent(CVerificationQueue, CFile) - Method in interface org.catools.common.extensions.verify.interfaces.CFileVerifier
Verify that actual and expected file does not have the exact same content.
verifyNotEqualsStringContent(CVerificationQueue, CFile, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CFileWaitVerifier
Verify that actual and expected file does not have the exact same content.
verifyNotEqualsStringContent(CVerificationQueue, CFile, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CFileWaitVerifier
Verify that actual and expected file does not have the exact same content.
verifyNotEqualsStringContent(CVerificationQueue, CFile, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CFileWaitVerifier
Verify that actual and expected file does not have the exact same content.
verifyNotEqualsStringContent(CVerificationQueue, CFile, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CFileWaitVerifier
Verify that actual and expected file does not have the exact same content.
verifyNotEqualsStringContent(CVerificationQueue, CFile, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CFileVerifier
Verify that actual and expected file does not have the exact same content.
verifyNotEqualsTimePortion(CVerificationQueue, Date) - Method in interface org.catools.common.extensions.verify.interfaces.CDateVerifier
Verify that actual and expected have different string value after they converted using "HH:mm:ss" for format.
verifyNotEqualsTimePortion(CVerificationQueue, Date, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CDateWaitVerifier
Verify that actual and expected have different string value after they converted using "HH:mm:ss" for format.
verifyNotEqualsTimePortion(CVerificationQueue, Date, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CDateWaitVerifier
Verify that actual and expected have different string value after they converted using "HH:mm:ss" for format.
verifyNotEqualsTimePortion(CVerificationQueue, Date, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CDateWaitVerifier
Verify that actual and expected have different string value after they converted using "HH:mm:ss" for format.
verifyNotEqualsTimePortion(CVerificationQueue, Date, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CDateWaitVerifier
Verify that actual and expected have different string value after they converted using "HH:mm:ss" for format.
verifyNotEqualsTimePortion(CVerificationQueue, Date, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CDateVerifier
Verify that actual and expected have different string value after they converted using "HH:mm:ss" for format.
verifyNotMatches(CVerificationQueue, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if String value does not match provided pattern
verifyNotMatches(CVerificationQueue, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value does not match provided pattern
verifyNotMatches(CVerificationQueue, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value does not match provided pattern
verifyNotMatches(CVerificationQueue, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value does not match provided pattern
verifyNotMatches(CVerificationQueue, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value does not match provided pattern
verifyNotMatches(CVerificationQueue, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if String value does not match provided pattern
verifyNotMatches(CVerificationQueue, Pattern) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if String value does not match provided pattern
verifyNotMatches(CVerificationQueue, Pattern, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value does not match provided pattern
verifyNotMatches(CVerificationQueue, Pattern, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value does not match provided pattern
verifyNotMatches(CVerificationQueue, Pattern, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value does not match provided pattern
verifyNotMatches(CVerificationQueue, Pattern, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value does not match provided pattern
verifyNotMatches(CVerificationQueue, Pattern, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if String value does not match provided pattern
verifyNotStartsWith(CVerificationQueue, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.startsWith(CharSequence, CharSequence) is false
verifyNotStartsWith(CVerificationQueue, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.startsWith(CharSequence, CharSequence) is false
verifyNotStartsWith(CVerificationQueue, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.startsWith(CharSequence, CharSequence) is false
verifyNotStartsWith(CVerificationQueue, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.startsWith(CharSequence, CharSequence) is false
verifyNotStartsWith(CVerificationQueue, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.startsWith(CharSequence, CharSequence) is false
verifyNotStartsWith(CVerificationQueue, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.startsWith(CharSequence, CharSequence) is false
verifyNotStartsWithIgnoreCase(CVerificationQueue, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.startsWithIgnoreCase(CharSequence, CharSequence) is false
verifyNotStartsWithIgnoreCase(CVerificationQueue, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.startsWithIgnoreCase(CharSequence, CharSequence) is false
verifyNotStartsWithIgnoreCase(CVerificationQueue, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.startsWithIgnoreCase(CharSequence, CharSequence) is false
verifyNotStartsWithIgnoreCase(CVerificationQueue, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.startsWithIgnoreCase(CharSequence, CharSequence) is false
verifyNotStartsWithIgnoreCase(CVerificationQueue, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.startsWithIgnoreCase(CharSequence, CharSequence) is false
verifyNotStartsWithIgnoreCase(CVerificationQueue, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.startsWithIgnoreCase(CharSequence, CharSequence) is false
verifyNumberOfMatchesEquals(CVerificationQueue, String, int) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.countMatches(CharSequence, CharSequence) is equals to expected value.
verifyNumberOfMatchesEquals(CVerificationQueue, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.countMatches(CharSequence, CharSequence) is equals to expected value.
verifyNumberOfMatchesEquals(CVerificationQueue, String, int, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.countMatches(CharSequence, CharSequence) is equals to expected value.
verifyNumberOfMatchesEquals(CVerificationQueue, String, int, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.countMatches(CharSequence, CharSequence) is equals to expected value.
verifyNumberOfMatchesEquals(CVerificationQueue, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.countMatches(CharSequence, CharSequence) is equals to expected value.
verifyNumberOfMatchesEquals(CVerificationQueue, String, int, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.countMatches(CharSequence, CharSequence) is equals to expected value.
verifyNumberOfMatchesNotEquals(CVerificationQueue, String, int) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.countMatches(CharSequence, CharSequence) is NOT equals to expected value.
verifyNumberOfMatchesNotEquals(CVerificationQueue, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.countMatches(CharSequence, CharSequence) is NOT equals to expected value.
verifyNumberOfMatchesNotEquals(CVerificationQueue, String, int, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.countMatches(CharSequence, CharSequence) is NOT equals to expected value.
verifyNumberOfMatchesNotEquals(CVerificationQueue, String, int, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.countMatches(CharSequence, CharSequence) is NOT equals to expected value.
verifyNumberOfMatchesNotEquals(CVerificationQueue, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.countMatches(CharSequence, CharSequence) is NOT equals to expected value.
verifyNumberOfMatchesNotEquals(CVerificationQueue, String, int, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.countMatches(CharSequence, CharSequence) is NOT equals to expected value.
verifyRemoveEndEquals(CVerificationQueue, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.removeEnd(String, String) is equals to expected value.
verifyRemoveEndEquals(CVerificationQueue, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeEnd(String, String) is equals to expected value.
verifyRemoveEndEquals(CVerificationQueue, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeEnd(String, String) is equals to expected value.
verifyRemoveEndEquals(CVerificationQueue, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeEnd(String, String) is equals to expected value.
verifyRemoveEndEquals(CVerificationQueue, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeEnd(String, String) is equals to expected value.
verifyRemoveEndEquals(CVerificationQueue, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.removeEnd(String, String) is equals to expected value.
verifyRemoveEndIgnoreCaseEquals(CVerificationQueue, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.removeEndIgnoreCase(String, String) is equals to expected value.
verifyRemoveEndIgnoreCaseEquals(CVerificationQueue, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeEndIgnoreCase(String, String) is equals to expected value.
verifyRemoveEndIgnoreCaseEquals(CVerificationQueue, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeEndIgnoreCase(String, String) is equals to expected value.
verifyRemoveEndIgnoreCaseEquals(CVerificationQueue, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeEndIgnoreCase(String, String) is equals to expected value.
verifyRemoveEndIgnoreCaseEquals(CVerificationQueue, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeEndIgnoreCase(String, String) is equals to expected value.
verifyRemoveEndIgnoreCaseEquals(CVerificationQueue, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.removeEndIgnoreCase(String, String) is equals to expected value.
verifyRemoveEndIgnoreCaseNotEquals(CVerificationQueue, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.removeEndIgnoreCase(String, String) is NOT equals to expected value.
verifyRemoveEndIgnoreCaseNotEquals(CVerificationQueue, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeEndIgnoreCase(String, String) is NOT equals to expected value.
verifyRemoveEndIgnoreCaseNotEquals(CVerificationQueue, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeEndIgnoreCase(String, String) is NOT equals to expected value.
verifyRemoveEndIgnoreCaseNotEquals(CVerificationQueue, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeEndIgnoreCase(String, String) is NOT equals to expected value.
verifyRemoveEndIgnoreCaseNotEquals(CVerificationQueue, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeEndIgnoreCase(String, String) is NOT equals to expected value.
verifyRemoveEndIgnoreCaseNotEquals(CVerificationQueue, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.removeEndIgnoreCase(String, String) is NOT equals to expected value.
verifyRemoveEndNotEquals(CVerificationQueue, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.removeEnd(String, String) is NOT equals to expected value.
verifyRemoveEndNotEquals(CVerificationQueue, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeEnd(String, String) is NOT equals to expected value.
verifyRemoveEndNotEquals(CVerificationQueue, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeEnd(String, String) is NOT equals to expected value.
verifyRemoveEndNotEquals(CVerificationQueue, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeEnd(String, String) is NOT equals to expected value.
verifyRemoveEndNotEquals(CVerificationQueue, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeEnd(String, String) is NOT equals to expected value.
verifyRemoveEndNotEquals(CVerificationQueue, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.removeEnd(String, String) is NOT equals to expected value.
verifyRemoveEquals(CVerificationQueue, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.remove(String, String) is equals to expected value.
verifyRemoveEquals(CVerificationQueue, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.remove(String, String) is equals to expected value.
verifyRemoveEquals(CVerificationQueue, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.remove(String, String) is equals to expected value.
verifyRemoveEquals(CVerificationQueue, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.remove(String, String) is equals to expected value.
verifyRemoveEquals(CVerificationQueue, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.remove(String, String) is equals to expected value.
verifyRemoveEquals(CVerificationQueue, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.remove(String, String) is equals to expected value.
verifyRemoveIgnoreCaseEquals(CVerificationQueue, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.removeIgnoreCase(String, String) is equals to expected value.
verifyRemoveIgnoreCaseEquals(CVerificationQueue, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeIgnoreCase(String, String) is equals to expected value.
verifyRemoveIgnoreCaseEquals(CVerificationQueue, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeIgnoreCase(String, String) is equals to expected value.
verifyRemoveIgnoreCaseEquals(CVerificationQueue, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeIgnoreCase(String, String) is equals to expected value.
verifyRemoveIgnoreCaseEquals(CVerificationQueue, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeIgnoreCase(String, String) is equals to expected value.
verifyRemoveIgnoreCaseEquals(CVerificationQueue, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.removeIgnoreCase(String, String) is equals to expected value.
verifyRemoveIgnoreCaseNotEquals(CVerificationQueue, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.removeIgnoreCase(String, String) is NOT equals to expected value.
verifyRemoveIgnoreCaseNotEquals(CVerificationQueue, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeIgnoreCase(String, String) is NOT equals to expected value.
verifyRemoveIgnoreCaseNotEquals(CVerificationQueue, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeIgnoreCase(String, String) is NOT equals to expected value.
verifyRemoveIgnoreCaseNotEquals(CVerificationQueue, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeIgnoreCase(String, String) is NOT equals to expected value.
verifyRemoveIgnoreCaseNotEquals(CVerificationQueue, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeIgnoreCase(String, String) is NOT equals to expected value.
verifyRemoveIgnoreCaseNotEquals(CVerificationQueue, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.removeIgnoreCase(String, String) is NOT equals to expected value.
verifyRemoveNotEquals(CVerificationQueue, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.remove(String, String) is NOT equals to expected value.
verifyRemoveNotEquals(CVerificationQueue, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.remove(String, String) is NOT equals to expected value.
verifyRemoveNotEquals(CVerificationQueue, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.remove(String, String) is NOT equals to expected value.
verifyRemoveNotEquals(CVerificationQueue, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.remove(String, String) is NOT equals to expected value.
verifyRemoveNotEquals(CVerificationQueue, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.remove(String, String) is NOT equals to expected value.
verifyRemoveNotEquals(CVerificationQueue, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.remove(String, String) is NOT equals to expected value.
verifyRemoveStartEquals(CVerificationQueue, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.removeStart(String, String) is equals to expected value.
verifyRemoveStartEquals(CVerificationQueue, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeStart(String, String) is equals to expected value.
verifyRemoveStartEquals(CVerificationQueue, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeStart(String, String) is equals to expected value.
verifyRemoveStartEquals(CVerificationQueue, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeStart(String, String) is equals to expected value.
verifyRemoveStartEquals(CVerificationQueue, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeStart(String, String) is equals to expected value.
verifyRemoveStartEquals(CVerificationQueue, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.removeStart(String, String) is equals to expected value.
verifyRemoveStartIgnoreCaseEquals(CVerificationQueue, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.removeStartIgnoreCase(String, String) is equals to expected value.
verifyRemoveStartIgnoreCaseEquals(CVerificationQueue, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeStartIgnoreCase(String, String) is equals to expected value.
verifyRemoveStartIgnoreCaseEquals(CVerificationQueue, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeStartIgnoreCase(String, String) is equals to expected value.
verifyRemoveStartIgnoreCaseEquals(CVerificationQueue, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeStartIgnoreCase(String, String) is equals to expected value.
verifyRemoveStartIgnoreCaseEquals(CVerificationQueue, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeStartIgnoreCase(String, String) is equals to expected value.
verifyRemoveStartIgnoreCaseEquals(CVerificationQueue, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.removeStartIgnoreCase(String, String) is equals to expected value.
verifyRemoveStartIgnoreCaseNotEquals(CVerificationQueue, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.removeStartIgnoreCase(String, String) is NOT equals to expected value.
verifyRemoveStartIgnoreCaseNotEquals(CVerificationQueue, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeStartIgnoreCase(String, String) is NOT equals to expected value.
verifyRemoveStartIgnoreCaseNotEquals(CVerificationQueue, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeStartIgnoreCase(String, String) is NOT equals to expected value.
verifyRemoveStartIgnoreCaseNotEquals(CVerificationQueue, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeStartIgnoreCase(String, String) is NOT equals to expected value.
verifyRemoveStartIgnoreCaseNotEquals(CVerificationQueue, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeStartIgnoreCase(String, String) is NOT equals to expected value.
verifyRemoveStartIgnoreCaseNotEquals(CVerificationQueue, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.removeStartIgnoreCase(String, String) is NOT equals to expected value.
verifyRemoveStartNotEquals(CVerificationQueue, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.removeStart(String, String) is NOT equals to expected value.
verifyRemoveStartNotEquals(CVerificationQueue, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeStart(String, String) is NOT equals to expected value.
verifyRemoveStartNotEquals(CVerificationQueue, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeStart(String, String) is NOT equals to expected value.
verifyRemoveStartNotEquals(CVerificationQueue, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeStart(String, String) is NOT equals to expected value.
verifyRemoveStartNotEquals(CVerificationQueue, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.removeStart(String, String) is NOT equals to expected value.
verifyRemoveStartNotEquals(CVerificationQueue, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.removeStart(String, String) is NOT equals to expected value.
verifyReplaceEquals(CVerificationQueue, String, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.replace(String, String, String) is equals to expected value.
verifyReplaceEquals(CVerificationQueue, String, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replace(String, String, String) is equals to expected value.
verifyReplaceEquals(CVerificationQueue, String, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replace(String, String, String) is equals to expected value.
verifyReplaceEquals(CVerificationQueue, String, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replace(String, String, String) is equals to expected value.
verifyReplaceEquals(CVerificationQueue, String, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replace(String, String, String) is equals to expected value.
verifyReplaceEquals(CVerificationQueue, String, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.replace(String, String, String) is equals to expected value.
verifyReplaceIgnoreCaseEquals(CVerificationQueue, String, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.replaceIgnoreCase(String, String, String) is equals to expected value.
verifyReplaceIgnoreCaseEquals(CVerificationQueue, String, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replaceIgnoreCase(String, String, String) is equals to expected value.
verifyReplaceIgnoreCaseEquals(CVerificationQueue, String, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replaceIgnoreCase(String, String, String) is equals to expected value.
verifyReplaceIgnoreCaseEquals(CVerificationQueue, String, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replaceIgnoreCase(String, String, String) is equals to expected value.
verifyReplaceIgnoreCaseEquals(CVerificationQueue, String, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replaceIgnoreCase(String, String, String) is equals to expected value.
verifyReplaceIgnoreCaseEquals(CVerificationQueue, String, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.replaceIgnoreCase(String, String, String) is equals to expected value.
verifyReplaceIgnoreCaseNotEquals(CVerificationQueue, String, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.replaceIgnoreCase(String, String, String) is NOT equals to expected value.
verifyReplaceIgnoreCaseNotEquals(CVerificationQueue, String, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replaceIgnoreCase(String, String, String) is NOT equals to expected value.
verifyReplaceIgnoreCaseNotEquals(CVerificationQueue, String, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replaceIgnoreCase(String, String, String) is NOT equals to expected value.
verifyReplaceIgnoreCaseNotEquals(CVerificationQueue, String, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replaceIgnoreCase(String, String, String) is NOT equals to expected value.
verifyReplaceIgnoreCaseNotEquals(CVerificationQueue, String, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replaceIgnoreCase(String, String, String) is NOT equals to expected value.
verifyReplaceIgnoreCaseNotEquals(CVerificationQueue, String, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.replaceIgnoreCase(String, String, String) is NOT equals to expected value.
verifyReplaceNotEquals(CVerificationQueue, String, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.replace(String, String, String) is NOT equals to expected value.
verifyReplaceNotEquals(CVerificationQueue, String, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replace(String, String, String) is NOT equals to expected value.
verifyReplaceNotEquals(CVerificationQueue, String, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replace(String, String, String) is NOT equals to expected value.
verifyReplaceNotEquals(CVerificationQueue, String, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replace(String, String, String) is NOT equals to expected value.
verifyReplaceNotEquals(CVerificationQueue, String, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replace(String, String, String) is NOT equals to expected value.
verifyReplaceNotEquals(CVerificationQueue, String, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.replace(String, String, String) is NOT equals to expected value.
verifyReplaceOnceEquals(CVerificationQueue, String, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.replaceOnce(String, String, String) is equals to expected value.
verifyReplaceOnceEquals(CVerificationQueue, String, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replaceOnce(String, String, String) is equals to expected value.
verifyReplaceOnceEquals(CVerificationQueue, String, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replaceOnce(String, String, String) is equals to expected value.
verifyReplaceOnceEquals(CVerificationQueue, String, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replaceOnce(String, String, String) is equals to expected value.
verifyReplaceOnceEquals(CVerificationQueue, String, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replaceOnce(String, String, String) is equals to expected value.
verifyReplaceOnceEquals(CVerificationQueue, String, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.replaceOnce(String, String, String) is equals to expected value.
verifyReplaceOnceIgnoreCaseEquals(CVerificationQueue, String, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.replaceOnceIgnoreCase(String, String, String) is equals to expected value.
verifyReplaceOnceIgnoreCaseEquals(CVerificationQueue, String, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replaceOnceIgnoreCase(String, String, String) is equals to expected value.
verifyReplaceOnceIgnoreCaseEquals(CVerificationQueue, String, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replaceOnceIgnoreCase(String, String, String) is equals to expected value.
verifyReplaceOnceIgnoreCaseEquals(CVerificationQueue, String, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replaceOnceIgnoreCase(String, String, String) is equals to expected value.
verifyReplaceOnceIgnoreCaseEquals(CVerificationQueue, String, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replaceOnceIgnoreCase(String, String, String) is equals to expected value.
verifyReplaceOnceIgnoreCaseEquals(CVerificationQueue, String, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.replaceOnceIgnoreCase(String, String, String) is equals to expected value.
verifyReplaceOnceIgnoreCaseNotEquals(CVerificationQueue, String, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.replaceOnceIgnoreCase(String, String, String) is NOT equals to expected value.
verifyReplaceOnceIgnoreCaseNotEquals(CVerificationQueue, String, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replaceOnceIgnoreCase(String, String, String) is NOT equals to expected value.
verifyReplaceOnceIgnoreCaseNotEquals(CVerificationQueue, String, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replaceOnceIgnoreCase(String, String, String) is NOT equals to expected value.
verifyReplaceOnceIgnoreCaseNotEquals(CVerificationQueue, String, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replaceOnceIgnoreCase(String, String, String) is NOT equals to expected value.
verifyReplaceOnceIgnoreCaseNotEquals(CVerificationQueue, String, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replaceOnceIgnoreCase(String, String, String) is NOT equals to expected value.
verifyReplaceOnceIgnoreCaseNotEquals(CVerificationQueue, String, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.replaceOnceIgnoreCase(String, String, String) is NOT equals to expected value.
verifyReplaceOnceNotEquals(CVerificationQueue, String, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.replaceOnce(String, String, String) is NOT equals to expected value.
verifyReplaceOnceNotEquals(CVerificationQueue, String, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replaceOnce(String, String, String) is NOT equals to expected value.
verifyReplaceOnceNotEquals(CVerificationQueue, String, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replaceOnce(String, String, String) is NOT equals to expected value.
verifyReplaceOnceNotEquals(CVerificationQueue, String, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replaceOnce(String, String, String) is NOT equals to expected value.
verifyReplaceOnceNotEquals(CVerificationQueue, String, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.replaceOnce(String, String, String) is NOT equals to expected value.
verifyReplaceOnceNotEquals(CVerificationQueue, String, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.replaceOnce(String, String, String) is NOT equals to expected value.
verifyReverseEquals(CVerificationQueue, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.reverse(String) is equals to expected value.
verifyReverseEquals(CVerificationQueue, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.reverse(String) is equals to expected value.
verifyReverseEquals(CVerificationQueue, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.reverse(String) is equals to expected value.
verifyReverseEquals(CVerificationQueue, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.reverse(String) is equals to expected value.
verifyReverseEquals(CVerificationQueue, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.reverse(String) is equals to expected value.
verifyReverseEquals(CVerificationQueue, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.reverse(String) is equals to expected value.
verifyReverseNotEquals(CVerificationQueue, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.reverse(String) is NOT equals to expected value.
verifyReverseNotEquals(CVerificationQueue, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.reverse(String) is NOT equals to expected value.
verifyReverseNotEquals(CVerificationQueue, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.reverse(String) is NOT equals to expected value.
verifyReverseNotEquals(CVerificationQueue, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.reverse(String) is NOT equals to expected value.
verifyReverseNotEquals(CVerificationQueue, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.reverse(String) is NOT equals to expected value.
verifyReverseNotEquals(CVerificationQueue, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.reverse(String) is NOT equals to expected value.
verifyRightPadEquals(CVerificationQueue, int, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.rightPad(String, int, String) is equals to expected value.
verifyRightPadEquals(CVerificationQueue, int, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.rightPad(String, int, String) is equals to expected value.
verifyRightPadEquals(CVerificationQueue, int, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.rightPad(String, int, String) is equals to expected value.
verifyRightPadEquals(CVerificationQueue, int, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.rightPad(String, int, String) is equals to expected value.
verifyRightPadEquals(CVerificationQueue, int, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.rightPad(String, int, String) is equals to expected value.
verifyRightPadEquals(CVerificationQueue, int, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.rightPad(String, int, String) is equals to expected value.
verifyRightPadNotEquals(CVerificationQueue, int, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.rightPad(String, int, String) is NOT equals to expected value.
verifyRightPadNotEquals(CVerificationQueue, int, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.rightPad(String, int, String) is NOT equals to expected value.
verifyRightPadNotEquals(CVerificationQueue, int, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.rightPad(String, int, String) is NOT equals to expected value.
verifyRightPadNotEquals(CVerificationQueue, int, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.rightPad(String, int, String) is NOT equals to expected value.
verifyRightPadNotEquals(CVerificationQueue, int, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.rightPad(String, int, String) is NOT equals to expected value.
verifyRightPadNotEquals(CVerificationQueue, int, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.rightPad(String, int, String) is NOT equals to expected value.
verifyRightValueEquals(CVerificationQueue, int, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.right(String, int) equals to expected value.
verifyRightValueEquals(CVerificationQueue, int, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.right(String, int) equals to expected value.
verifyRightValueEquals(CVerificationQueue, int, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.right(String, int) equals to expected value.
verifyRightValueEquals(CVerificationQueue, int, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.right(String, int) equals to expected value.
verifyRightValueEquals(CVerificationQueue, int, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.right(String, int) equals to expected value.
verifyRightValueEquals(CVerificationQueue, int, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.right(String, int) equals to expected value.
verifyRightValueNotEquals(CVerificationQueue, int, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.right(String, int) NOT equals to expected value.
verifyRightValueNotEquals(CVerificationQueue, int, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.right(String, int) NOT equals to expected value.
verifyRightValueNotEquals(CVerificationQueue, int, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.right(String, int) NOT equals to expected value.
verifyRightValueNotEquals(CVerificationQueue, int, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.right(String, int) NOT equals to expected value.
verifyRightValueNotEquals(CVerificationQueue, int, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.right(String, int) NOT equals to expected value.
verifyRightValueNotEquals(CVerificationQueue, int, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.right(String, int) NOT equals to expected value.
verifySizeEquals(CVerificationQueue, int) - Method in interface org.catools.common.extensions.verify.interfaces.CCollectionVerifier
Verify the map size is equal to expected value.
verifySizeEquals(CVerificationQueue, int) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify the map size is equal to expected value.
verifySizeEquals(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CCollectionWaitVerifier
Verify the map size is equal to expected value.
verifySizeEquals(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify the map size is equal to expected value.
verifySizeEquals(CVerificationQueue, int, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CCollectionWaitVerifier
Verify the map size is equal to expected value.
verifySizeEquals(CVerificationQueue, int, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify the map size is equal to expected value.
verifySizeEquals(CVerificationQueue, int, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CCollectionWaitVerifier
Verify the map size is equal to expected value.
verifySizeEquals(CVerificationQueue, int, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify the map size is equal to expected value.
verifySizeEquals(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CCollectionWaitVerifier
Verify the map size is equal to expected value.
verifySizeEquals(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify the map size is equal to expected value.
verifySizeEquals(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CCollectionVerifier
Verify the map size is equal to expected value.
verifySizeEquals(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify the map size is equal to expected value.
verifySizeIsGreaterThan(CVerificationQueue, int) - Method in interface org.catools.common.extensions.verify.interfaces.CCollectionVerifier
Verify that actual has value greater than expected.
verifySizeIsGreaterThan(CVerificationQueue, int) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual has value greater than expected.
verifySizeIsGreaterThan(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CCollectionWaitVerifier
Verify that actual has value greater than expected.
verifySizeIsGreaterThan(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual has value greater than expected.
verifySizeIsGreaterThan(CVerificationQueue, int, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CCollectionWaitVerifier
Verify that actual has value greater than expected.
verifySizeIsGreaterThan(CVerificationQueue, int, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual has value greater than expected.
verifySizeIsGreaterThan(CVerificationQueue, int, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CCollectionWaitVerifier
Verify that actual has value greater than expected.
verifySizeIsGreaterThan(CVerificationQueue, int, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual has value greater than expected.
verifySizeIsGreaterThan(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CCollectionWaitVerifier
Verify that actual has value greater than expected.
verifySizeIsGreaterThan(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual has value greater than expected.
verifySizeIsGreaterThan(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CCollectionVerifier
Verify that actual has value greater than expected.
verifySizeIsGreaterThan(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual has value greater than expected.
verifySizeIsGreaterThanOrEqual(CVerificationQueue, int) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual has value greater than or equals to expected.
verifySizeIsGreaterThanOrEqual(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual has value greater than or equals to expected.
verifySizeIsGreaterThanOrEqual(CVerificationQueue, int, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual has value greater than or equals to expected.
verifySizeIsGreaterThanOrEqual(CVerificationQueue, int, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual has value greater than or equals to expected.
verifySizeIsGreaterThanOrEqual(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual has value greater than or equals to expected.
verifySizeIsGreaterThanOrEqual(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual has value greater than or equals to expected.
verifySizeIsLessThan(CVerificationQueue, int) - Method in interface org.catools.common.extensions.verify.interfaces.CCollectionVerifier
Verify that actual has value less than expected.
verifySizeIsLessThan(CVerificationQueue, int) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual has value less than expected.
verifySizeIsLessThan(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CCollectionWaitVerifier
Verify that actual has value less than expected.
verifySizeIsLessThan(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual has value less than expected.
verifySizeIsLessThan(CVerificationQueue, int, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CCollectionWaitVerifier
Verify that actual has value less than expected.
verifySizeIsLessThan(CVerificationQueue, int, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual has value less than expected.
verifySizeIsLessThan(CVerificationQueue, int, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CCollectionWaitVerifier
Verify that actual has value less than expected.
verifySizeIsLessThan(CVerificationQueue, int, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual has value less than expected.
verifySizeIsLessThan(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CCollectionWaitVerifier
Verify that actual has value less than expected.
verifySizeIsLessThan(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual has value less than expected.
verifySizeIsLessThan(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CCollectionVerifier
Verify that actual has value less than expected.
verifySizeIsLessThan(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual has value less than expected.
verifySizeIsLessThanOrEqual(CVerificationQueue, int) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual has value less than or equals to expected.
verifySizeIsLessThanOrEqual(CVerificationQueue, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual has value less than or equals to expected.
verifySizeIsLessThanOrEqual(CVerificationQueue, int, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual has value less than or equals to expected.
verifySizeIsLessThanOrEqual(CVerificationQueue, int, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual has value less than or equals to expected.
verifySizeIsLessThanOrEqual(CVerificationQueue, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
Verify that actual has value less than or equals to expected.
verifySizeIsLessThanOrEqual(CVerificationQueue, int, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
Verify that actual has value less than or equals to expected.
verifyStartsWith(CVerificationQueue, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.startsWith(CharSequence, CharSequence) is true
verifyStartsWith(CVerificationQueue, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.startsWith(CharSequence, CharSequence) is true
verifyStartsWith(CVerificationQueue, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.startsWith(CharSequence, CharSequence) is true
verifyStartsWith(CVerificationQueue, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.startsWith(CharSequence, CharSequence) is true
verifyStartsWith(CVerificationQueue, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.startsWith(CharSequence, CharSequence) is true
verifyStartsWith(CVerificationQueue, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.startsWith(CharSequence, CharSequence) is true
verifyStartsWithAny(CVerificationQueue, List<String>) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.startsWithAny(CharSequence, CharSequence...) is true
verifyStartsWithAny(CVerificationQueue, List<String>, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.startsWithAny(CharSequence, CharSequence...) is true
verifyStartsWithAny(CVerificationQueue, List<String>, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.startsWithAny(CharSequence, CharSequence...) is true
verifyStartsWithAny(CVerificationQueue, List<String>, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.startsWithAny(CharSequence, CharSequence...) is true
verifyStartsWithAny(CVerificationQueue, List<String>, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.startsWithAny(CharSequence, CharSequence...) is true
verifyStartsWithAny(CVerificationQueue, List<String>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.startsWithAny(CharSequence, CharSequence...) is true
verifyStartsWithIgnoreCase(CVerificationQueue, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.startsWithIgnoreCase(CharSequence, CharSequence) is true
verifyStartsWithIgnoreCase(CVerificationQueue, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.startsWithIgnoreCase(CharSequence, CharSequence) is true
verifyStartsWithIgnoreCase(CVerificationQueue, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.startsWithIgnoreCase(CharSequence, CharSequence) is true
verifyStartsWithIgnoreCase(CVerificationQueue, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.startsWithIgnoreCase(CharSequence, CharSequence) is true
verifyStartsWithIgnoreCase(CVerificationQueue, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.startsWithIgnoreCase(CharSequence, CharSequence) is true
verifyStartsWithIgnoreCase(CVerificationQueue, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.startsWithIgnoreCase(CharSequence, CharSequence) is true
verifyStartsWithNone(CVerificationQueue, List<String>) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.startsWithAny(CharSequence, CharSequence...) is false
verifyStartsWithNone(CVerificationQueue, List<String>, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.startsWithAny(CharSequence, CharSequence...) is false
verifyStartsWithNone(CVerificationQueue, List<String>, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.startsWithAny(CharSequence, CharSequence...) is false
verifyStartsWithNone(CVerificationQueue, List<String>, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.startsWithAny(CharSequence, CharSequence...) is false
verifyStartsWithNone(CVerificationQueue, List<String>, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.startsWithAny(CharSequence, CharSequence...) is false
verifyStartsWithNone(CVerificationQueue, List<String>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.startsWithAny(CharSequence, CharSequence...) is false
verifyStripedEndValue(CVerificationQueue, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if StringUtils.stripEnd(String, String) value equals the expected value.
verifyStripedEndValue(CVerificationQueue, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.stripEnd(String, String) value equals the expected value.
verifyStripedEndValue(CVerificationQueue, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.stripEnd(String, String) value equals the expected value.
verifyStripedEndValue(CVerificationQueue, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.stripEnd(String, String) value equals the expected value.
verifyStripedEndValue(CVerificationQueue, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.stripEnd(String, String) value equals the expected value.
verifyStripedEndValue(CVerificationQueue, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if StringUtils.stripEnd(String, String) value equals the expected value.
verifyStripedEndValueNot(CVerificationQueue, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if StringUtils.stripEnd(String, String) value NOT equals the expected value.
verifyStripedEndValueNot(CVerificationQueue, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.stripEnd(String, String) value NOT equals the expected value.
verifyStripedEndValueNot(CVerificationQueue, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.stripEnd(String, String) value NOT equals the expected value.
verifyStripedEndValueNot(CVerificationQueue, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.stripEnd(String, String) value NOT equals the expected value.
verifyStripedEndValueNot(CVerificationQueue, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.stripEnd(String, String) value NOT equals the expected value.
verifyStripedEndValueNot(CVerificationQueue, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if StringUtils.stripEnd(String, String) value NOT equals the expected value.
verifyStripedStartValue(CVerificationQueue, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if StringUtils.stripStart(String, String) value equals the expected value.
verifyStripedStartValue(CVerificationQueue, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.stripStart(String, String) value equals the expected value.
verifyStripedStartValue(CVerificationQueue, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.stripStart(String, String) value equals the expected value.
verifyStripedStartValue(CVerificationQueue, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.stripStart(String, String) value equals the expected value.
verifyStripedStartValue(CVerificationQueue, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.stripStart(String, String) value equals the expected value.
verifyStripedStartValue(CVerificationQueue, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if StringUtils.stripStart(String, String) value equals the expected value.
verifyStripedStartValueNot(CVerificationQueue, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if StringUtils.stripStart(String, String) value NOT equals the expected value.
verifyStripedStartValueNot(CVerificationQueue, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.stripStart(String, String) value NOT equals the expected value.
verifyStripedStartValueNot(CVerificationQueue, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.stripStart(String, String) value NOT equals the expected value.
verifyStripedStartValueNot(CVerificationQueue, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.stripStart(String, String) value NOT equals the expected value.
verifyStripedStartValueNot(CVerificationQueue, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.stripStart(String, String) value NOT equals the expected value.
verifyStripedStartValueNot(CVerificationQueue, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if StringUtils.stripStart(String, String) value NOT equals the expected value.
verifyStripedValue(CVerificationQueue, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if StringUtils.strip(String) value equals the expected value.
verifyStripedValue(CVerificationQueue, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.strip(String) value equals the expected value.
verifyStripedValue(CVerificationQueue, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.strip(String) value equals the expected value.
verifyStripedValue(CVerificationQueue, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.strip(String) value equals the expected value.
verifyStripedValue(CVerificationQueue, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.strip(String) value equals the expected value.
verifyStripedValue(CVerificationQueue, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if StringUtils.strip(String) value equals the expected value.
verifyStripedValueNot(CVerificationQueue, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if StringUtils.strip(String) value NOT equals the expected value.
verifyStripedValueNot(CVerificationQueue, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.strip(String) value NOT equals the expected value.
verifyStripedValueNot(CVerificationQueue, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.strip(String) value NOT equals the expected value.
verifyStripedValueNot(CVerificationQueue, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.strip(String) value NOT equals the expected value.
verifyStripedValueNot(CVerificationQueue, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.strip(String) value NOT equals the expected value.
verifyStripedValueNot(CVerificationQueue, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if StringUtils.strip(String) value NOT equals the expected value.
verifySubstringAfterEquals(CVerificationQueue, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substringAfter(String, String) equals to expected value.
verifySubstringAfterEquals(CVerificationQueue, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringAfter(String, String) equals to expected value.
verifySubstringAfterEquals(CVerificationQueue, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringAfter(String, String) equals to expected value.
verifySubstringAfterEquals(CVerificationQueue, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringAfter(String, String) equals to expected value.
verifySubstringAfterEquals(CVerificationQueue, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringAfter(String, String) equals to expected value.
verifySubstringAfterEquals(CVerificationQueue, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substringAfter(String, String) equals to expected value.
verifySubstringAfterLastEquals(CVerificationQueue, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substringAfterLast(String, String) equals to expected value.
verifySubstringAfterLastEquals(CVerificationQueue, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringAfterLast(String, String) equals to expected value.
verifySubstringAfterLastEquals(CVerificationQueue, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringAfterLast(String, String) equals to expected value.
verifySubstringAfterLastEquals(CVerificationQueue, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringAfterLast(String, String) equals to expected value.
verifySubstringAfterLastEquals(CVerificationQueue, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringAfterLast(String, String) equals to expected value.
verifySubstringAfterLastEquals(CVerificationQueue, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substringAfterLast(String, String) equals to expected value.
verifySubstringAfterLastNotEquals(CVerificationQueue, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substringAfterLast(String, String) NOT equals to expected value.
verifySubstringAfterLastNotEquals(CVerificationQueue, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringAfterLast(String, String) NOT equals to expected value.
verifySubstringAfterLastNotEquals(CVerificationQueue, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringAfterLast(String, String) NOT equals to expected value.
verifySubstringAfterLastNotEquals(CVerificationQueue, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringAfterLast(String, String) NOT equals to expected value.
verifySubstringAfterLastNotEquals(CVerificationQueue, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringAfterLast(String, String) NOT equals to expected value.
verifySubstringAfterLastNotEquals(CVerificationQueue, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substringAfterLast(String, String) NOT equals to expected value.
verifySubstringAfterNotEquals(CVerificationQueue, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substringAfter(String, String) NOT equals to expected value.
verifySubstringAfterNotEquals(CVerificationQueue, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringAfter(String, String) NOT equals to expected value.
verifySubstringAfterNotEquals(CVerificationQueue, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringAfter(String, String) NOT equals to expected value.
verifySubstringAfterNotEquals(CVerificationQueue, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringAfter(String, String) NOT equals to expected value.
verifySubstringAfterNotEquals(CVerificationQueue, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringAfter(String, String) NOT equals to expected value.
verifySubstringAfterNotEquals(CVerificationQueue, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substringAfter(String, String) NOT equals to expected value.
verifySubstringBeforeEquals(CVerificationQueue, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substringBefore(String, String) equals to expected value.
verifySubstringBeforeEquals(CVerificationQueue, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringBefore(String, String) equals to expected value.
verifySubstringBeforeEquals(CVerificationQueue, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringBefore(String, String) equals to expected value.
verifySubstringBeforeEquals(CVerificationQueue, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringBefore(String, String) equals to expected value.
verifySubstringBeforeEquals(CVerificationQueue, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringBefore(String, String) equals to expected value.
verifySubstringBeforeEquals(CVerificationQueue, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substringBefore(String, String) equals to expected value.
verifySubstringBeforeLastEquals(CVerificationQueue, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substringBeforeLast(String, String) equals to expected value.
verifySubstringBeforeLastEquals(CVerificationQueue, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringBeforeLast(String, String) equals to expected value.
verifySubstringBeforeLastEquals(CVerificationQueue, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringBeforeLast(String, String) equals to expected value.
verifySubstringBeforeLastEquals(CVerificationQueue, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringBeforeLast(String, String) equals to expected value.
verifySubstringBeforeLastEquals(CVerificationQueue, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringBeforeLast(String, String) equals to expected value.
verifySubstringBeforeLastEquals(CVerificationQueue, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substringBeforeLast(String, String) equals to expected value.
verifySubstringBeforeLastNotEquals(CVerificationQueue, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substringBeforeLast(String, String) NOT equals to expected value.
verifySubstringBeforeLastNotEquals(CVerificationQueue, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringBeforeLast(String, String) NOT equals to expected value.
verifySubstringBeforeLastNotEquals(CVerificationQueue, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringBeforeLast(String, String) NOT equals to expected value.
verifySubstringBeforeLastNotEquals(CVerificationQueue, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringBeforeLast(String, String) NOT equals to expected value.
verifySubstringBeforeLastNotEquals(CVerificationQueue, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringBeforeLast(String, String) NOT equals to expected value.
verifySubstringBeforeLastNotEquals(CVerificationQueue, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substringBeforeLast(String, String) NOT equals to expected value.
verifySubstringBeforeNotEquals(CVerificationQueue, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substringBefore(String, String) NOT equals to expected value.
verifySubstringBeforeNotEquals(CVerificationQueue, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringBefore(String, String) NOT equals to expected value.
verifySubstringBeforeNotEquals(CVerificationQueue, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringBefore(String, String) NOT equals to expected value.
verifySubstringBeforeNotEquals(CVerificationQueue, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringBefore(String, String) NOT equals to expected value.
verifySubstringBeforeNotEquals(CVerificationQueue, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringBefore(String, String) NOT equals to expected value.
verifySubstringBeforeNotEquals(CVerificationQueue, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substringBefore(String, String) NOT equals to expected value.
verifySubstringBetweenEquals(CVerificationQueue, String, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substringBetween(String, String) equals to expected value.
verifySubstringBetweenEquals(CVerificationQueue, String, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringBetween(String, String) equals to expected value.
verifySubstringBetweenEquals(CVerificationQueue, String, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringBetween(String, String) equals to expected value.
verifySubstringBetweenEquals(CVerificationQueue, String, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringBetween(String, String) equals to expected value.
verifySubstringBetweenEquals(CVerificationQueue, String, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringBetween(String, String) equals to expected value.
verifySubstringBetweenEquals(CVerificationQueue, String, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substringBetween(String, String) equals to expected value.
verifySubstringBetweenNotEquals(CVerificationQueue, String, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substringBetween(String, String) NOT equals to expected value.
verifySubstringBetweenNotEquals(CVerificationQueue, String, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringBetween(String, String) NOT equals to expected value.
verifySubstringBetweenNotEquals(CVerificationQueue, String, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringBetween(String, String) NOT equals to expected value.
verifySubstringBetweenNotEquals(CVerificationQueue, String, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringBetween(String, String) NOT equals to expected value.
verifySubstringBetweenNotEquals(CVerificationQueue, String, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringBetween(String, String) NOT equals to expected value.
verifySubstringBetweenNotEquals(CVerificationQueue, String, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substringBetween(String, String) NOT equals to expected value.
verifySubstringEquals(CVerificationQueue, int, int, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substring(String, int, int) equals to expected value.
verifySubstringEquals(CVerificationQueue, int, int, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substring(String, int, int) equals to expected value.
verifySubstringEquals(CVerificationQueue, int, int, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substring(String, int, int) equals to expected value.
verifySubstringEquals(CVerificationQueue, int, int, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substring(String, int, int) equals to expected value.
verifySubstringEquals(CVerificationQueue, int, int, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substring(String, int, int) equals to expected value.
verifySubstringEquals(CVerificationQueue, int, int, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substring(String, int, int) equals to expected value.
verifySubstringEquals(CVerificationQueue, int, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substring(String, int) equals to expected value.
verifySubstringEquals(CVerificationQueue, int, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substring(String, int) equals to expected value.
verifySubstringEquals(CVerificationQueue, int, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substring(String, int) equals to expected value.
verifySubstringEquals(CVerificationQueue, int, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substring(String, int) equals to expected value.
verifySubstringEquals(CVerificationQueue, int, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substring(String, int) equals to expected value.
verifySubstringEquals(CVerificationQueue, int, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substring(String, int) equals to expected value.
verifySubstringNotEquals(CVerificationQueue, int, int, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substring(String, int, int) NOT equals to expected value.
verifySubstringNotEquals(CVerificationQueue, int, int, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substring(String, int, int) NOT equals to expected value.
verifySubstringNotEquals(CVerificationQueue, int, int, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substring(String, int, int) NOT equals to expected value.
verifySubstringNotEquals(CVerificationQueue, int, int, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substring(String, int, int) NOT equals to expected value.
verifySubstringNotEquals(CVerificationQueue, int, int, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substring(String, int, int) NOT equals to expected value.
verifySubstringNotEquals(CVerificationQueue, int, int, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substring(String, int, int) NOT equals to expected value.
verifySubstringNotEquals(CVerificationQueue, int, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substring(String, int) NOT equals to expected value.
verifySubstringNotEquals(CVerificationQueue, int, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substring(String, int) NOT equals to expected value.
verifySubstringNotEquals(CVerificationQueue, int, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substring(String, int) NOT equals to expected value.
verifySubstringNotEquals(CVerificationQueue, int, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substring(String, int) NOT equals to expected value.
verifySubstringNotEquals(CVerificationQueue, int, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substring(String, int) NOT equals to expected value.
verifySubstringNotEquals(CVerificationQueue, int, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substring(String, int) NOT equals to expected value.
verifySubstringsBetweenContains(CVerificationQueue, String, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substringsBetween(String, String, String) Contains expected value.
verifySubstringsBetweenContains(CVerificationQueue, String, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringsBetween(String, String, String) Contains expected value.
verifySubstringsBetweenContains(CVerificationQueue, String, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringsBetween(String, String, String) Contains expected value.
verifySubstringsBetweenContains(CVerificationQueue, String, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringsBetween(String, String, String) contains to expected value.
verifySubstringsBetweenContains(CVerificationQueue, String, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringsBetween(String, String, String) contains to expected value.
verifySubstringsBetweenContains(CVerificationQueue, String, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substringsBetween(String, String, String) contains to expected value.
verifySubstringsBetweenEquals(CVerificationQueue, String, String, List<String>) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substringsBetween(String, String, String) equals to expected value.
verifySubstringsBetweenEquals(CVerificationQueue, String, String, List<String>, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringsBetween(String, String, String) equals to expected value.
verifySubstringsBetweenEquals(CVerificationQueue, String, String, List<String>, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringsBetween(String, String, String) equals to expected value.
verifySubstringsBetweenEquals(CVerificationQueue, String, String, List<String>, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringsBetween(String, String, String) equals to expected value.
verifySubstringsBetweenEquals(CVerificationQueue, String, String, List<String>, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringsBetween(String, String, String) equals to expected value.
verifySubstringsBetweenEquals(CVerificationQueue, String, String, List<String>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substringsBetween(String, String, String) equals to expected value.
verifySubstringsBetweenNotContains(CVerificationQueue, String, String, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substringsBetween(String, String, String) NOT Contains expected value.
verifySubstringsBetweenNotContains(CVerificationQueue, String, String, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringsBetween(String, String, String) NOT Contains expected value.
verifySubstringsBetweenNotContains(CVerificationQueue, String, String, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringsBetween(String, String, String) NOT Contains expected value.
verifySubstringsBetweenNotContains(CVerificationQueue, String, String, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringsBetween(String, String, String) NOT contains to expected value.
verifySubstringsBetweenNotContains(CVerificationQueue, String, String, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringsBetween(String, String, String) NOT contains to expected value.
verifySubstringsBetweenNotContains(CVerificationQueue, String, String, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substringsBetween(String, String, String) NOT contains to expected value.
verifySubstringsBetweenNotEquals(CVerificationQueue, String, String, List<String>) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substringsBetween(String, String, String) NOT equals to expected value.
verifySubstringsBetweenNotEquals(CVerificationQueue, String, String, List<String>, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringsBetween(String, String, String) NOT equals to expected value.
verifySubstringsBetweenNotEquals(CVerificationQueue, String, String, List<String>, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringsBetween(String, String, String) NOT equals to expected value.
verifySubstringsBetweenNotEquals(CVerificationQueue, String, String, List<String>, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringsBetween(String, String, String) NOT equals to expected value.
verifySubstringsBetweenNotEquals(CVerificationQueue, String, String, List<String>, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.substringsBetween(String, String, String) NOT equals to expected value.
verifySubstringsBetweenNotEquals(CVerificationQueue, String, String, List<String>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if result of StringUtils.substringsBetween(String, String, String) NOT equals to expected value.
verifyTrimmedValueEquals(CVerificationQueue, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if StringUtils.trim(String) value equals the expected value.
verifyTrimmedValueEquals(CVerificationQueue, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.trim(String) value equals the expected value.
verifyTrimmedValueEquals(CVerificationQueue, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.trim(String) value equals the expected value.
verifyTrimmedValueEquals(CVerificationQueue, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.trim(String) value equals the expected value.
verifyTrimmedValueEquals(CVerificationQueue, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.trim(String) value equals the expected value.
verifyTrimmedValueEquals(CVerificationQueue, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if StringUtils.trim(String) value equals the expected value.
verifyTrimmedValueNotEquals(CVerificationQueue, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if StringUtils.trim(String) value NOT equals the expected value.
verifyTrimmedValueNotEquals(CVerificationQueue, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.trim(String) value NOT equals the expected value.
verifyTrimmedValueNotEquals(CVerificationQueue, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.trim(String) value NOT equals the expected value.
verifyTrimmedValueNotEquals(CVerificationQueue, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.trim(String) value NOT equals the expected value.
verifyTrimmedValueNotEquals(CVerificationQueue, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.trim(String) value NOT equals the expected value.
verifyTrimmedValueNotEquals(CVerificationQueue, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if StringUtils.trim(String) value NOT equals the expected value.
verifyTruncatedValueEquals(CVerificationQueue, int, int, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if StringUtils.truncate(String, int, int) value equals the expected value.
verifyTruncatedValueEquals(CVerificationQueue, int, int, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.truncate(String, int, int) value equals the expected value.
verifyTruncatedValueEquals(CVerificationQueue, int, int, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.truncate(String, int, int) value equals the expected value.
verifyTruncatedValueEquals(CVerificationQueue, int, int, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.truncate(String, int, int) value equals the expected value.
verifyTruncatedValueEquals(CVerificationQueue, int, int, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.truncate(String, int, int) value equals the expected value.
verifyTruncatedValueEquals(CVerificationQueue, int, int, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if StringUtils.truncate(String, int, int) value equals the expected value.
verifyTruncatedValueEquals(CVerificationQueue, int, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if StringUtils.truncate(String, int) value equals the expected value.
verifyTruncatedValueEquals(CVerificationQueue, int, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.truncate(String, int) value equals the expected value.
verifyTruncatedValueEquals(CVerificationQueue, int, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.truncate(String, int) value equals the expected value.
verifyTruncatedValueEquals(CVerificationQueue, int, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.truncate(String, int) value equals the expected value.
verifyTruncatedValueEquals(CVerificationQueue, int, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.truncate(String, int) value equals the expected value.
verifyTruncatedValueEquals(CVerificationQueue, int, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if StringUtils.truncate(String, int) value equals the expected value.
verifyTruncatedValueNotEquals(CVerificationQueue, int, int, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if StringUtils.truncate(String, int, int) value NOT equals the expected value.
verifyTruncatedValueNotEquals(CVerificationQueue, int, int, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.truncate(String, int, int) value NOT equals the expected value.
verifyTruncatedValueNotEquals(CVerificationQueue, int, int, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.truncate(String, int, int) value NOT equals the expected value.
verifyTruncatedValueNotEquals(CVerificationQueue, int, int, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.truncate(String, int, int) value NOT equals the expected value.
verifyTruncatedValueNotEquals(CVerificationQueue, int, int, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.truncate(String, int, int) value NOT equals the expected value.
verifyTruncatedValueNotEquals(CVerificationQueue, int, int, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if StringUtils.truncate(String, int, int) value NOT equals the expected value.
verifyTruncatedValueNotEquals(CVerificationQueue, int, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if StringUtils.truncate(String, int) value equals the expected value.
verifyTruncatedValueNotEquals(CVerificationQueue, int, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.truncate(String, int) value equals the expected value.
verifyTruncatedValueNotEquals(CVerificationQueue, int, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.truncate(String, int) value equals the expected value.
verifyTruncatedValueNotEquals(CVerificationQueue, int, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.truncate(String, int) value equals the expected value.
verifyTruncatedValueNotEquals(CVerificationQueue, int, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if StringUtils.truncate(String, int) value equals the expected value.
verifyTruncatedValueNotEquals(CVerificationQueue, int, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if StringUtils.truncate(String, int) value equals the expected value.

W

wait(Predicate<O>) - Method in interface org.catools.common.extensions.wait.interfaces.CObjectWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till predicate returns the true result
wait(Predicate<O>, int) - Method in interface org.catools.common.extensions.wait.interfaces.CObjectWaiter
Wait for defined number of seconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till predicate returns the true result
wait(Predicate<O>, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CObjectWaiter
Wait for defined number of seconds till predicate returns the true result
waitBetweenExclusive(N, N) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till the actual value is between lower and higher bound values (exclusive).
waitBetweenExclusive(N, N, int) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for defined number of seconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till the actual value is between lower and higher bound values (exclusive).
waitBetweenExclusive(N, N, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for defined number of seconds till the actual value is between lower and higher bound values (exclusive).
waitBetweenExclusive(N, N, N, int, int) - Static method in class org.catools.common.extensions.wait.CNumberWait
Wait for defined number of seconds till actual value is between lower and higher bound values (exclusive).
waitBetweenInclusive(N, N) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till the actual value is between lower and higher bound values (Inclusive).
waitBetweenInclusive(N, N, int) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for defined number of seconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till the actual value is between lower and higher bound values (Inclusive).
waitBetweenInclusive(N, N, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for defined number of seconds till the actual value is between lower and higher bound values (Inclusive).
waitBetweenInclusive(N, N, N, int, int) - Static method in class org.catools.common.extensions.wait.CNumberWait
Wait for defined number of seconds till actual value is between lower and higher bound values (Inclusive).
waitCenterPadEquals(int, String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds until result of StringUtils.center(String, int, String) is equals to expected value.
waitCenterPadEquals(int, String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.center(String, int, String) is equals to expected value.
waitCenterPadEquals(int, String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.center(String, int, String) is equals to expected value.
waitCenterPadEquals(String, int, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.center(String, int, String) is equals to expected value.
waitCenterPadNotEquals(int, String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds until result of StringUtils.center(String, int, String) is NOT equals to expected value.
waitCenterPadNotEquals(int, String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.center(String, int, String) is NOT equals to expected value.
waitCenterPadNotEquals(int, String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.center(String, int, String) is NOT equals to expected value.
waitCenterPadNotEquals(String, int, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.center(String, int, String) is NOT equals to expected value.
waitCompare(String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds until result of StringUtils.compare(String, String) equals to the expected value.
waitCompare(String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.compare(String, String) equals to the expected value.
waitCompare(String, int, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.compare(String, String) equals to the expected value.
waitCompare(String, String, int, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.compare(String, String) equals to the expected value.
waitCompareIgnoreCase(String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds until result of StringUtils.compareIgnoreCase(String, String) equals to the expected value.
waitCompareIgnoreCase(String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.compareIgnoreCase(String, String) equals to the expected value.
waitCompareIgnoreCase(String, int, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.compareIgnoreCase(String, String) equals to the expected value.
waitCompareIgnoreCase(String, String, int, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.compareIgnoreCase(String, String) equals to the expected value.
waitContains(E) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual collection contains the expected element.
waitContains(E, int) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for defined number of seconds till the actual collection contains the expected element.
waitContains(E, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for defined number of seconds till the actual collection contains the expected element.
waitContains(Iterable<C>, C, int, int) - Static method in class org.catools.common.extensions.wait.CIterableWait
Wait for defined number of seconds till actual collection contains the expected element.
waitContains(String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds until result of StringUtils.contains(CharSequence, CharSequence) is true.
waitContains(String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.contains(CharSequence, CharSequence) is true.
waitContains(String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.contains(CharSequence, CharSequence) is true.
waitContains(String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.contains(CharSequence, CharSequence) is true.
waitContains(Map.Entry<K, V>) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual map contains the expected key and value.
waitContains(Map.Entry<K, V>, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual map contains the expected key and value.
waitContains(Map.Entry<K, V>, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual map contains the expected key and value.
waitContains(Map<K, V>, Map.Entry<K, V>, int, int) - Static method in class org.catools.common.extensions.wait.CMapWait
Wait for defined number of seconds till actual map contains the expected entry.
waitContains(Map<K, V>, K, V, int, int) - Static method in class org.catools.common.extensions.wait.CMapWait
Wait for defined number of seconds till actual map contains the expected key and value.
waitContains(K, V) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual map contains the expected key and value.
waitContains(K, V, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual map contains the expected key and value.
waitContains(K, V, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual map contains the expected key and value.
waitContainsAll(Iterable<C>, Iterable<C>, int, int) - Static method in class org.catools.common.extensions.wait.CIterableWait
Wait for defined number of seconds till actual collection contains all elements from the expected collection.
waitContainsAll(Iterable<E>) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual collection contains all elements from the expected collection.
waitContainsAll(Iterable<E>, int) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for defined number of seconds till the actual collection contains all elements from the expected collection.
waitContainsAll(Iterable<E>, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for defined number of seconds till the actual collection contains all elements from the expected collection.
waitContainsAll(Map<K, V>) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual map contains all entries from the expected map.
waitContainsAll(Map<K, V>, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual map contains all entries from the expected map.
waitContainsAll(Map<K, V>, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual map contains all entries from the expected map.
waitContainsAll(Map<K, V>, Map<K, V>, int, int) - Static method in class org.catools.common.extensions.wait.CMapWait
Wait for defined number of seconds till actual map contains all entries from the expected map.
waitContainsIgnoreCase(String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds until result of StringUtils.containsIgnoreCase(CharSequence, CharSequence) is true, ignoring case.
waitContainsIgnoreCase(String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.containsIgnoreCase(CharSequence, CharSequence) is true, ignoring case.
waitContainsIgnoreCase(String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.containsIgnoreCase(CharSequence, CharSequence) is true, ignoring case.
waitContainsIgnoreCase(String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.containsIgnoreCase(CharSequence, CharSequence) is true.
waitContainsNone(Iterable<C>, Iterable<C>, int, int) - Static method in class org.catools.common.extensions.wait.CIterableWait
Wait for defined number of seconds till actual collection contains none of elements from the expected collection.
waitContainsNone(Iterable<E>) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual collection contains none of elements from the expected collection.
waitContainsNone(Iterable<E>, int) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for defined number of seconds till the actual collection contains none of elements from the expected collection.
waitContainsNone(Iterable<E>, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for defined number of seconds till the actual collection contains none of elements from the expected collection.
waitContainsNone(Map<K, V>) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual map contains none of entries from the expected map.
waitContainsNone(Map<K, V>, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual map contains none of entries from the expected map.
waitContainsNone(Map<K, V>, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual map contains none of entries from the expected map.
waitContainsNone(Map<K, V>, Map<K, V>, int, int) - Static method in class org.catools.common.extensions.wait.CMapWait
Wait for defined number of seconds till actual map contains none of entries from the expected map.
waitEmptyOrContains(E) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual collection either is empty or contains the expected element.
waitEmptyOrContains(E, int) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for defined number of seconds till the actual collection either is empty or contains the expected element.
waitEmptyOrContains(E, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for defined number of seconds till the actual collection either is empty or contains the expected element.
waitEmptyOrContains(Iterable<C>, C, int, int) - Static method in class org.catools.common.extensions.wait.CIterableWait
Wait for defined number of seconds till actual collection either is empty or contains the expected element.
waitEmptyOrContains(Map.Entry<K, V>) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual map either is empty or contains the expected entry.
waitEmptyOrContains(Map.Entry<K, V>, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual map either is empty or contains the expected entry.
waitEmptyOrContains(Map.Entry<K, V>, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual map either is empty or contains the expected entry.
waitEmptyOrContains(Map<K, V>, Map.Entry<K, V>, int, int) - Static method in class org.catools.common.extensions.wait.CMapWait
Wait for defined number of seconds till actual map either is empty or contains the expected entry.
waitEmptyOrContains(Map<K, V>, K, V, int, int) - Static method in class org.catools.common.extensions.wait.CMapWait
Wait for defined number of seconds till actual map either is empty or contains the expected entry.
waitEmptyOrContains(K, V) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual map either is empty or contains the expected entry.
waitEmptyOrContains(K, V, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual map either is empty or contains the expected entry.
waitEmptyOrContains(K, V, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual map either is empty or contains the expected entry.
waitEmptyOrNotContains(E) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual collection either is empty or does not contain the expected element.
waitEmptyOrNotContains(E, int) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for defined number of seconds till the actual collection either is empty or does not contain the expected element.
waitEmptyOrNotContains(E, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for defined number of seconds till the actual collection either is empty or does not contain the expected element.
waitEmptyOrNotContains(Iterable<C>, C, int, int) - Static method in class org.catools.common.extensions.wait.CIterableWait
Wait for defined number of seconds till actual collection either is empty or does not contain the expected element.
waitEmptyOrNotContains(Map.Entry<K, V>) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual map either is empty or does not contains the expected entry.
waitEmptyOrNotContains(Map.Entry<K, V>, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual map either is empty or does not contains the expected entry.
waitEmptyOrNotContains(Map.Entry<K, V>, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual map either is empty or does not contains the expected entry.
waitEmptyOrNotContains(Map<K, V>, Map.Entry<K, V>, int, int) - Static method in class org.catools.common.extensions.wait.CMapWait
Wait for defined number of seconds till actual map either is empty or does not contain the expected entry.
waitEmptyOrNotContains(Map<K, V>, K, V, int, int) - Static method in class org.catools.common.extensions.wait.CMapWait
Wait for defined number of seconds till actual map either is empty or does not contains the expected entry.
waitEmptyOrNotContains(K, V) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual map either is empty or does not contains the expected entry.
waitEmptyOrNotContains(K, V, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual map either is empty or does not contains the expected entry.
waitEmptyOrNotContains(K, V, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual map either is empty or does not contains the expected entry.
waitEndsWith(String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds until result of StringUtils.endsWith(CharSequence, CharSequence) is true
waitEndsWith(String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.endsWith(CharSequence, CharSequence) is true
waitEndsWith(String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.endsWith(CharSequence, CharSequence) is true
waitEndsWith(String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.endsWith(CharSequence, CharSequence) is true
waitEndsWithAny(String, List<String>, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.endsWithAny(CharSequence, CharSequence...) is true.
waitEndsWithAny(List<String>) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds until result of StringUtils.endsWithAny(CharSequence, CharSequence...) is true.
waitEndsWithAny(List<String>, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.endsWithAny(CharSequence, CharSequence...) is true.
waitEndsWithAny(List<String>, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.endsWithAny(CharSequence, CharSequence...) is true.
waitEndsWithIgnoreCase(String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds until result of StringUtils.endsWithIgnoreCase(CharSequence, CharSequence) is true.
waitEndsWithIgnoreCase(String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.endsWithIgnoreCase(CharSequence, CharSequence) is true.
waitEndsWithIgnoreCase(String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.endsWithIgnoreCase(CharSequence, CharSequence) is true.
waitEndsWithIgnoreCase(String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.endsWithIgnoreCase(CharSequence, CharSequence) is true.
waitEndsWithNone(String, List<String>, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.endsWithAny(CharSequence, CharSequence...) is false.
waitEndsWithNone(List<String>) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds until result of StringUtils.endsWithAny(CharSequence, CharSequence...) is false.
waitEndsWithNone(List<String>, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.endsWithAny(CharSequence, CharSequence...) is false.
waitEndsWithNone(List<String>, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.endsWithAny(CharSequence, CharSequence...) is false.
waitEquals(Boolean, Boolean) - Static method in class org.catools.common.extensions.wait.CBooleanWait
Wait for defined number of seconds till actual and expected have same boolean value or be null
waitEquals(Boolean, Boolean, int) - Static method in class org.catools.common.extensions.wait.CBooleanWait
Wait for defined number of seconds till actual and expected have same boolean value or be null
waitEquals(Boolean, Boolean, int, int) - Static method in class org.catools.common.extensions.wait.CBooleanWait
Wait for defined number of seconds till actual and expected have same boolean value or be null
waitEquals(Iterable<C>, Iterable<C>, int, int) - Static method in class org.catools.common.extensions.wait.CIterableWait
Wait for defined number of seconds till actual and expected collections have the exact same elements.
waitEquals(Iterable<E>) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual and expected collections have the exact same elements.
waitEquals(Iterable<E>, int) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for defined number of seconds till the actual and expected collections have the exact same elements.
waitEquals(Iterable<E>, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for defined number of seconds till the actual and expected collections have the exact same elements.
waitEquals(String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if equals(String) value equals the expected value.
waitEquals(Date, Date, int, int) - Static method in class org.catools.common.extensions.wait.CDateWait
Wait for defined number of seconds till actual and expected have the exact same date value (compare to milliseconds) or they both has null value
waitEquals(Map<K, V>) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual and expected maps have the exact same entries.
waitEquals(Map<K, V>, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual and expected maps have the exact same entries.
waitEquals(Map<K, V>, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual and expected maps have the exact same entries.
waitEquals(Map<K, V>, Map<K, V>, int, int) - Static method in class org.catools.common.extensions.wait.CMapWait
Wait for defined number of seconds till actual and expected maps have the exact same entries.
waitEquals(N, N, int, int) - Static method in class org.catools.common.extensions.wait.CNumberWait
Wait for defined number of seconds till actual and expected have the exact same value.
waitEquals(O) - Method in interface org.catools.common.extensions.wait.interfaces.CObjectWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till actual value equals to expected value.
waitEquals(O, int) - Method in interface org.catools.common.extensions.wait.interfaces.CObjectWaiter
Wait for defined number of seconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till actual value equals to expected value.
waitEquals(O, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CObjectWaiter
Wait for defined number of seconds till actual value equals to expected value.
waitEquals(T, T, int, int) - Static method in class org.catools.common.extensions.wait.CObjectWait
Wait for defined number of seconds till actual and expected value are equal objects.
waitEqualsAny(String, List<String>, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of equalsAny(CharSequence, CharSequence...) equals to the expected value.
waitEqualsAny(List<O>) - Method in interface org.catools.common.extensions.wait.interfaces.CObjectWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds until actual value equals to any of the expected values.
waitEqualsAny(List<O>, int) - Method in interface org.catools.common.extensions.wait.interfaces.CObjectWaiter
Wait for defined number of seconds until actual value equals to any of the expected values.
waitEqualsAny(List<O>, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CObjectWaiter
Wait for defined number of seconds until actual value equals to any of the expected values.
waitEqualsAnyIgnoreCase(String, List<String>, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
waitEqualsAnyIgnoreCase(List<String>) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds until result of equalsAnyIgnoreCase(CharSequence, CharSequence...) equals to the expected value, ignoring case.
waitEqualsAnyIgnoreCase(List<String>, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of equalsAnyIgnoreCase(CharSequence, CharSequence...) equals to the expected value, ignoring case.
waitEqualsAnyIgnoreCase(List<String>, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of equalsAnyIgnoreCase(CharSequence, CharSequence...) equals to the expected value, ignoring case.
waitEqualsByFormat(Date, String) - Method in interface org.catools.common.extensions.wait.interfaces.CDateWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual and expected have the exact same string value after they converted using the provided date format.
waitEqualsByFormat(Date, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CDateWaiter
Wait for defined number of seconds till the actual and expected have the exact same string value after they converted using the provided date format.
waitEqualsByFormat(Date, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CDateWaiter
Wait for defined number of seconds till the actual and expected have the exact same string value after they converted using the provided date format.
waitEqualsByFormat(Date, Date, String, int, int) - Static method in class org.catools.common.extensions.wait.CDateWait
Wait for defined number of seconds till actual and expected have the exact same string value after they converted using the provided date format.
waitEqualsDatePortion(Date) - Method in interface org.catools.common.extensions.wait.interfaces.CDateWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual and expected have same string value after they converted using "yyyy-MM-dd" for format.
waitEqualsDatePortion(Date, int) - Method in interface org.catools.common.extensions.wait.interfaces.CDateWaiter
Wait for defined number of seconds till the actual and expected have same string value after they converted using "yyyy-MM-dd" for format.
waitEqualsDatePortion(Date, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CDateWaiter
Wait for defined number of seconds till the actual and expected have same string value after they converted using "yyyy-MM-dd" for format.
waitEqualsDatePortion(Date, Date, int, int) - Static method in class org.catools.common.extensions.wait.CDateWait
Wait for defined number of seconds till actual and expected have same string value after they converted using "yyyy-MM-dd" for format.
waitEqualsIgnoreCase(String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till StringUtils.equalsIgnoreCase(CharSequence, CharSequence) value equals the expected value.
waitEqualsIgnoreCase(String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.equalsIgnoreCase(CharSequence, CharSequence) value equals the expected value.
waitEqualsIgnoreCase(String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.equalsIgnoreCase(CharSequence, CharSequence) value equals the expected value.
waitEqualsIgnoreCase(String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if equalsIgnoreCase(String) value equals the expected value.
waitEqualsIgnoreWhiteSpaces(String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till value is equal to expected after removing all WhiteSpaces from both.
waitEqualsIgnoreWhiteSpaces(String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till value is equal to expected after removing all WhiteSpaces from both.
waitEqualsIgnoreWhiteSpaces(String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till value is equal to expected after removing all WhiteSpaces from both.
waitEqualsIgnoreWhiteSpaces(String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if equalsIgnoreWhiteSpace(String) value equals the expected value.
waitEqualsNone(String, List<String>, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of equalsAny(CharSequence, CharSequence...) is false
waitEqualsNone(List<O>) - Method in interface org.catools.common.extensions.wait.interfaces.CObjectWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds until actual value equals none of the expected values
waitEqualsNone(List<O>, int) - Method in interface org.catools.common.extensions.wait.interfaces.CObjectWaiter
Wait for defined number of seconds until actual value equals none of the expected values.
waitEqualsNone(List<O>, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CObjectWaiter
Wait for defined number of seconds until actual value equals none of the expected values.
waitEqualsNoneIgnoreCase(String, List<String>, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
waitEqualsNoneIgnoreCase(List<String>) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds until result of equalsAnyIgnoreCase(CharSequence, CharSequence...) is false, ignoring case.
waitEqualsNoneIgnoreCase(List<String>, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of equalsAnyIgnoreCase(CharSequence, CharSequence...) is false, ignoring case.
waitEqualsNoneIgnoreCase(List<String>, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of equalsAnyIgnoreCase(CharSequence, CharSequence...) is false, ignoring case.
waitEqualsP(N, N) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till the actual and expected have the exact same value or their difference is less than precision value.
waitEqualsP(N, N, int) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for defined number of seconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till the actual and expected have the exact same value or their difference is less than precision value.
waitEqualsP(N, N, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for defined number of seconds till the actual and expected have the exact same value or their difference is less than precision value.
waitEqualsP(N, N, N, int, int) - Static method in class org.catools.common.extensions.wait.CNumberWait
Wait for defined number of seconds till actual and expected have the exact same value or their difference is less than precision value.
waitEqualsStringContent(File) - Method in interface org.catools.common.extensions.wait.interfaces.CFileWaiter
Wait for defined number of seconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till the actual and expected file have the exact same content.
waitEqualsStringContent(File, int) - Method in interface org.catools.common.extensions.wait.interfaces.CFileWaiter
Wait for defined number of seconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till the actual and expected file have the exact same content.
waitEqualsStringContent(File, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CFileWaiter
Wait for defined number of seconds till the actual and expected file have the exact same content.
waitEqualsStringContent(File, File, int, int) - Static method in class org.catools.common.extensions.wait.CFileWait
Wait for defined number of seconds till actual and expected file have the exact same content.
waitEqualsStringContent(String, String, int, int) - Static method in class org.catools.common.extensions.wait.CFileWait
Wait for defined number of seconds till actual and expected file have the exact same content.
waitEqualsTimePortion(Date) - Method in interface org.catools.common.extensions.wait.interfaces.CDateWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual and expected have same string value after they converted using "HH:mm:ss" for format.
waitEqualsTimePortion(Date, int) - Method in interface org.catools.common.extensions.wait.interfaces.CDateWaiter
Wait for defined number of seconds till the actual and expected have same string value after they converted using "HH:mm:ss" for format.
waitEqualsTimePortion(Date, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CDateWaiter
Wait for defined number of seconds till the actual and expected have same string value after they converted using "HH:mm:ss" for format.
waitEqualsTimePortion(Date, Date, int, int) - Static method in class org.catools.common.extensions.wait.CDateWait
Wait for defined number of seconds till actual and expected have same string value after they converted using "HH:mm:ss" for format.
waitForWritable(int) - Method in class org.catools.common.io.CFile
Wait for timeoutInSeconds for file to be available and writable
waitForWritable(int, int) - Method in class org.catools.common.io.CFile
Wait for timeoutInSeconds for file to be available and writable
waitGreater(N) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till the actual has value greater than expected.
waitGreater(N, int) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for defined number of seconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till the actual has value greater than expected.
waitGreater(N, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for defined number of seconds till the actual has value greater than expected.
waitGreater(N, N, int, int) - Static method in class org.catools.common.extensions.wait.CNumberWait
Wait for defined number of seconds till actual has value greater than expected.
waitGreaterOrEqual(N) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till the actual has value greater or equal to expected.
waitGreaterOrEqual(N, int) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for defined number of seconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till the actual has value greater or equal to expected.
waitGreaterOrEqual(N, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for defined number of seconds till the actual has value greater or equal to expected.
waitGreaterOrEqual(N, N, int, int) - Static method in class org.catools.common.extensions.wait.CNumberWait
Wait for defined number of seconds till actual has value greater or equal to expected.
waitHas(Predicate<E>) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual collection has the expected predicate.
waitHas(Predicate<E>, int) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for defined number of seconds till the actual collection contains the expected predicate.
waitHas(Predicate<E>, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for defined number of seconds till the actual collection contains the expected predicate.
waitIsAlpha() - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds until result of StringUtils.isAlpha(CharSequence) is true.
waitIsAlpha(int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.isAlpha(CharSequence) is true.
waitIsAlpha(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.isAlpha(CharSequence) is true.
waitIsAlpha(String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.isAlpha(CharSequence) is true.
waitIsAlphanumeric() - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds until result of StringUtils.isAlphanumeric(CharSequence) is true.
waitIsAlphanumeric(int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.isAlphanumeric(CharSequence) is true.
waitIsAlphanumeric(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.isAlphanumeric(CharSequence) is true.
waitIsAlphanumeric(String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.isAlphanumeric(CharSequence) is true.
waitIsAlphanumericSpace() - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds until result of StringUtils.isAlphanumericSpace(CharSequence) is true.
waitIsAlphanumericSpace(int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.isAlphanumericSpace(CharSequence) is true.
waitIsAlphanumericSpace(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.isAlphanumericSpace(CharSequence) is true.
waitIsAlphanumericSpace(String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.isAlphanumericSpace(CharSequence) is true.
waitIsAlphaSpace() - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds until result of StringUtils.isAlphaSpace(CharSequence) is true.
waitIsAlphaSpace(int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.isAlphaSpace(CharSequence) is true.
waitIsAlphaSpace(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.isAlphaSpace(CharSequence) is true.
waitIsAlphaSpace(String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.isAlphaSpace(CharSequence) is true.
waitIsAsciiPrintable() - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds until result of StringUtils.isAsciiPrintable(CharSequence) is true.
waitIsAsciiPrintable(int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.isAsciiPrintable(CharSequence) is true.
waitIsAsciiPrintable(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.isAsciiPrintable(CharSequence) is true.
waitIsAsciiPrintable(String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.isAsciiPrintable(CharSequence) is true.
waitIsBlank() - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till String value is blank (Null or Empty)
waitIsBlank(int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till String value is blank (Null or Empty)
waitIsBlank(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till String value is blank (Null or Empty)
waitIsBlank(String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if String value is blank (Null or Empty)
waitIsEmpty() - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual collection is empty.
waitIsEmpty() - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual map is empty.
waitIsEmpty() - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till String value is empty
waitIsEmpty(int) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for defined number of seconds till the actual collection is empty.
waitIsEmpty(int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual map is empty.
waitIsEmpty(int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till String value is empty
waitIsEmpty(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for defined number of seconds till the actual collection is empty.
waitIsEmpty(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual map is empty.
waitIsEmpty(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till String value is empty
waitIsEmpty(Iterable<C>, int, int) - Static method in class org.catools.common.extensions.wait.CIterableWait
Wait for defined number of seconds till actual collection is empty.
waitIsEmpty(String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if String value is empty
waitIsEmpty(Map<K, V>, int, int) - Static method in class org.catools.common.extensions.wait.CMapWait
Wait for defined number of seconds till actual map is empty.
waitIsEmptyOrAlpha() - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till string value is empty or the result of StringUtils.isAlpha(CharSequence) is true.
waitIsEmptyOrAlpha(int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till string value is empty or the result of StringUtils.isAlpha(CharSequence) is true.
waitIsEmptyOrAlpha(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till string value is empty or the result of StringUtils.isAlpha(CharSequence) is true.
waitIsEmptyOrAlpha(String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if string value is empty or the result of StringUtils.isAlpha(CharSequence) is true.
waitIsEmptyOrAlphanumeric() - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till string value is empty or the result of StringUtils.isAlphanumeric(CharSequence) is true.
waitIsEmptyOrAlphanumeric(int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till string value is empty or the result of StringUtils.isAlphanumeric(CharSequence) is true.
waitIsEmptyOrAlphanumeric(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till string value is empty or the result of StringUtils.isAlphanumeric(CharSequence) is true.
waitIsEmptyOrAlphanumeric(String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if string value is empty or the result of StringUtils.isAlphanumeric(CharSequence) is true.
waitIsEmptyOrNotAlpha() - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till string value is empty or the result of StringUtils.isAlpha(CharSequence) is false.
waitIsEmptyOrNotAlpha(int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till string value is empty or the result of StringUtils.isAlpha(CharSequence) is false.
waitIsEmptyOrNotAlpha(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till string value is empty or the result of StringUtils.isAlpha(CharSequence) is false.
waitIsEmptyOrNotAlpha(String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if string value is empty or the result of StringUtils.isAlpha(CharSequence) is false.
waitIsEmptyOrNotAlphanumeric() - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till string value is empty or the result of StringUtils.isAlphanumeric(CharSequence) is false.
waitIsEmptyOrNotAlphanumeric(int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till string value is empty or the result of StringUtils.isAlphanumeric(CharSequence) is false.
waitIsEmptyOrNotAlphanumeric(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till string value is empty or the result of StringUtils.isAlphanumeric(CharSequence) is false.
waitIsEmptyOrNotAlphanumeric(String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if string value is empty or the result of StringUtils.isAlphanumeric(CharSequence) is false.
waitIsEmptyOrNotNumeric() - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till string is empty or the result of StringUtils.isNumeric(CharSequence) is false.
waitIsEmptyOrNotNumeric(int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till string is empty or the result of StringUtils.isNumeric(CharSequence) is false.
waitIsEmptyOrNotNumeric(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till string is empty or the result of StringUtils.isNumeric(CharSequence) is false.
waitIsEmptyOrNotNumeric(String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if string value is empty or the result of StringUtils.isNumeric(CharSequence) is false.
waitIsEmptyOrNumeric() - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till string is empty or the result of StringUtils.isNumeric(CharSequence) is true.
waitIsEmptyOrNumeric(int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till string is empty or the result of StringUtils.isNumeric(CharSequence) is true.
waitIsEmptyOrNumeric(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till string is empty or the result of StringUtils.isNumeric(CharSequence) is true.
waitIsEmptyOrNumeric(String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if string value is empty or the result of StringUtils.isNumeric(CharSequence) is true.
waitIsExists() - Method in interface org.catools.common.extensions.wait.interfaces.CFileWaiter
Wait for defined number of seconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till the the file exists
waitIsExists(int) - Method in interface org.catools.common.extensions.wait.interfaces.CFileWaiter
Wait for defined number of seconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till the the file exists
waitIsExists(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CFileWaiter
Wait for defined number of seconds till the the file exists
waitIsExists(File, int, int) - Static method in class org.catools.common.extensions.wait.CFileWait
Wait for defined number of seconds till the file exists
waitIsExists(String, int, int) - Static method in class org.catools.common.extensions.wait.CFileWait
Wait for defined number of seconds till the file exists
waitIsFalse() - Method in interface org.catools.common.extensions.wait.interfaces.CBooleanWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till actual value is false
waitIsFalse(int) - Method in interface org.catools.common.extensions.wait.interfaces.CBooleanWaiter
Wait for defined number of seconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till actual value is false
waitIsFalse(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CBooleanWaiter
Wait for defined number of seconds till actual value is false
waitIsFalse(Boolean) - Static method in class org.catools.common.extensions.wait.CBooleanWait
Wait for defined number of seconds till actual value is false
waitIsFalse(Boolean, int) - Static method in class org.catools.common.extensions.wait.CBooleanWait
Wait for defined number of seconds till actual value is false
waitIsFalse(Boolean, int, int) - Static method in class org.catools.common.extensions.wait.CBooleanWait
Wait for defined number of seconds till actual value is false
waitIsNotAlpha() - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds until result of StringUtils.isAlpha(CharSequence) is false.
waitIsNotAlpha(int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.isAlpha(CharSequence) is false.
waitIsNotAlpha(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.isAlpha(CharSequence) is false.
waitIsNotAlpha(String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.isAlpha(CharSequence) is false.
waitIsNotAlphanumeric() - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds until result of StringUtils.isAlphanumeric(CharSequence) is false.
waitIsNotAlphanumeric(int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.isAlphanumeric(CharSequence) is false.
waitIsNotAlphanumeric(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.isAlphanumeric(CharSequence) is false.
waitIsNotAlphanumeric(String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.isAlphanumeric(CharSequence) is false.
waitIsNotAlphanumericSpace() - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds until result of StringUtils.isAlphanumericSpace(CharSequence) is false.
waitIsNotAlphanumericSpace(int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.isAlphanumericSpace(CharSequence) is false.
waitIsNotAlphanumericSpace(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.isAlphanumericSpace(CharSequence) is false.
waitIsNotAlphanumericSpace(String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.isAlphanumericSpace(CharSequence) is false.
waitIsNotAlphaSpace() - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds until result of StringUtils.isAlphaSpace(CharSequence) is false.
waitIsNotAlphaSpace(int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.isAlphaSpace(CharSequence) is false.
waitIsNotAlphaSpace(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.isAlphaSpace(CharSequence) is false.
waitIsNotAlphaSpace(String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.isAlphaSpace(CharSequence) is false.
waitIsNotAsciiPrintable() - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds until result of StringUtils.isAsciiPrintable(CharSequence) is false.
waitIsNotAsciiPrintable(int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.isAsciiPrintable(CharSequence) is false.
waitIsNotAsciiPrintable(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.isAsciiPrintable(CharSequence) is false.
waitIsNotAsciiPrintable(String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.isAsciiPrintable(CharSequence) is false.
waitIsNotBlank() - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till String value is not blank (Null or Empty)
waitIsNotBlank(int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till String value is not blank (Null or Empty)
waitIsNotBlank(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till String value is not blank (Null or Empty)
waitIsNotBlank(String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if String value is not blank (Null or Empty)
waitIsNotEmpty() - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual collection is not empty.
waitIsNotEmpty() - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual map is not empty.
waitIsNotEmpty() - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till String value is not empty
waitIsNotEmpty(int) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for defined number of seconds till the actual collection is not empty.
waitIsNotEmpty(int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual map is not empty.
waitIsNotEmpty(int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till String value is not empty
waitIsNotEmpty(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for defined number of seconds till the actual collection is not empty.
waitIsNotEmpty(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual map is not empty.
waitIsNotEmpty(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till String value is not empty
waitIsNotEmpty(Iterable<C>, int, int) - Static method in class org.catools.common.extensions.wait.CIterableWait
Wait for defined number of seconds till actual collection is not empty.
waitIsNotEmpty(String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify String value is not empty
waitIsNotEmpty(Map<K, V>, int, int) - Static method in class org.catools.common.extensions.wait.CMapWait
Wait for defined number of seconds till actual map is not empty.
waitIsNotExists() - Method in interface org.catools.common.extensions.wait.interfaces.CFileWaiter
Wait for defined number of seconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till the the file does not exists
waitIsNotExists(int) - Method in interface org.catools.common.extensions.wait.interfaces.CFileWaiter
Wait for defined number of seconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till the the file does not exists
waitIsNotExists(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CFileWaiter
Wait for defined number of seconds till the the file does not exists
waitIsNotExists(File, int, int) - Static method in class org.catools.common.extensions.wait.CFileWait
Wait for defined number of seconds till the file does not exists
waitIsNotExists(String, int, int) - Static method in class org.catools.common.extensions.wait.CFileWait
Wait for defined number of seconds till the file does not exists
waitIsNotNull() - Method in interface org.catools.common.extensions.wait.interfaces.CObjectWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till actual value is NOT null.
waitIsNotNull(int) - Method in interface org.catools.common.extensions.wait.interfaces.CObjectWaiter
Wait for defined number of seconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till actual value is NOT null.
waitIsNotNull(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CObjectWaiter
Wait for defined number of seconds till actual value is NOT null.
waitIsNotNull(T, int, int) - Static method in class org.catools.common.extensions.wait.CObjectWait
Wait for defined number of seconds till actual value is NOT null.
waitIsNotNumeric() - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds until result of StringUtils.isNumeric(CharSequence) is false.
waitIsNotNumeric(int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.isNumeric(CharSequence) is false.
waitIsNotNumeric(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.isNumeric(CharSequence) is false.
waitIsNotNumeric(String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.isNumeric(CharSequence) is false.
waitIsNotNumericSpace() - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds until result of StringUtils.isNumericSpace(CharSequence) is false.
waitIsNotNumericSpace(int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.isNumericSpace(CharSequence) is false.
waitIsNotNumericSpace(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.isNumericSpace(CharSequence) is false.
waitIsNotNumericSpace(String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.isNumericSpace(CharSequence) is false.
waitIsNull() - Method in interface org.catools.common.extensions.wait.interfaces.CObjectWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till actual value is null.
waitIsNull(int) - Method in interface org.catools.common.extensions.wait.interfaces.CObjectWaiter
Wait for defined number of seconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till actual value is null.
waitIsNull(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CObjectWaiter
Wait for defined number of seconds till actual value is null.
waitIsNull(T, int, int) - Static method in class org.catools.common.extensions.wait.CObjectWait
Wait for defined number of seconds till actual value is NOT null.
waitIsNumeric() - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds until result of StringUtils.isNumeric(CharSequence) is true.
waitIsNumeric(int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.isNumeric(CharSequence) is true.
waitIsNumeric(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till string value is empty or the result of StringUtils.isNumeric(CharSequence) is true and string length is between minLength and maxLength.
waitIsNumeric(int, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till string value is empty or the result of StringUtils.isNumeric(CharSequence) is true and string length is between minLength and maxLength.
waitIsNumeric(int, int, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till string value is empty or the result of StringUtils.isNumeric(CharSequence) is true and string length is between minLength and maxLength.
waitIsNumeric(String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.isNumeric(CharSequence) is true.
waitIsNumericSpace() - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds until result of StringUtils.isNumericSpace(CharSequence) is true.
waitIsNumericSpace(int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.isNumericSpace(CharSequence) is true.
waitIsNumericSpace(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.isNumericSpace(CharSequence) is true.
waitIsNumericSpace(String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.isNumericSpace(CharSequence) is true.
waitIsTrue() - Method in interface org.catools.common.extensions.wait.interfaces.CBooleanWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till actual value is true
waitIsTrue(int) - Method in interface org.catools.common.extensions.wait.interfaces.CBooleanWaiter
Wait for defined number of seconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till actual value is true
waitIsTrue(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CBooleanWaiter
Wait for defined number of seconds till actual value is true
waitIsTrue(Boolean) - Static method in class org.catools.common.extensions.wait.CBooleanWait
Wait for defined number of seconds till actual value is true
waitIsTrue(Boolean, int) - Static method in class org.catools.common.extensions.wait.CBooleanWait
Wait for defined number of seconds till actual value is true
waitIsTrue(Boolean, int, int) - Static method in class org.catools.common.extensions.wait.CBooleanWait
Wait for defined number of seconds till actual value is true
waitLeftPadEquals(int, String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.leftPad(String, int, String) is equals to expected value.
waitLeftPadEquals(int, String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.leftPad(String, int, String) is equals to expected value.
waitLeftPadEquals(int, String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.leftPad(String, int, String) is equals to expected value.
waitLeftPadEquals(String, int, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.leftPad(String, int, String) is equals to expected value.
waitLeftPadNotEquals(int, String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.leftPad(String, int, String) is NOT equals to expected value.
waitLeftPadNotEquals(int, String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.leftPad(String, int, String) is NOT equals to expected value.
waitLeftPadNotEquals(int, String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.leftPad(String, int, String) is NOT equals to expected value.
waitLeftPadNotEquals(String, int, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.leftPad(String, int, String) is NOT equals to expected value.
waitLeftValueEquals(int, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.left(String, int) equals to expected value.
waitLeftValueEquals(int, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.left(String, int) equals to expected value.
waitLeftValueEquals(int, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.left(String, int) equals to expected value.
waitLeftValueEquals(String, int, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.left(String, int) equals to expected value.
waitLeftValueNotEquals(int, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.left(String, int) NOT equals to expected value.
waitLeftValueNotEquals(int, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.left(String, int) NOT equals to expected value.
waitLeftValueNotEquals(int, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.left(String, int) NOT equals to expected value.
waitLeftValueNotEquals(String, int, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.left(String, int) NOT equals to expected value.
waitLengthEquals(int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.length(CharSequence) is equals to expected value.
waitLengthEquals(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.length(CharSequence) is equals to expected value.
waitLengthEquals(int, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.length(CharSequence) is equals to expected value.
waitLengthEquals(String, int, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.length(CharSequence) is equals to expected value.
waitLengthNotEquals(int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.length(CharSequence) is NOT equals to expected value.
waitLengthNotEquals(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.length(CharSequence) is NOT equals to expected value.
waitLengthNotEquals(int, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.length(CharSequence) is NOT equals to expected value.
waitLengthNotEquals(String, int, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.length(CharSequence) is NOT equals to expected value.
waitLess(N) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till the actual has value less than expected.
waitLess(N, int) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for defined number of seconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till the actual has value less than expected.
waitLess(N, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for defined number of seconds till the actual has value less than expected.
waitLess(N, N, int, int) - Static method in class org.catools.common.extensions.wait.CNumberWait
Wait for defined number of seconds till actual has value less than expected.
waitLessOrEqual(N) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till the actual has value less or equal than expected.
waitLessOrEqual(N, int) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for defined number of seconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till the actual has value less or equal than expected.
waitLessOrEqual(N, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for defined number of seconds till the actual has value less or equal than expected.
waitLessOrEqual(N, N, int, int) - Static method in class org.catools.common.extensions.wait.CNumberWait
Wait for defined number of seconds till actual has value less or equal than expected.
waitMatches(String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till String value match provided pattern
waitMatches(String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till String value match provided pattern
waitMatches(String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till String value match provided pattern
waitMatches(String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if String value match provided pattern
waitMatches(String, Pattern, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if String value match provided pattern
waitMatches(Pattern) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till String value match provided pattern
waitMatches(Pattern, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till String value match provided pattern
waitMatches(Pattern, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till String value match provided pattern
waitMatchesAny(String, List<Pattern>) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if String value match any of provided patterns
waitMatchesAny(String, List<Pattern>, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if String value match any of provided patterns
waitMatchesAny(List<Pattern>) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till String value match one of provided pattern
waitMatchesAny(List<Pattern>, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till String value match one of provided pattern
waitMatchesAny(List<Pattern>, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till String value match one of provided pattern
waitMatchesAny(CVerificationQueue, List<Pattern>) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if String value match any of provided patterns
waitMatchesAny(CVerificationQueue, List<Pattern>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if String value match any of provided patterns
waitMatchesNone(String, List<Pattern>) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if String value NOT match any of provided patterns
waitMatchesNone(String, List<Pattern>, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if String value NOT match any of provided patterns
waitMatchesNone(List<Pattern>) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till String value match NONE of provided pattern
waitMatchesNone(List<Pattern>, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till String value match NONE of provided pattern
waitMatchesNone(List<Pattern>, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till String value match NONE of provided pattern
waitMatchesNone(CVerificationQueue, List<Pattern>) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if String value NOT match any of provided patterns
waitMatchesNone(CVerificationQueue, List<Pattern>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if String value NOT match any of provided patterns
waitMidValueEquals(int, int, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.mid(String, int, int) equals to expected value.
waitMidValueEquals(int, int, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.mid(String, int, int) equals to expected value.
waitMidValueEquals(int, int, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.mid(String, int, int) equals to expected value.
waitMidValueEquals(String, int, int, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.mid(String, int, int) equals to expected value.
waitMidValueNotEquals(int, int, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.mid(String, int, int) NOT equals to expected value.
waitMidValueNotEquals(int, int, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.mid(String, int, int) NOT equals to expected value.
waitMidValueNotEquals(int, int, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.mid(String, int, int) NOT equals to expected value.
waitMidValueNotEquals(String, int, int, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.mid(String, int, int) NOT equals to expected value.
waitNotBetweenExclusive(N, N) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till the actual value is NOT between lower and higher bound values (Exclusive).
waitNotBetweenExclusive(N, N, int) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for defined number of seconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till the actual value is NOT between lower and higher bound values (Exclusive).
waitNotBetweenExclusive(N, N, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for defined number of seconds till the actual value is NOT between lower and higher bound values (Exclusive).
waitNotBetweenExclusive(N, N, N, int, int) - Static method in class org.catools.common.extensions.wait.CNumberWait
Wait for defined number of seconds till actual value is NOT between lower and higher bound values (Exclusive).
waitNotBetweenInclusive(N, N) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till the actual value is NOT between lower and higher bound values (Inclusive).
waitNotBetweenInclusive(N, N, int) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for defined number of seconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till the actual value is NOT between lower and higher bound values (Inclusive).
waitNotBetweenInclusive(N, N, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for defined number of seconds till the actual value is NOT between lower and higher bound values (Inclusive).
waitNotBetweenInclusive(N, N, N, int, int) - Static method in class org.catools.common.extensions.wait.CNumberWait
Wait for defined number of seconds till actual value is NOT between lower and higher bound values (Inclusive).
waitNotContains(E) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual collection does not contain the expected element.
waitNotContains(E, int) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for defined number of seconds till the actual collection does not contain the expected element.
waitNotContains(E, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for defined number of seconds till the actual collection does not contain the expected element.
waitNotContains(Iterable<C>, C, int, int) - Static method in class org.catools.common.extensions.wait.CIterableWait
Wait for defined number of seconds till actual collection does not contain the expected element.
waitNotContains(String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.contains(CharSequence, CharSequence) is false.
waitNotContains(String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.contains(CharSequence, CharSequence) is false.
waitNotContains(String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.contains(CharSequence, CharSequence) is false.
waitNotContains(String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.contains(CharSequence, CharSequence) is false.
waitNotContains(Map.Entry<K, V>) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual map does not contain the expected entry.
waitNotContains(Map.Entry<K, V>, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual map does not contain the expected entry.
waitNotContains(Map.Entry<K, V>, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual map does not contain the expected entry.
waitNotContains(Map<K, V>, Map.Entry<K, V>, int, int) - Static method in class org.catools.common.extensions.wait.CMapWait
Wait for defined number of seconds till actual map does not contain the expected entry.
waitNotContains(Map<K, V>, K, V, int, int) - Static method in class org.catools.common.extensions.wait.CMapWait
Wait for defined number of seconds till actual map does not contain the expected entry.
waitNotContains(K, V) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual map does not contain the expected entry.
waitNotContains(K, V, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual map does not contain the expected entry.
waitNotContains(K, V, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual map does not contain the expected entry.
waitNotContainsAll(Iterable<C>, Iterable<C>, int, int) - Static method in class org.catools.common.extensions.wait.CIterableWait
Wait for defined number of seconds till actual collection does not contain all elements from the expected collection.
waitNotContainsAll(Iterable<E>) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual collection contains some but not all elements from the expected collection.
waitNotContainsAll(Iterable<E>, int) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for defined number of seconds till the actual collection contains some but not all elements from the expected collection.
waitNotContainsAll(Iterable<E>, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CIterableWaiter
Wait for defined number of seconds till the actual collection contains some but not all elements from the expected collection.
waitNotContainsAll(Map<K, V>) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual map might contains some but not all entries from the expected map.
waitNotContainsAll(Map<K, V>, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual map might contains some but not all entries from the expected map.
waitNotContainsAll(Map<K, V>, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual map might contains some but not all entries from the expected map.
waitNotContainsAll(Map<K, V>, Map<K, V>, int, int) - Static method in class org.catools.common.extensions.wait.CMapWait
Wait for defined number of seconds till actual map does not contain all entries from the expected map.
waitNotContainsIgnoreCase(String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.containsIgnoreCase(CharSequence, CharSequence) is false.
waitNotContainsIgnoreCase(String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.containsIgnoreCase(CharSequence, CharSequence) is false.
waitNotContainsIgnoreCase(String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.containsIgnoreCase(CharSequence, CharSequence) is false.
waitNotContainsIgnoreCase(String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.containsIgnoreCase(CharSequence, CharSequence) is false.
waitNotEndsWith(String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.endsWith(CharSequence, CharSequence) is false
waitNotEndsWith(String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.endsWith(CharSequence, CharSequence) is false
waitNotEndsWith(String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.endsWith(CharSequence, CharSequence) is false
waitNotEndsWith(String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.endsWith(CharSequence, CharSequence) is false
waitNotEndsWithIgnoreCase(String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.endsWithIgnoreCase(CharSequence, CharSequence) is false.
waitNotEndsWithIgnoreCase(String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.endsWithIgnoreCase(CharSequence, CharSequence) is false.
waitNotEndsWithIgnoreCase(String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.endsWithIgnoreCase(CharSequence, CharSequence) is false.
waitNotEndsWithIgnoreCase(String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.endsWithIgnoreCase(CharSequence, CharSequence) is false.
waitNotEquals(Boolean, Boolean) - Static method in class org.catools.common.extensions.wait.CBooleanWait
Wait for defined number of seconds till actual and expected has different boolean value
waitNotEquals(Boolean, Boolean, int) - Static method in class org.catools.common.extensions.wait.CBooleanWait
Wait for defined number of seconds till actual and expected has different boolean value
waitNotEquals(Boolean, Boolean, int, int) - Static method in class org.catools.common.extensions.wait.CBooleanWait
Wait for defined number of seconds till actual and expected has different boolean value
waitNotEquals(String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if equals(String) value NOT equals the expected value.
waitNotEquals(Date, Date, int, int) - Static method in class org.catools.common.extensions.wait.CDateWait
Wait for defined number of seconds till actual and expected does not have the exact same date value (compare to milliseconds) or one of them is null
waitNotEquals(N, N, int, int) - Static method in class org.catools.common.extensions.wait.CNumberWait
Wait for defined number of seconds till actual and expected have different values.
waitNotEquals(O) - Method in interface org.catools.common.extensions.wait.interfaces.CObjectWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till actual value does not equal to expected value.
waitNotEquals(O, int) - Method in interface org.catools.common.extensions.wait.interfaces.CObjectWaiter
Wait for defined number of seconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till actual value does not equal to expected value.
waitNotEquals(O, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CObjectWaiter
Wait for defined number of seconds till actual value does not equal to expected value.
waitNotEquals(T, T, int, int) - Static method in class org.catools.common.extensions.wait.CObjectWait
Wait for defined number of seconds till actual and expected value are not equal objects.
waitNotEqualsByFormat(Date, String) - Method in interface org.catools.common.extensions.wait.interfaces.CDateWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual and expected have different string value after they converted using the provided date format.
waitNotEqualsByFormat(Date, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CDateWaiter
Wait for defined number of seconds till the actual and expected have different string value after they converted using the provided date format.
waitNotEqualsByFormat(Date, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CDateWaiter
Wait for defined number of seconds till the actual and expected have different string value after they converted using the provided date format.
waitNotEqualsByFormat(Date, Date, String, int, int) - Static method in class org.catools.common.extensions.wait.CDateWait
Wait for defined number of seconds till actual and expected have different string value after they converted using the provided date format.
waitNotEqualsDatePortion(Date) - Method in interface org.catools.common.extensions.wait.interfaces.CDateWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual and expected have different string value after they converted using "yyyy-MM-dd" for format.
waitNotEqualsDatePortion(Date, int) - Method in interface org.catools.common.extensions.wait.interfaces.CDateWaiter
Wait for defined number of seconds till the actual and expected have different string value after they converted using "yyyy-MM-dd" for format.
waitNotEqualsDatePortion(Date, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CDateWaiter
Wait for defined number of seconds till the actual and expected have different string value after they converted using "yyyy-MM-dd" for format.
waitNotEqualsDatePortion(Date, Date, int, int) - Static method in class org.catools.common.extensions.wait.CDateWait
Wait for defined number of seconds till actual and expected have different string value after they converted using "yyyy-MM-dd" for format.
waitNotEqualsIgnoreCase(String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.equalsIgnoreCase(CharSequence, CharSequence) value NOT equals the expected value.
waitNotEqualsIgnoreCase(String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.equalsIgnoreCase(CharSequence, CharSequence) value NOT equals the expected value.
waitNotEqualsIgnoreCase(String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.equalsIgnoreCase(CharSequence, CharSequence) value NOT equals the expected value.
waitNotEqualsIgnoreCase(String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if equalsIgnoreCase(String) value NOT equals the expected value.
waitNotEqualsIgnoreWhiteSpaces(String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till value is not equal to expected after removing all WhiteSpaces from both.
waitNotEqualsIgnoreWhiteSpaces(String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till value is not equal to expected after removing all WhiteSpaces from both.
waitNotEqualsIgnoreWhiteSpaces(String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till value is not equal to expected after removing all WhiteSpaces from both.
waitNotEqualsIgnoreWhiteSpaces(String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if equalsIgnoreWhiteSpace(String) value NOT equals the expected value.
waitNotEqualsP(N, N) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till the actual and expected have different value greater than precision value.
waitNotEqualsP(N, N, int) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for defined number of seconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till the actual and expected have different value greater than precision value.
waitNotEqualsP(N, N, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for defined number of seconds till the actual and expected have different value greater than precision value.
waitNotEqualsP(N, N, N, int, int) - Static method in class org.catools.common.extensions.wait.CNumberWait
Wait for defined number of seconds till actual and expected have different value greater than precision value.
waitNotEqualsStringContent(File, File, int, int) - Static method in class org.catools.common.extensions.wait.CFileWait
Wait for defined number of seconds till actual and expected file does not have the exact same content.
waitNotEqualsStringContent(String, String, int, int) - Static method in class org.catools.common.extensions.wait.CFileWait
Wait for defined number of seconds till actual and expected file does not have the exact same content.
waitNotEqualsStringContent(CFile) - Method in interface org.catools.common.extensions.wait.interfaces.CFileWaiter
Wait for defined number of seconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till the actual and expected file does not have the exact same content.
waitNotEqualsStringContent(CFile, int) - Method in interface org.catools.common.extensions.wait.interfaces.CFileWaiter
Wait for defined number of seconds with CTypeExtensionConfigs.getDefaultWaitIntervalInMilliSeconds() interval till the actual and expected file does not have the exact same content.
waitNotEqualsStringContent(CFile, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CFileWaiter
Wait for defined number of seconds till the actual and expected file does not have the exact same content.
waitNotEqualsTimePortion(Date) - Method in interface org.catools.common.extensions.wait.interfaces.CDateWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual and expected have different string value after they converted using "HH:mm:ss" for format.
waitNotEqualsTimePortion(Date, int) - Method in interface org.catools.common.extensions.wait.interfaces.CDateWaiter
Wait for defined number of seconds till the actual and expected have different string value after they converted using "HH:mm:ss" for format.
waitNotEqualsTimePortion(Date, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CDateWaiter
Wait for defined number of seconds till the actual and expected have different string value after they converted using "HH:mm:ss" for format.
waitNotEqualsTimePortion(Date, Date, int, int) - Static method in class org.catools.common.extensions.wait.CDateWait
Wait for defined number of seconds till actual and expected have different string value after they converted using "HH:mm:ss" for format.
waitNotMatches(String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till String value does not match provided pattern
waitNotMatches(String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till String value does not match provided pattern
waitNotMatches(String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till String value does not match provided pattern
waitNotMatches(String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if String value does not match provided pattern
waitNotMatches(String, Pattern, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if String value does not match provided pattern
waitNotMatches(Pattern) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till String value does not match provided pattern
waitNotMatches(Pattern, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till String value does not match provided pattern
waitNotMatches(Pattern, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till String value does not match provided pattern
waitNotStartsWith(String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.startsWith(CharSequence, CharSequence) is false
waitNotStartsWith(String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.startsWith(CharSequence, CharSequence) is false
waitNotStartsWith(String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.startsWith(CharSequence, CharSequence) is false
waitNotStartsWith(String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.startsWith(CharSequence, CharSequence) is false
waitNotStartsWithIgnoreCase(String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.startsWithIgnoreCase(CharSequence, CharSequence) is false
waitNotStartsWithIgnoreCase(String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.startsWithIgnoreCase(CharSequence, CharSequence) is false
waitNotStartsWithIgnoreCase(String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.startsWithIgnoreCase(CharSequence, CharSequence) is false
waitNotStartsWithIgnoreCase(String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.startsWithIgnoreCase(CharSequence, CharSequence) is false
waitNumberOfMatchesEquals(String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.countMatches(CharSequence, CharSequence) is equals to expected value.
waitNumberOfMatchesEquals(String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.countMatches(CharSequence, CharSequence) is equals to expected value.
waitNumberOfMatchesEquals(String, int, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.countMatches(CharSequence, CharSequence) is equals to expected value.
waitNumberOfMatchesEquals(String, String, int, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.countMatches(CharSequence, CharSequence) is equals to expected value.
waitNumberOfMatchesNotEquals(String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.countMatches(CharSequence, CharSequence) is NOT equals to expected value.
waitNumberOfMatchesNotEquals(String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.countMatches(CharSequence, CharSequence) is NOT equals to expected value.
waitNumberOfMatchesNotEquals(String, int, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.countMatches(CharSequence, CharSequence) is NOT equals to expected value.
waitNumberOfMatchesNotEquals(String, String, int, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.countMatches(CharSequence, CharSequence) is NOT equals to expected value.
waitRemoveEndEquals(String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.removeEnd(String, String) is equals to expected value.
waitRemoveEndEquals(String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.removeEnd(String, String) is equals to expected value.
waitRemoveEndEquals(String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.removeEnd(String, String) is equals to expected value.
waitRemoveEndEquals(String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.removeEnd(String, String) is equals to expected value.
waitRemoveEndIgnoreCaseEquals(String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.removeEndIgnoreCase(String, String) is equals to expected value.
waitRemoveEndIgnoreCaseEquals(String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.removeEndIgnoreCase(String, String) is equals to expected value.
waitRemoveEndIgnoreCaseEquals(String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.removeEndIgnoreCase(String, String) is equals to expected value.
waitRemoveEndIgnoreCaseEquals(String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.removeEndIgnoreCase(String, String) is equals to expected value.
waitRemoveEndIgnoreCaseNotEquals(String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.removeEndIgnoreCase(String, String) is NOT equals to expected value.
waitRemoveEndIgnoreCaseNotEquals(String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.removeEndIgnoreCase(String, String) is NOT equals to expected value.
waitRemoveEndIgnoreCaseNotEquals(String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.removeEndIgnoreCase(String, String) is NOT equals to expected value.
waitRemoveEndIgnoreCaseNotEquals(String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.removeEndIgnoreCase(String, String) is NOT equals to expected value.
waitRemoveEndNotEquals(String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.removeEnd(String, String) is NOT equals to expected value.
waitRemoveEndNotEquals(String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.removeEnd(String, String) is NOT equals to expected value.
waitRemoveEndNotEquals(String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.removeEnd(String, String) is NOT equals to expected value.
waitRemoveEndNotEquals(String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.removeEnd(String, String) is NOT equals to expected value.
waitRemoveEquals(String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.remove(String, String) is equals to expected value.
waitRemoveEquals(String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.remove(String, String) is equals to expected value.
waitRemoveEquals(String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.remove(String, String) is equals to expected value.
waitRemoveEquals(String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.remove(String, String) is equals to expected value.
waitRemoveIgnoreCaseEquals(String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.removeIgnoreCase(String, String) is equals to expected value.
waitRemoveIgnoreCaseEquals(String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.removeIgnoreCase(String, String) is equals to expected value.
waitRemoveIgnoreCaseEquals(String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.removeIgnoreCase(String, String) is equals to expected value.
waitRemoveIgnoreCaseEquals(String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.removeIgnoreCase(String, String) is equals to expected value.
waitRemoveIgnoreCaseNotEquals(String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.removeIgnoreCase(String, String) is NOT equals to expected value.
waitRemoveIgnoreCaseNotEquals(String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.removeIgnoreCase(String, String) is NOT equals to expected value.
waitRemoveIgnoreCaseNotEquals(String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.removeIgnoreCase(String, String) is NOT equals to expected value.
waitRemoveIgnoreCaseNotEquals(String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.removeIgnoreCase(String, String) is NOT equals to expected value.
waitRemoveNotEquals(String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.remove(String, String) is NOT equals to expected value.
waitRemoveNotEquals(String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.remove(String, String) is NOT equals to expected value.
waitRemoveNotEquals(String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.remove(String, String) is NOT equals to expected value.
waitRemoveNotEquals(String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.remove(String, String) is NOT equals to expected value.
waitRemoveStartEquals(String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.removeStart(String, String) is equals to expected value.
waitRemoveStartEquals(String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.removeStart(String, String) is equals to expected value.
waitRemoveStartEquals(String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.removeStart(String, String) is equals to expected value.
waitRemoveStartEquals(String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.removeStart(String, String) is equals to expected value.
waitRemoveStartIgnoreCaseEquals(String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.removeStartIgnoreCase(String, String) is equals to expected value.
waitRemoveStartIgnoreCaseEquals(String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.removeStartIgnoreCase(String, String) is equals to expected value.
waitRemoveStartIgnoreCaseEquals(String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.removeStartIgnoreCase(String, String) is equals to expected value.
waitRemoveStartIgnoreCaseEquals(String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.removeStartIgnoreCase(String, String) is equals to expected value.
waitRemoveStartIgnoreCaseNotEquals(String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.removeStartIgnoreCase(String, String) is NOT equals to expected value.
waitRemoveStartIgnoreCaseNotEquals(String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.removeStartIgnoreCase(String, String) is NOT equals to expected value.
waitRemoveStartIgnoreCaseNotEquals(String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.removeStartIgnoreCase(String, String) is NOT equals to expected value.
waitRemoveStartIgnoreCaseNotEquals(String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.removeStartIgnoreCase(String, String) is NOT equals to expected value.
waitRemoveStartNotEquals(String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.removeStart(String, String) is NOT equals to expected value.
waitRemoveStartNotEquals(String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.removeStart(String, String) is NOT equals to expected value.
waitRemoveStartNotEquals(String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.removeStart(String, String) is NOT equals to expected value.
waitRemoveStartNotEquals(String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.removeStart(String, String) is NOT equals to expected value.
waitReplaceEquals(String, String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.replace(String, String, String) is equals to expected value.
waitReplaceEquals(String, String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.replace(String, String, String) is equals to expected value.
waitReplaceEquals(String, String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.replace(String, String, String) is equals to expected value.
waitReplaceEquals(String, String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.replace(String, String, String) is equals to expected value.
waitReplaceIgnoreCaseEquals(String, String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.replaceIgnoreCase(String, String, String) is equals to expected value.
waitReplaceIgnoreCaseEquals(String, String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.replaceIgnoreCase(String, String, String) is equals to expected value.
waitReplaceIgnoreCaseEquals(String, String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.replaceIgnoreCase(String, String, String) is equals to expected value.
waitReplaceIgnoreCaseEquals(String, String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.replaceIgnoreCase(String, String, String) is equals to expected value.
waitReplaceIgnoreCaseNotEquals(String, String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.replaceIgnoreCase(String, String, String) is NOT equals to expected value.
waitReplaceIgnoreCaseNotEquals(String, String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.replaceIgnoreCase(String, String, String) is NOT equals to expected value.
waitReplaceIgnoreCaseNotEquals(String, String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.replaceIgnoreCase(String, String, String) is NOT equals to expected value.
waitReplaceIgnoreCaseNotEquals(String, String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.replaceIgnoreCase(String, String, String) is NOT equals to expected value.
waitReplaceNotEquals(String, String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.replace(String, String, String) is NOT equals to expected value.
waitReplaceNotEquals(String, String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.replace(String, String, String) is NOT equals to expected value.
waitReplaceNotEquals(String, String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.replace(String, String, String) is NOT equals to expected value.
waitReplaceNotEquals(String, String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.replace(String, String, String) is NOT equals to expected value.
waitReplaceOnceEquals(String, String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.replaceOnce(String, String, String) is equals to expected value.
waitReplaceOnceEquals(String, String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.replaceOnce(String, String, String) is equals to expected value.
waitReplaceOnceEquals(String, String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.replaceOnce(String, String, String) is equals to expected value.
waitReplaceOnceEquals(String, String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.replaceOnce(String, String, String) is equals to expected value.
waitReplaceOnceIgnoreCaseEquals(String, String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.replaceOnceIgnoreCase(String, String, String) is equals to expected value.
waitReplaceOnceIgnoreCaseEquals(String, String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.replaceOnceIgnoreCase(String, String, String) is equals to expected value.
waitReplaceOnceIgnoreCaseEquals(String, String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.replaceOnceIgnoreCase(String, String, String) is equals to expected value.
waitReplaceOnceIgnoreCaseEquals(String, String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.replaceOnceIgnoreCase(String, String, String) is equals to expected value.
waitReplaceOnceIgnoreCaseNotEquals(String, String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.replaceOnceIgnoreCase(String, String, String) is NOT equals to expected value.
waitReplaceOnceIgnoreCaseNotEquals(String, String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.replaceOnceIgnoreCase(String, String, String) is NOT equals to expected value.
waitReplaceOnceIgnoreCaseNotEquals(String, String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.replaceOnceIgnoreCase(String, String, String) is NOT equals to expected value.
waitReplaceOnceIgnoreCaseNotEquals(String, String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.replaceOnceIgnoreCase(String, String, String) is NOT equals to expected value.
waitReplaceOnceNotEquals(String, String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.replaceOnce(String, String, String) is NOT equals to expected value.
waitReplaceOnceNotEquals(String, String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.replaceOnce(String, String, String) is NOT equals to expected value.
waitReplaceOnceNotEquals(String, String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.replaceOnce(String, String, String) is NOT equals to expected value.
waitReplaceOnceNotEquals(String, String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.replaceOnce(String, String, String) is NOT equals to expected value.
waitReverseEquals(String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.reverse(String) is equals to expected value.
waitReverseEquals(String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.reverse(String) is equals to expected value.
waitReverseEquals(String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.reverse(String) is equals to expected value.
waitReverseEquals(String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.reverse(String) is equals to expected value.
waitReverseNotEquals(String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.reverse(String) is NOT equals to expected value.
waitReverseNotEquals(String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.reverse(String) is NOT equals to expected value.
waitReverseNotEquals(String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.reverse(String) is NOT equals to expected value.
waitReverseNotEquals(String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.reverse(String) is NOT equals to expected value.
waitRightPadEquals(int, String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.rightPad(String, int, String) is equals to expected value.
waitRightPadEquals(int, String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.rightPad(String, int, String) is equals to expected value.
waitRightPadEquals(int, String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.rightPad(String, int, String) is equals to expected value.
waitRightPadEquals(String, int, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.rightPad(String, int, String) is equals to expected value.
waitRightPadNotEquals(int, String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.rightPad(String, int, String) is NOT equals to expected value.
waitRightPadNotEquals(int, String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.rightPad(String, int, String) is NOT equals to expected value.
waitRightPadNotEquals(int, String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.rightPad(String, int, String) is NOT equals to expected value.
waitRightPadNotEquals(String, int, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.rightPad(String, int, String) is NOT equals to expected value.
waitRightValueEquals(int, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.right(String, int) equals to expected value.
waitRightValueEquals(int, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.right(String, int) equals to expected value.
waitRightValueEquals(int, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.right(String, int) equals to expected value.
waitRightValueEquals(String, int, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.right(String, int) equals to expected value.
waitRightValueNotEquals(int, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.right(String, int) NOT equals to expected value.
waitRightValueNotEquals(int, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.right(String, int) NOT equals to expected value.
waitRightValueNotEquals(int, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.right(String, int) NOT equals to expected value.
waitRightValueNotEquals(String, int, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.right(String, int) NOT equals to expected value.
waitSizeEquals(int) - Method in interface org.catools.common.extensions.wait.interfaces.CCollectionWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the map size is equal to expected value.
waitSizeEquals(int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the map size is equal to expected value.
waitSizeEquals(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CCollectionWaiter
Wait for defined number of seconds till the map size is equal to expected value.
waitSizeEquals(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the map size is equal to expected value.
waitSizeEquals(int, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CCollectionWaiter
Wait for defined number of seconds till the map size is equal to expected value.
waitSizeEquals(int, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the map size is equal to expected value.
waitSizeIsGreaterThan(int) - Method in interface org.catools.common.extensions.wait.interfaces.CCollectionWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual has value greater than expected.
waitSizeIsGreaterThan(int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual has value greater than expected.
waitSizeIsGreaterThan(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CCollectionWaiter
Wait for defined number of seconds till the actual has value greater than expected.
waitSizeIsGreaterThan(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual has value greater than expected.
waitSizeIsGreaterThan(int, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CCollectionWaiter
Wait for defined number of seconds till the actual has value greater than expected.
waitSizeIsGreaterThan(int, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual has value greater than expected.
waitSizeIsLessThan(int) - Method in interface org.catools.common.extensions.wait.interfaces.CCollectionWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual has value less than expected.
waitSizeIsLessThan(int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for CTypeExtensionConfigs.getDefaultWaitInSeconds() number of milliseconds till the actual has value less than expected.
waitSizeIsLessThan(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CCollectionWaiter
Wait for defined number of seconds till the actual has value less than expected.
waitSizeIsLessThan(int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual has value less than expected.
waitSizeIsLessThan(int, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CCollectionWaiter
Wait for defined number of seconds till the actual has value less than expected.
waitSizeIsLessThan(int, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for defined number of seconds till the actual has value less than expected.
waitStartsWith(String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.startsWith(CharSequence, CharSequence) is true
waitStartsWith(String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.startsWith(CharSequence, CharSequence) is true
waitStartsWith(String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.startsWith(CharSequence, CharSequence) is true
waitStartsWith(String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.startsWith(CharSequence, CharSequence) is true
waitStartsWithAny(String, List<String>, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.startsWithAny(CharSequence, CharSequence...) is true
waitStartsWithAny(List<String>) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.startsWithAny(CharSequence, CharSequence...) is true
waitStartsWithAny(List<String>, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.startsWithAny(CharSequence, CharSequence...) is true
waitStartsWithAny(List<String>, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.startsWithAny(CharSequence, CharSequence...) is true
waitStartsWithIgnoreCase(String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.startsWithIgnoreCase(CharSequence, CharSequence) is true
waitStartsWithIgnoreCase(String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.startsWithIgnoreCase(CharSequence, CharSequence) is true
waitStartsWithIgnoreCase(String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.startsWithIgnoreCase(CharSequence, CharSequence) is true
waitStartsWithIgnoreCase(String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.startsWithIgnoreCase(CharSequence, CharSequence) is true
waitStartsWithNone(String, List<String>, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.startsWithAny(CharSequence, CharSequence...) is false
waitStartsWithNone(List<String>) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.startsWithAny(CharSequence, CharSequence...) is false
waitStartsWithNone(List<String>, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.startsWithAny(CharSequence, CharSequence...) is false
waitStartsWithNone(List<String>, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.startsWithAny(CharSequence, CharSequence...) is false
waitStripedEndValue(String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.stripEnd(String, String) value equals the expected value.
waitStripedEndValue(String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.stripEnd(String, String) value equals the expected value.
waitStripedEndValue(String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.stripEnd(String, String) value equals the expected value.
waitStripedEndValue(String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if stripEnd(String) value equals the expected value.
waitStripedEndValueNot(String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.stripEnd(String, String) value NOT equals the expected value.
waitStripedEndValueNot(String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.stripEnd(String, String) value NOT equals the expected value.
waitStripedEndValueNot(String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.stripEnd(String, String) value NOT equals the expected value.
waitStripedEndValueNot(String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if stripEnd(String) value NOT equals the expected value.
waitStripedStartValue(String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.stripStart(String, String) value equals the expected value.
waitStripedStartValue(String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.stripStart(String, String) value equals the expected value.
waitStripedStartValue(String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.stripStart(String, String) value equals the expected value.
waitStripedStartValue(String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if stripStart(String) value equals the expected value.
waitStripedStartValueNot(String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.stripStart(String, String) value NOT equals the expected value.
waitStripedStartValueNot(String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.stripStart(String, String) value NOT equals the expected value.
waitStripedStartValueNot(String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.stripStart(String, String) value NOT equals the expected value.
waitStripedStartValueNot(String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if stripStart(String) value NOT equals the expected value.
waitStripedValue(String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.strip(String) value equals the expected value.
waitStripedValue(String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.strip(String) value equals the expected value.
waitStripedValue(String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.strip(String) value equals the expected value.
waitStripedValue(String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if strip(String) value equals the expected value.
waitStripedValueNot(String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.strip(String) value NOT equals the expected value.
waitStripedValueNot(String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.strip(String) value NOT equals the expected value.
waitStripedValueNot(String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.strip(String) value NOT equals the expected value.
waitStripedValueNot(String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if strip(String) value NOT equals the expected value.
waitSubstringAfterEquals(String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringAfter(String, String) equals to expected value.
waitSubstringAfterEquals(String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringAfter(String, String) equals to expected value.
waitSubstringAfterEquals(String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringAfter(String, String) equals to expected value.
waitSubstringAfterEquals(String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.substringAfter(String, String) equals to expected value.
waitSubstringAfterLastEquals(String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringAfterLast(String, String) equals to expected value.
waitSubstringAfterLastEquals(String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringAfterLast(String, String) equals to expected value.
waitSubstringAfterLastEquals(String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringAfterLast(String, String) equals to expected value.
waitSubstringAfterLastEquals(String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.substringAfterLast(String, String) equals to expected value.
waitSubstringAfterLastNotEquals(String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringAfterLast(String, String) NOT equals to expected value.
waitSubstringAfterLastNotEquals(String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringAfterLast(String, String) NOT equals to expected value.
waitSubstringAfterLastNotEquals(String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringAfterLast(String, String) NOT equals to expected value.
waitSubstringAfterLastNotEquals(String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.substringAfterLast(String, String) NOT equals to expected value.
waitSubstringAfterNotEquals(String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringAfter(String, String) NOT equals to expected value.
waitSubstringAfterNotEquals(String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringAfter(String, String) NOT equals to expected value.
waitSubstringAfterNotEquals(String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringAfter(String, String) NOT equals to expected value.
waitSubstringAfterNotEquals(String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.substringAfter(String, String) NOT equals to expected value.
waitSubstringBeforeEquals(String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringBefore(String, String) equals to expected value.
waitSubstringBeforeEquals(String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringBefore(String, String) equals to expected value.
waitSubstringBeforeEquals(String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringBefore(String, String) equals to expected value.
waitSubstringBeforeEquals(String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.substringBefore(String, String) equals to expected value.
waitSubstringBeforeLastEquals(String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringBeforeLast(String, String) equals to expected value.
waitSubstringBeforeLastEquals(String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringBeforeLast(String, String) equals to expected value.
waitSubstringBeforeLastEquals(String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringBeforeLast(String, String) equals to expected value.
waitSubstringBeforeLastEquals(String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.substringBeforeLast(String, String) equals to expected value.
waitSubstringBeforeLastNotEquals(String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringBeforeLast(String, String) NOT equals to expected value.
waitSubstringBeforeLastNotEquals(String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringBeforeLast(String, String) NOT equals to expected value.
waitSubstringBeforeLastNotEquals(String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringBeforeLast(String, String) NOT equals to expected value.
waitSubstringBeforeLastNotEquals(String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.substringBeforeLast(String, String) NOT equals to expected value.
waitSubstringBeforeNotEquals(String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringBefore(String, String) NOT equals to expected value.
waitSubstringBeforeNotEquals(String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringBefore(String, String) NOT equals to expected value.
waitSubstringBeforeNotEquals(String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringBefore(String, String) NOT equals to expected value.
waitSubstringBeforeNotEquals(String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.substringBefore(String, String) NOT equals to expected value.
waitSubstringBetweenEquals(String, String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringBetween(String, String) equals to expected value.
waitSubstringBetweenEquals(String, String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringBetween(String, String) equals to expected value.
waitSubstringBetweenEquals(String, String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringBetween(String, String) equals to expected value.
waitSubstringBetweenEquals(String, String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.substringBetween(String, String, String) equals to expected value.
waitSubstringBetweenNotEquals(String, String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringBetween(String, String) NOT equals to expected value.
waitSubstringBetweenNotEquals(String, String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringBetween(String, String) NOT equals to expected value.
waitSubstringBetweenNotEquals(String, String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringBetween(String, String) NOT equals to expected value.
waitSubstringBetweenNotEquals(String, String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.substringBetween(String, String, String) NOT equals to expected value.
waitSubstringEquals(int, int, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substring(String, int, int) equals to expected value.
waitSubstringEquals(int, int, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substring(String, int, int) equals to expected value.
waitSubstringEquals(int, int, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substring(String, int, int) equals to expected value.
waitSubstringEquals(int, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substring(String, int) equals to expected value.
waitSubstringEquals(int, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substring(String, int) equals to expected value.
waitSubstringEquals(int, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substring(String, int) equals to expected value.
waitSubstringEquals(String, int, int, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.substring(String, int, int) equals to expected value.
waitSubstringEquals(String, int, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.substring(String, int) equals to expected value.
waitSubstringNotEquals(int, int, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substring(String, int, int) NOT equals to expected value.
waitSubstringNotEquals(int, int, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substring(String, int, int) NOT equals to expected value.
waitSubstringNotEquals(int, int, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substring(String, int, int) NOT equals to expected value.
waitSubstringNotEquals(int, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substring(String, int) NOT equals to expected value.
waitSubstringNotEquals(int, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substring(String, int) NOT equals to expected value.
waitSubstringNotEquals(int, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substring(String, int) NOT equals to expected value.
waitSubstringNotEquals(String, int, int, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.substring(String, int, int) NOT equals to expected value.
waitSubstringNotEquals(String, int, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.substring(String, int) NOT equals to expected value.
waitSubstringsBetweenContains(String, String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringsBetween(String, String, String) contains to expected value.
waitSubstringsBetweenContains(String, String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringsBetween(String, String, String) contains to expected value.
waitSubstringsBetweenContains(String, String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringsBetween(String, String, String) contains to expected value.
waitSubstringsBetweenContains(String, String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.substringsBetween(String, String, String) contains to expected value.
waitSubstringsBetweenEquals(String, String, String, List<String>, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.substringsBetween(String, String, String) equals to expected value.
waitSubstringsBetweenEquals(String, String, List<String>) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringsBetween(String, String, String) equals to expected value.
waitSubstringsBetweenEquals(String, String, List<String>, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringsBetween(String, String, String) equals to expected value.
waitSubstringsBetweenEquals(String, String, List<String>, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringsBetween(String, String, String) equals to expected value.
waitSubstringsBetweenNotContains(String, String, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringsBetween(String, String, String) NOT contains to expected value.
waitSubstringsBetweenNotContains(String, String, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringsBetween(String, String, String) NOT contains to expected value.
waitSubstringsBetweenNotContains(String, String, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringsBetween(String, String, String) NOT contains to expected value.
waitSubstringsBetweenNotContains(String, String, String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.substringsBetween(String, String, String) NOT contains to expected value.
waitSubstringsBetweenNotEquals(String, String, String, List<String>, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if result of StringUtils.substringsBetween(String, String, String) NOT equals to expected value.
waitSubstringsBetweenNotEquals(String, String, List<String>) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringsBetween(String, String, String) NOT equals to expected value.
waitSubstringsBetweenNotEquals(String, String, List<String>, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringsBetween(String, String, String) NOT equals to expected value.
waitSubstringsBetweenNotEquals(String, String, List<String>, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds until result of StringUtils.substringsBetween(String, String, String) NOT equals to expected value.
waitToExists(int) - Method in class org.catools.common.io.CFile
Wait for timeoutInSeconds for file to be available
waitToExists(int, int) - Method in class org.catools.common.io.CFile
Wait for timeoutInSeconds for file to be available
waitTrimmedValueEquals(String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.trim(String) value equals the expected value.
waitTrimmedValueEquals(String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.trim(String) value equals the expected value.
waitTrimmedValueEquals(String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.trim(String) value equals the expected value.
waitTrimmedValueEquals(String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if trim() value equals the expected value.
waitTrimmedValueNotEquals(String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.trim(String) value NOT equals the expected value.
waitTrimmedValueNotEquals(String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.trim(String) value NOT equals the expected value.
waitTrimmedValueNotEquals(String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.trim(String) value NOT equals the expected value.
waitTrimmedValueNotEquals(String, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if trim() value NOT equals the expected value.
waitTruncatedValueEquals(int, int, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.truncate(String, int, int) value equals the expected value.
waitTruncatedValueEquals(int, int, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.truncate(String, int, int) value equals the expected value.
waitTruncatedValueEquals(int, int, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.truncate(String, int, int) value equals the expected value.
waitTruncatedValueEquals(int, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.truncate(String, int) value equals the expected value.
waitTruncatedValueEquals(int, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.truncate(String, int) value equals the expected value.
waitTruncatedValueEquals(int, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.truncate(String, int) value equals the expected value.
waitTruncatedValueEquals(String, int, int, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if truncate(Int, Int) value equals the expected value.
waitTruncatedValueEquals(String, int, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if truncate(Int) value equals the expected value.
waitTruncatedValueNot(String, int, int, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if truncate(Int, Int) value NOT equals the expected value.
waitTruncatedValueNot(String, int, String, int, int) - Static method in class org.catools.common.extensions.wait.CStringWait
Verify if truncate(Int) value equals the expected value.
waitTruncatedValueNotEquals(int, int, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.truncate(String, int, int) value NOT equals the expected value.
waitTruncatedValueNotEquals(int, int, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.truncate(String, int, int) value NOT equals the expected value.
waitTruncatedValueNotEquals(int, int, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.truncate(String, int, int) value NOT equals the expected value.
waitTruncatedValueNotEquals(int, String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.truncate(String, int) value equals the expected value.
waitTruncatedValueNotEquals(int, String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.truncate(String, int) value equals the expected value.
waitTruncatedValueNotEquals(int, String, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till StringUtils.truncate(String, int) value equals the expected value.
WINDOWS - org.catools.common.io.CPlatform
 
wordWrap(String, int) - Static method in class org.catools.common.text.CStringUtil
 
write(byte[]) - Method in class org.catools.common.io.CFile
Writes a byte array to a file creating the file if it does not exist.
write(File, Object, boolean, Module...) - Static method in class org.catools.common.json.CJsonUtil
 
write(File, Object, Module...) - Static method in class org.catools.common.json.CJsonUtil
 
write(File, T) - Static method in class org.catools.common.serialization.CObjectSerializationUtil
Write object to file
write(InputStream) - Method in class org.catools.common.io.CFile
Writes a byte array to a file creating the file if it does not exist.
write(Object, File) - Static method in class org.catools.common.serialization.CXmlSerializationUtil
 
write(String) - Method in class org.catools.common.io.CFile
Writes a text to a file creating the file if it does not exist.
write(String, Charset) - Method in class org.catools.common.io.CFile
Writes a text to a file creating the file if it does not exist.
writeJson(Object) - Method in class org.catools.common.io.CFile
Writes an object as json to a file creating the file if it does not exist.
writeJson(Object, boolean) - Method in class org.catools.common.io.CFile
Writes an object as json to a file creating the file if it does not exist.
writeToFile(Object, CFile, Module...) - Static method in class org.catools.common.io.CYamlUtil
 

_

_toState(Object) - Method in class org.catools.common.extensions.types.CDynamicObjectExtension
 
_toState(Object) - Method in class org.catools.common.extensions.types.CStaticObjectExtension
 
_toState(Object) - Method in interface org.catools.common.extensions.verify.interfaces.CBooleanVerifier
 
_toState(Object) - Method in interface org.catools.common.extensions.verify.interfaces.CCollectionVerifier
 
_toState(Object) - Method in interface org.catools.common.extensions.verify.interfaces.CDateVerifier
 
_toState(Object) - Method in interface org.catools.common.extensions.verify.interfaces.CFileVerifier
 
_toState(Object) - Method in interface org.catools.common.extensions.verify.interfaces.CIterableVerifier
 
_toState(Object) - Method in interface org.catools.common.extensions.verify.interfaces.CMapVerifier
 
_toState(Object) - Method in interface org.catools.common.extensions.verify.interfaces.CNumberVerifier
 
_toState(Object) - Method in interface org.catools.common.extensions.verify.interfaces.CObjectVerifier
 
_toState(Object) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
 
_toState(Object) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CBooleanWaitVerifier
 
_toState(Object) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CCollectionWaitVerifier
 
_toState(Object) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CDateWaitVerifier
 
_toState(Object) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CFileWaitVerifier
 
_toState(Object) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
 
_toState(Object) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CMapWaitVerifier
 
_toState(Object) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CNumberWaitVerifier
 
_toState(Object) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CObjectWaitVerifier
 
_toState(Object) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
 
_useWaiter() - Method in class org.catools.common.collections.CHashMap
 
_useWaiter() - Method in class org.catools.common.collections.CLinkedMap
 
_useWaiter() - Method in class org.catools.common.collections.CList
 
_useWaiter() - Method in class org.catools.common.collections.CSet
 
_useWaiter() - Method in class org.catools.common.date.CDate
 
_useWaiter() - Method in class org.catools.common.extensions.types.CDynamicBooleanExtension
 
_useWaiter() - Method in class org.catools.common.extensions.types.CDynamicNumberExtension
 
_useWaiter() - Method in class org.catools.common.extensions.types.CDynamicObjectExtension
 
_useWaiter() - Method in class org.catools.common.extensions.types.CDynamicStringExtension
 
_useWaiter() - Method in class org.catools.common.extensions.types.CStaticBooleanExtension
 
_useWaiter() - Method in class org.catools.common.extensions.types.CStaticNumberExtension
 
_useWaiter() - Method in class org.catools.common.extensions.types.CStaticObjectExtension
 
_useWaiter() - Method in class org.catools.common.extensions.types.CStaticStringExtension
 
_useWaiter() - Method in interface org.catools.common.extensions.types.interfaces.CDynamicCollectionExtension
 
_useWaiter() - Method in interface org.catools.common.extensions.types.interfaces.CDynamicDateExtension
 
_useWaiter() - Method in interface org.catools.common.extensions.types.interfaces.CDynamicFileExtension
 
_useWaiter() - Method in interface org.catools.common.extensions.types.interfaces.CDynamicIterableExtension
 
_useWaiter() - Method in interface org.catools.common.extensions.types.interfaces.CDynamicMapExtension
 
_useWaiter() - Method in interface org.catools.common.extensions.types.interfaces.CStaticCollectionExtension
 
_useWaiter() - Method in interface org.catools.common.extensions.types.interfaces.CStaticDateExtension
 
_useWaiter() - Method in interface org.catools.common.extensions.types.interfaces.CStaticFileExtension
 
_useWaiter() - Method in interface org.catools.common.extensions.types.interfaces.CStaticIterableExtension
 
_useWaiter() - Method in interface org.catools.common.extensions.types.interfaces.CStaticMapExtension
 
_useWaiter() - Method in interface org.catools.common.extensions.verify.interfaces.CBaseVerifier
 
_verify(V, A, B, boolean, BiFunction<A, B, Boolean>, int, int, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CBaseVerifier
 
_verify(V, A, B, boolean, BiFunction<A, B, Boolean>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CBaseVerifier
 
_verify(V, B, boolean, BiFunction<A, B, Boolean>, int, int, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CBaseVerifier
 
_verify(V, B, boolean, BiFunction<A, B, Boolean>, int, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CBaseVerifier
 
_verify(V, B, boolean, BiFunction<A, B, Boolean>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CBaseVerifier
 
_verify(V, B, boolean, BiFunction<A, B, Boolean>, BiConsumer<A, B>, int, int, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CBaseVerifier
 
_verify(V, B, boolean, BiFunction<A, B, Boolean>, BiConsumer<A, B>, int, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CBaseVerifier
 
_verify(V, B, boolean, BiFunction<A, B, Boolean>, BiConsumer<A, B>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CBaseVerifier
 
_verify(V, Function<O, A>, Supplier<B>, boolean, BiFunction<A, B, Boolean>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CBaseVerifier
 
_waiter(Predicate<O>, int, int) - Method in interface org.catools.common.extensions.wait.interfaces.CObjectWaiter
 
A B C D E F G H I J K L M N O P Q R S T U V W _ 
All Classes All Packages