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

accept(T, U, L) - Method in interface org.catools.common.functions.CTripleConsumer
Performs this operation on the given arguments.
add(E) - Method in interface org.catools.common.collections.interfaces.CCollection
Ensures that this collection contains the specified element (optional operation).
addAll(Collection<? extends E>) - Method in interface org.catools.common.collections.interfaces.CCollection
Adds all of the elements in the specified collection to this collection (optional operation).
addCallable(Callable<T>) - Method in class org.catools.common.concurrent.CExecutorService
Adding new task to the task queue.
addDays(int) - Method in class org.catools.common.date.CDate
Adds a number of days to a date returning a new object.
addGlobalListeners(CLogListener) - Static method in class org.catools.common.logger.CLogger
 
addGlobalListeners(ITestNGListener...) - Static method in class org.catools.common.testng.listeners.CTestNGListener
 
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.
addInstanceListeners(CLogListener) - Method in class org.catools.common.logger.CLogger
 
addListeners(ITestNGListener...) - Method in class org.catools.common.testng.listeners.CTestNGListener
 
addMask(String...) - Static method in class org.catools.common.security.CSecurityManager
 
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.
afterClass() - Method in class org.catools.common.tests.CTest
 
afterInvocation(IInvokedMethod, ITestResult) - Method in interface org.catools.common.testng.listeners.CITestNGListener
 
afterInvocation(IInvokedMethod, ITestResult) - Method in class org.catools.common.testng.listeners.CTestNGListener
 
afterInvocation(IInvokedMethod, ITestResult, ITestContext) - Method in interface org.catools.common.testng.listeners.CITestNGListener
 
afterInvocation(IInvokedMethod, ITestResult, ITestContext) - Method in class org.catools.common.testng.listeners.CTestNGListener
 
afterMethod(ITestResult) - Method in class org.catools.common.tests.CTest
 
afterSuite(ITestContext) - Method in class org.catools.common.tests.CTest
 
afterTest(ITestContext) - Method in class org.catools.common.tests.CTest
 
ALPHANUMERIC_PATTERN - Static variable in class org.catools.common.text.CRegExUtil
 
alter(List<XmlSuite>) - Method in class org.catools.common.testng.listeners.CTestNGListener
 
andThen(CTripleConsumer<? super T, ? super U, ? super L>) - Method in interface org.catools.common.functions.CTripleConsumer
Returns a composed TripleConsumer that performs, in sequence, this operation followed by the after operation.
anyExecutionLeft() - Method in class org.catools.common.testng.utils.CRetryAnalyzer
 
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.
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.
AWAITING - org.catools.common.testng.model.CExecutionStatus
 

B

beforeClass() - Method in class org.catools.common.tests.CTest
 
beforeConfiguration(ITestResult) - Method in interface org.catools.common.testng.listeners.CITestNGListener
 
beforeConfiguration(ITestResult) - Method in class org.catools.common.testng.listeners.CTestNGListener
 
beforeInvocation(IInvokedMethod, ITestResult) - Method in interface org.catools.common.testng.listeners.CITestNGListener
 
beforeInvocation(IInvokedMethod, ITestResult) - Method in class org.catools.common.testng.listeners.CTestNGListener
 
beforeInvocation(IInvokedMethod, ITestResult, ITestContext) - Method in interface org.catools.common.testng.listeners.CITestNGListener
 
beforeInvocation(IInvokedMethod, ITestResult, ITestContext) - Method in class org.catools.common.testng.listeners.CTestNGListener
 
beforeMethod(ITestResult) - Method in class org.catools.common.tests.CTest
 
beforeSuite(ITestContext) - Method in class org.catools.common.tests.CTest
 
beforeTest(ITestContext) - Method in class org.catools.common.tests.CTest
 
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, 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, 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
 
BLOCKED - org.catools.common.testng.model.CExecutionStatus
 
Bool - Variable in class org.catools.common.extensions.verify.CVerificationBuilder
 
borrow(CTest) - Method in class org.catools.common.concurrent.CStorage
 
borrow(CTest, Predicate<T>) - Method in class org.catools.common.concurrent.CStorage
 
buildTestForClasses(CSet<String>, String) - Static method in class org.catools.common.testng.utils.CXmlSuiteUtils
 
buildTestForIssueKeys(CTest, CSet<String>, String) - Static method in class org.catools.common.testng.utils.CXmlSuiteUtils
 
buildTestSuite(CHashMap<String, CSet<String>>, String, String, Consumer<XmlSuite>) - Static method in class org.catools.common.testng.CTestNGProcessor
 
buildTestSuiteForClasses(CHashMap<String, CSet<String>>, String, Consumer<XmlSuite>) - Static method in class org.catools.common.testng.utils.CXmlSuiteUtils
 
buildTestSuiteForClasses(CList<XmlTest>, String, Consumer<XmlSuite>) - Static method in class org.catools.common.testng.utils.CXmlSuiteUtils
 
buildTestSuiteForClasses(CSet<String>, String, Function<CSet<String>, Map<String, CSet<String>>>, Consumer<XmlSuite>) - Static method in class org.catools.common.testng.CTestNGProcessor
 
buildTestSuiteForTestIds(CTest, CSet<String>, String, Consumer<XmlSuite>) - Static method in class org.catools.common.testng.CTestNGProcessor
 

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.utils
 
CArgsReader() - Constructor for class org.catools.common.utils.CArgsReader
 
CAsciiArtUtil - Class in org.catools.common.text
 
CAsciiArtUtil() - Constructor for class org.catools.common.text.CAsciiArtUtil
 
cause() - Method in annotation type org.catools.common.annotations.CAwaiting
 
CAwaiting - Annotation Type in org.catools.common.annotations
This annotation CAwaiting uses to mark test which fails and awaiting action from someone or if needs investigation.
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, CLogger) - 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.
CBooleanExtension - Class in org.catools.common.extensions.types
CBooleanExtension is an central interface where we extend all boolean related interfaces so adding new functionality will be much easier.
CBooleanExtension() - Constructor for class org.catools.common.extensions.types.CBooleanExtension
 
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.
CCertificate - Class in org.catools.common.security
 
CCertificate(String) - Constructor for class org.catools.common.security.CCertificate
 
CCertificate(String, Class) - Constructor for class org.catools.common.security.CCertificate
 
CCertificateException - Exception in org.catools.common.security
 
CCertificateException(Throwable) - Constructor for exception org.catools.common.security.CCertificateException
 
CCipher - Class in org.catools.common.security
 
CCipher() - Constructor for class org.catools.common.security.CCipher
 
CCipherException - Exception in org.catools.common.security
 
CCipherException(String, String, Throwable) - Constructor for exception org.catools.common.security.CCipherException
 
CCliConfigsLoader - Class in org.catools.common.config
 
CCliConfigsLoader() - Constructor for class org.catools.common.config.CCliConfigsLoader
 
CCollection<E> - Interface in org.catools.common.collections.interfaces
This interface CCollection uses to extend Collection interface to facilitate testing and reduce coding.
CCollectionExtension<E> - Interface in org.catools.common.extensions.types.interfaces
CCollectionExtension is an central interface where we extend all Collection related interfaces so adding new functionality will be much easier.
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, CLogger) - 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
 
CConfigInfo(String, String, String, boolean, boolean) - Constructor for class org.catools.common.config.CConfigInfo
 
CConfigInfoCollection - Class in org.catools.common.config
 
CConfigInfoCollection() - Constructor for class org.catools.common.config.CConfigInfoCollection
 
CConfigInfoCollection(Iterable<CConfigInfo>) - Constructor for class org.catools.common.config.CConfigInfoCollection
 
CConfigInfoCollection(Stream<CConfigInfo>) - Constructor for class org.catools.common.config.CConfigInfoCollection
 
CConfigInfoCollection(CConfigInfo...) - 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
 
CConfigs.Core - Class in org.catools.common.config
 
CConfigs.Date - Class in org.catools.common.config
 
CConfigs.DefectManagement - Class in org.catools.common.config
 
CConfigs.ExtentReport - Class in org.catools.common.config
 
CConfigs.Logger - Class in org.catools.common.config
 
CConfigs.LoremIpsum - Class in org.catools.common.config
 
CConfigs.Path - Class in org.catools.common.config
 
CConfigs.Security - Class in org.catools.common.config
 
CConfigs.StringDiff - Class in org.catools.common.config
 
CConfigs.System - Class in org.catools.common.config
 
CConfigs.TestManagement - Class in org.catools.common.config
 
CConfigs.TestNG - Class in org.catools.common.config
 
CConfigs.TypeExtension - Class in org.catools.common.config
 
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
 
CConsole - Class in org.catools.common.io
CConsole uses to handle console interaction
CConsole() - Constructor for class org.catools.common.io.CConsole
 
CConvertFigletFontException - Exception in org.catools.common.text
Signals that attempt to find provided resource failed.
CConvertFigletFontException(Throwable) - Constructor for exception org.catools.common.text.CConvertFigletFontException
 
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
 
CDateExtension - Interface in org.catools.common.extensions.types.interfaces
CDateExtension is an central interface where we extend all Date related interfaces so adding new functionality will be much easier.
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, CLogger) - 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.
CDefects - Annotation Type in org.catools.common.annotations
This annotation CDefects uses to link test to related defects which has been fixed or not reproduce anymore.
CDeferred - Annotation Type in org.catools.common.annotations
It is not a common case when we want to execute failing test cases but in large project it happens that team loss the trace of defect and it is not clear if the defect is fixed or it is reproduces and what is the impact.
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, 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, 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.
CExceptionInfo - Class in org.catools.common.exception
 
CExceptionInfo() - Constructor for class org.catools.common.exception.CExceptionInfo
 
CExceptionInfo(Throwable) - Constructor for class org.catools.common.exception.CExceptionInfo
 
CExceptionUtil - Class in org.catools.common.exception
 
CExceptionUtil() - Constructor for class org.catools.common.exception.CExceptionUtil
 
CExecutionResultListener - Class in org.catools.common.testng.listeners
 
CExecutionResultListener() - Constructor for class org.catools.common.testng.listeners.CExecutionResultListener
 
CExecutionStatisticListener - Class in org.catools.common.testng.listeners
 
CExecutionStatisticListener() - Constructor for class org.catools.common.testng.listeners.CExecutionStatisticListener
 
CExecutionStatus - Enum in org.catools.common.testng.model
 
CExecutorService<T> - Class in org.catools.common.concurrent
A simple implementation of ExecutorService to simplify interface for majority of automation needs
CExecutorService(String, int) - Constructor for class org.catools.common.concurrent.CExecutorService
 
CExecutorService(String, int, boolean) - Constructor for class org.catools.common.concurrent.CExecutorService
 
CExecutorService(String, int, Long, TimeUnit) - Constructor for class org.catools.common.concurrent.CExecutorService
 
CExecutorService(String, int, Long, TimeUnit, boolean) - Constructor for class org.catools.common.concurrent.CExecutorService
 
CExtentReport - Class in org.catools.common.reports
 
CExtentReport(CLogger, String) - Constructor for class org.catools.common.reports.CExtentReport
 
CExtentReport(CLogger, String, String, String) - Constructor for class org.catools.common.reports.CExtentReport
 
CExtentReportListener - Class in org.catools.common.testng.listeners
 
CExtentReportListener() - Constructor for class org.catools.common.testng.listeners.CExtentReportListener
 
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
 
CFileExtension - Interface in org.catools.common.extensions.types.interfaces
CFileExtension is an central interface where we extend all File related interfaces so adding new functionality will be much easier.
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, CLogger) - 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
 
CHoliday - Class in org.catools.common.date
CHoliday uses to save holiday information for date related operations when we add business day to current date Input which has been send to this object should have following format: We need all pairs to follow "key:value" format.
CHoliday(String) - Constructor for class org.catools.common.date.CHoliday
 
CHolidayCollection - Class in org.catools.common.date
Collection of CHoliday
CHolidayCollection() - Constructor for class org.catools.common.date.CHolidayCollection
 
CHolidayCollection(CHoliday...) - Constructor for class org.catools.common.date.CHolidayCollection
 
CIgnored - Annotation Type in org.catools.common.annotations
It happens when you want to remove test from your execution but in large projects it happens that you disable test and then forgot about it.
CIMethodInterceptor - Class in org.catools.common.testng.listeners
 
CIMethodInterceptor() - Constructor for class org.catools.common.testng.listeners.CIMethodInterceptor
 
CInterruptedException - Exception in org.catools.common.concurrent.exceptions
 
CInterruptedException(String, Throwable) - Constructor for exception org.catools.common.concurrent.exceptions.CInterruptedException
 
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
 
CInvalidHolidayFormatException - Exception in org.catools.common.date
Signals that attempt to read holiday information from provided value failed.
CInvalidHolidayFormatException(String) - Constructor for exception org.catools.common.date.CInvalidHolidayFormatException
 
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.
CIterableExtension<E> - Interface in org.catools.common.extensions.types.interfaces
CIterableExtension is an central interface where we extend all Iterable related interfaces so adding new functionality will be much easier.
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, CLogger) - 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.
CITestNGListener - Interface in org.catools.common.testng.listeners
 
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
 
CKeyStore - Class in org.catools.common.security
 
CKeyStore(InputStream, String) - Constructor for class org.catools.common.security.CKeyStore
 
CKeyStore(String, Class, String) - Constructor for class org.catools.common.security.CKeyStore
 
CKeyStore(KeyStore) - Constructor for class org.catools.common.security.CKeyStore
 
CKeyStore(CFile, String) - Constructor for class org.catools.common.security.CKeyStore
 
CKeyStoreException - Exception in org.catools.common.security
Signals that attempt to perform operation against provided keystore failed.
CKeyStoreException(String, Throwable) - Constructor for exception org.catools.common.security.CKeyStoreException
 
clear() - Method in class org.catools.common.collections.CHashMap
 
clear() - Method in class org.catools.common.collections.CLinkedMap
 
clear() - Method in interface org.catools.common.collections.interfaces.CCollection
Removes all of the elements from this collection (optional operation).
clear() - Static method in class org.catools.common.security.CSecurityManager
 
clearGlobalListeners() - Static method in class org.catools.common.logger.CLogger
 
clearInstanceListeners() - Method in class org.catools.common.logger.CLogger
 
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
 
CLogger - Class in org.catools.common.logger
 
CLogger() - Constructor for class org.catools.common.logger.CLogger
 
CLogger(String) - Constructor for class org.catools.common.logger.CLogger
 
CLogger(String, boolean) - Constructor for class org.catools.common.logger.CLogger
 
CLogger(CFile) - Constructor for class org.catools.common.logger.CLogger
 
CLogger(CFile, boolean) - Constructor for class org.catools.common.logger.CLogger
 
CLogLevel - Enum in org.catools.common.logger
 
CLogListener - Interface in org.catools.common.logger
We need this listener so we have capability to redirect messages to other system system.
clone() - Method in class org.catools.common.collections.CHashMap
 
clone() - Method in class org.catools.common.collections.CLinkedMap
 
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.json.CJsonUtil
 
clone(T) - Static method in class org.catools.common.utils.CObjectUtil
 
CLoremIpsum - Class in org.catools.common.text
 
CLoremIpsum() - Constructor for class org.catools.common.text.CLoremIpsum
 
CMap<K,​V> - Interface in org.catools.common.collections.interfaces
This interface CMap uses to facilitate Map related functionality for testing.
CMapExtension<K,​V> - Interface in org.catools.common.extensions.types.interfaces
CMapExtension is an central interface where we extend all Map related interfaces so adding new functionality will be much easier.
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, CLogger) - 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.
CMatchPairInfo<A,​M> - Class in org.catools.common.text.match
 
CMatchPairInfo(A, M, double) - Constructor for class org.catools.common.text.match.CMatchPairInfo
 
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
 
CNumberExtension<N extends java.lang.Number & java.lang.Comparable<N>> - Class in org.catools.common.extensions.types
CNumberExtension is an central interface where we extend all Number related interfaces so adding new functionality will be much easier.
CNumberExtension() - Constructor for class org.catools.common.extensions.types.CNumberExtension
 
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, CLogger) - 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.
CObjectExtension<O> - Class in org.catools.common.extensions.types
CObjectExtension is an central interface where we extend all Object related interfaces so adding new functionality will be much easier.
CObjectExtension() - Constructor for class org.catools.common.extensions.types.CObjectExtension
 
CObjectSerializationUtil - Class in org.catools.common.utils
CObjectSerializationUtil contains method to read/write object from/to file.
CObjectSerializationUtil() - Constructor for class org.catools.common.utils.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, CLogger) - 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, 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, 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.
compareTo(CTestResult) - Method in class org.catools.common.testng.model.CTestResult
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.catools.common.collections.CHashMap
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.catools.common.collections.CLinkedMap
 
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.catools.common.collections.CHashMap
 
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.catools.common.collections.CLinkedMap
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.catools.common.collections.CHashMap
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.catools.common.collections.CLinkedMap
 
CONFIGS_TO_LOAD - Static variable in class org.catools.common.config.CConfigsLoader
 
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 class org.catools.common.collections.CSet
 
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, 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>, 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, 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, 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>, Iterable<E>) - Static method in class org.catools.common.utils.CIterableUtil
Check if actual iterable contains all elements from the expected iterable.
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(Collection<?>) - Method in interface org.catools.common.collections.interfaces.CCollection
Returns true if this collection contains all of the elements in the specified 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>, String, Object...) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual map contains all entries from the expected map.
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, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.containsIgnoreCase(CharSequence, CharSequence) is true.
containsKey(Object) - Method in class org.catools.common.collections.CHashMap
 
containsKey(Object) - Method in class org.catools.common.collections.CLinkedMap
 
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>, String, Object...) - Method in class org.catools.common.extensions.verify.CMapVerification
Verify that actual map contains none of entries from the expected map.
containsValue(Object) - Method in class org.catools.common.collections.CHashMap
 
containsValue(Object) - Method in class org.catools.common.collections.CLinkedMap
 
convert(CResource, String) - Static method in class org.catools.common.text.CAsciiArtUtil
 
convertWithDoh(String) - Static method in class org.catools.common.text.CAsciiArtUtil
 
COpenDefects - Annotation Type in org.catools.common.annotations
This annotation COpenDefects uses to link test to related open defects.
copy(File) - Method in class org.catools.common.io.CFile
Copies a whole directory or file to a new location preserving the file dates.
copy(XmlSuite, String) - Static method in class org.catools.common.testng.utils.CXmlSuiteUtils
 
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
 
Core() - Constructor for class org.catools.common.config.CConfigs.Core
 
CParallelIO<T> - Class in org.catools.common.concurrent
CParallel allows to have 2 thread which are running in parallel using same resources
CParallelIO(String, int, int) - Constructor for class org.catools.common.concurrent.CParallelIO
 
CParallelIO(String, int, int, Long, TimeUnit) - Constructor for class org.catools.common.concurrent.CParallelIO
 
CParallelRunner<T> - Class in org.catools.common.concurrent
 
CParallelRunner(String, int, Callable<T>) - Constructor for class org.catools.common.concurrent.CParallelRunner
 
CParallelRunner(String, int, Callable<T>, boolean) - Constructor for class org.catools.common.concurrent.CParallelRunner
 
CPlatform - Enum in org.catools.common.io
 
CRandomUtil - Class in org.catools.common.utils
This is a tool for random generator functions which allows to generated random values for issue data.
CRandomUtil() - Constructor for class org.catools.common.utils.CRandomUtil
 
CRandomUtil.Double - Class in org.catools.common.utils
Random generator functions to generate random Double values.
CRandomUtil.Float - Class in org.catools.common.utils
Random generator functions to generate random Float values.
CRandomUtil.Int - Class in org.catools.common.utils
Random generator functions to generate random Integer values.
CRandomUtil.Long - Class in org.catools.common.utils
Random generator functions to generate random Long values.
CRandomUtil.PersonName - Class in org.catools.common.utils
Random generator functions to generate Person Name.
CRandomUtil.PhoneNumber - Class in org.catools.common.utils
Random generator functions to generate Random Phone Number.
CRandomUtil.String - Class in org.catools.common.utils
Random generator functions to generate CLoremIpsum style random strings.
CREATED - org.catools.common.testng.model.CExecutionStatus
 
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.
createTest(String, String, ITestResult) - Method in class org.catools.common.reports.CExtentReport
 
CRegExUtil - Class in org.catools.common.text
 
CRegExUtil() - Constructor for class org.catools.common.text.CRegExUtil
 
CRegression - Annotation Type in org.catools.common.annotations
This annotation CRegression uses to mark test with the depth of regression which has been assigned to the test.
CResource - Class in org.catools.common.io
 
CResource(String) - Constructor for class org.catools.common.io.CResource
 
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
 
CRetryAnalyzer - Class in org.catools.common.testng.utils
 
CRetryAnalyzer() - Constructor for class org.catools.common.testng.utils.CRetryAnalyzer
 
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
 
CRuntimeException(Throwable) - Constructor for exception org.catools.common.exception.CRuntimeException
 
CSecurityManager - Class in org.catools.common.security
 
CSecurityManager() - Constructor for class org.catools.common.security.CSecurityManager
 
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
 
CSeverity - Annotation Type in org.catools.common.annotations
This annotation CSeverity uses to mark test with the level of severity which has been assigned to the test.
CSkipAwaitingTestException - Exception in org.catools.common.tests
Signals that issue class contains a issue awaiting some action and due to the test configuration it should be skipped.
CSkipAwaitingTestException(String) - Constructor for exception org.catools.common.tests.CSkipAwaitingTestException
 
CSleeper - Class in org.catools.common.concurrent
 
CSleeper() - Constructor for class org.catools.common.concurrent.CSleeper
 
CStorage<T> - Class in org.catools.common.concurrent
 
CStorage(String, int, int) - Constructor for class org.catools.common.concurrent.CStorage
 
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
 
CStringExtension - Class in org.catools.common.extensions.types
CStringExtension is an central interface where we extend all String related interfaces so adding new functionality will be much easier.
CStringExtension() - Constructor for class org.catools.common.extensions.types.CStringExtension
 
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
 
CStringMatchPair - Class in org.catools.common.text.match
 
CStringMatchPair() - Constructor for class org.catools.common.text.match.CStringMatchPair
 
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, CLogger) - 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.
CTest - Class in org.catools.common.tests
 
CTest() - Constructor for class org.catools.common.tests.CTest
 
CTestClassUtil - Class in org.catools.common.testng.utils
 
CTestClassUtil() - Constructor for class org.catools.common.testng.utils.CTestClassUtil
 
CTestData - Class in org.catools.common.tests
 
CTestData() - Constructor for class org.catools.common.tests.CTestData
 
CTestData(int) - Constructor for class org.catools.common.tests.CTestData
 
CTestData(int, float) - Constructor for class org.catools.common.tests.CTestData
 
CTestData(Map<? extends String, ?>) - Constructor for class org.catools.common.tests.CTestData
 
CTestIds - Annotation Type in org.catools.common.annotations
This annotation CTestIds uses to mark test with the id which is using for future traceability.
CTestNGListener - Class in org.catools.common.testng.listeners
 
CTestNGListener() - Constructor for class org.catools.common.testng.listeners.CTestNGListener
 
CTestNGProcessor - Class in org.catools.common.testng
 
CTestNGProcessor() - Constructor for class org.catools.common.testng.CTestNGProcessor
 
CTestNGResultGenerator - Class in org.catools.common.testng
 
CTestNGResultGenerator() - Constructor for class org.catools.common.testng.CTestNGResultGenerator
 
CTestReportUtil - Class in org.catools.common.testng.utils
 
CTestReportUtil() - Constructor for class org.catools.common.testng.utils.CTestReportUtil
 
CTestResult - Class in org.catools.common.testng.model
 
CTestResult() - Constructor for class org.catools.common.testng.model.CTestResult
 
CTestResult(String, String, ITestResult) - Constructor for class org.catools.common.testng.model.CTestResult
 
CTestResults - Class in org.catools.common.testng.model
 
CTestResults() - Constructor for class org.catools.common.testng.model.CTestResults
 
CTestResults(Iterable<CTestResult>) - Constructor for class org.catools.common.testng.model.CTestResults
 
CTestResults(Stream<CTestResult>) - Constructor for class org.catools.common.testng.model.CTestResults
 
CTestResults(CTestResult...) - Constructor for class org.catools.common.testng.model.CTestResults
 
CThreadRunner - Class in org.catools.common.concurrent
Thread related methods can be find here
CThreadRunner() - Constructor for class org.catools.common.concurrent.CThreadRunner
 
CThreadTimeoutException - Exception in org.catools.common.concurrent.exceptions
Signals that performing job took more than expected time and execution terminated.
CThreadTimeoutException(String) - Constructor for exception org.catools.common.concurrent.exceptions.CThreadTimeoutException
 
CTimeBoxRunner<R> - Class in org.catools.common.concurrent
There are many time in automation when you stock on some task due to application response time or dead loop inside automation code.
CTripleConsumer<T,​U,​L> - Interface in org.catools.common.functions
 
CVerificationBuilder<T extends CVerificationBuilder> - Class in org.catools.common.extensions.verify
Build a sequence of verifications using method from different verification classes
CVerificationBuilder(CLogger) - 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,​E> - Class in org.catools.common.extensions.verify
 
CVerificationInfo(A, E, String, boolean, BiFunction<A, E, Boolean>) - Constructor for class org.catools.common.extensions.verify.CVerificationInfo
 
CVerificationInfo(A, E, String, boolean, BiFunction<A, E, Boolean>, BiConsumer<A, E>) - Constructor for class org.catools.common.extensions.verify.CVerificationInfo
 
CVerificationInfo(Supplier<A>, E, String, boolean, int, int, BiFunction<A, E, Boolean>) - Constructor for class org.catools.common.extensions.verify.CVerificationInfo
 
CVerificationInfo(Supplier<A>, E, String, boolean, int, int, BiFunction<A, E, Boolean>, BiConsumer<A, E>) - 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(CLogger) - Constructor for class org.catools.common.extensions.verify.CVerifier
 
CVerifier(CTest) - Constructor for class org.catools.common.extensions.verify.CVerifier
 
CVerify - Class in org.catools.common.extensions.verify
 
CVerify(CLogger) - Constructor for class org.catools.common.extensions.verify.CVerify
 
CXmlSerializationUtil - Class in org.catools.common.xml
 
CXmlSerializationUtil() - Constructor for class org.catools.common.xml.CXmlSerializationUtil
 
CXmlSuiteUtils - Class in org.catools.common.testng.utils
 
CXmlSuiteUtils() - Constructor for class org.catools.common.testng.utils.CXmlSuiteUtils
 
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
 
Date() - Constructor for class org.catools.common.config.CConfigs.Date
 
debug(Object, Object...) - Method in class org.catools.common.logger.CLogger
 
DEBUG - org.catools.common.logger.CLogLevel
 
decrypt(String, String) - Static method in class org.catools.common.security.CCipher
 
DefectManagement() - Constructor for class org.catools.common.config.CConfigs.DefectManagement
 
DEFERRED - org.catools.common.testng.model.CExecutionStatus
 
delete() - Method in class org.catools.common.io.CFile
Deletes the file or directory denoted by this abstract pathname.
depth() - Method in annotation type org.catools.common.annotations.CRegression
 
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
 
Double() - Constructor for class org.catools.common.utils.CRandomUtil.Double
 

E

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>, 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, 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, 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>, 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, 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
 
encrypt(String, String) - Static method in class org.catools.common.security.CCipher
 
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, 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>, 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, 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>, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.endsWithAny(CharSequence, CharSequence...) is false.
entrySet() - Method in class org.catools.common.collections.CHashMap
 
entrySet() - Method in class org.catools.common.collections.CLinkedMap
 
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, 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.CSet
 
equals(Object) - Method in interface org.catools.common.collections.interfaces.CCollection
Returns true if this collection equals the specified collection.
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.config.CConfigInfo
 
equals(Object) - Method in class org.catools.common.date.CHoliday
 
equals(Object) - Method in class org.catools.common.exception.CExceptionInfo
 
equals(Object) - Method in class org.catools.common.extensions.types.CBooleanExtension
 
equals(Object) - Method in class org.catools.common.extensions.types.CNumberExtension
 
equals(Object) - Method in class org.catools.common.extensions.types.CObjectExtension
 
equals(Object) - Method in class org.catools.common.extensions.types.CStringExtension
 
equals(Object) - Method in class org.catools.common.testng.model.CTestResult
 
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, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if equals(String) value equals the expected 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>, 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, String, Object...) - Method in class org.catools.common.extensions.verify.CNumberVerification
Verify that actual and expected have the exact same value.
equalsAny(Iterable<String>) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.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>, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.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(Iterable<String>) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if result of StringUtils.equalsAnyIgnoreCase(CharSequence, CharSequence...) is true, ignoring case.
equalsAnyIgnoreCase(String, List<String>, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.equalsAnyIgnoreCase(CharSequence, CharSequence...) is true.
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, 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, 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, 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, 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 StringUtils.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>, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.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 StringUtils.equalsAnyIgnoreCase(CharSequence, CharSequence...) is false, ignoring case.
equalsNoneIgnoreCase(String, List<String>, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.equalsAnyIgnoreCase(CharSequence, CharSequence...) is false.
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, 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, 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, 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.
error(Object, Object...) - Method in class org.catools.common.logger.CLogger
 
error(Throwable) - Method in class org.catools.common.logger.CLogger
 
error(Throwable, Object, Object...) - Method in class org.catools.common.logger.CLogger
 
ERROR - org.catools.common.logger.CLogLevel
 
exists() - Method in class org.catools.common.io.CResource
 
exists(String, String, Object...) - 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
 
ExtentReport() - Constructor for class org.catools.common.config.CConfigs.ExtentReport
 

F

fail(Object, Object...) - Method in class org.catools.common.logger.CLogger
 
FAIL - org.catools.common.logger.CLogLevel
 
FAILURE - org.catools.common.testng.model.CExecutionStatus
 
fatal(Object, Object...) - Method in class org.catools.common.logger.CLogger
 
FATAL - org.catools.common.logger.CLogLevel
 
File - Variable in class org.catools.common.extensions.verify.CVerificationBuilder
 
Float - Variable in class org.catools.common.extensions.verify.CVerificationBuilder
 
Float() - Constructor for class org.catools.common.utils.CRandomUtil.Float
 
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.
forEach(BiConsumer<? super K, ? super V>) - Method in class org.catools.common.collections.CHashMap
 
forEach(BiConsumer<? super K, ? super V>) - Method in class org.catools.common.collections.CLinkedMap
 
forEach(Consumer<? super E>) - Method in class org.catools.common.collections.CSet
 
forEach(Consumer<? super E>) - Method in interface org.catools.common.collections.interfaces.CCollection
Performs the given action for each element of the Iterable until all elements have been processed or the action throws an exception.
forEach(Consumer<? super E>) - Method in interface org.catools.common.collections.interfaces.CIterable
Performs the given action for each element of the Iterable until all elements have been processed or the action throws an exception.
format(String, Object...) - Static method in class org.catools.common.text.CStringUtil
Returns a formatted string using the specified format string and arguments.
fromCurrent(String) - Static method in class org.catools.common.io.CFile
return a CFile which is pointing to the file in current folder.
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 CConfigs.Path.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

generateReport(List<XmlSuite>, List<ISuite>, String) - Method in class org.catools.common.testng.listeners.CTestNGListener
 
generateReport(CList<ISuite>, String) - Static method in class org.catools.common.testng.CTestNGResultGenerator
 
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.
get(Object) - Method in class org.catools.common.collections.CHashMap
 
get(Object) - Method in class org.catools.common.collections.CLinkedMap
 
get(Supplier<R>, int) - Static method in class org.catools.common.concurrent.CTimeBoxRunner
Perform a task in separate concurrent and return the execution result.
get(Supplier<R>, int, boolean) - Static method in class org.catools.common.concurrent.CTimeBoxRunner
Perform a task in separate concurrent and return the execution result.
get(Supplier<R>, long, TimeUnit, boolean) - Static method in class org.catools.common.concurrent.CTimeBoxRunner
Perform a task in separate concurrent and return the execution result.
getActual() - Method in class org.catools.common.text.match.CMatchPairInfo
 
getActual() - Method in class org.catools.common.text.match.CStringMatchInfo
 
getActualImagesFolder() - Static method in class org.catools.common.config.CConfigs.Path
 
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.CCollection
Returns CCliItemCollection sequance of values which matched the predicate.
getAll(Predicate<E>) - Method in interface org.catools.common.collections.interfaces.CIterable
Returns CCliItemCollection sequance of values which matched the predicate.
getAllInfo() - Method in class org.catools.common.exception.CExceptionInfo
 
getAllIssueIds() - Method in class org.catools.common.testng.model.CTestResults
 
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.
getAnnotations() - Method in class org.catools.common.testng.model.CTestResult
 
getAny() - Method in interface org.catools.common.collections.interfaces.CCollection
get a random value from the collection.
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.
getAwaiting() - Method in class org.catools.common.testng.model.CTestResult
 
getBaseClassLoader() - Static method in class org.catools.common.config.CConfigs.TestNG
 
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
get the Collection of items
getBaseValue() - Method in interface org.catools.common.collections.interfaces.CMap
get the CMap 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(A, List<M>, Function<A, String>, Function<M, String>, int) - Static method in class org.catools.common.text.match.CStringMatchPair
 
getBestMatch(T, List<T>, Function<T, String>, int) - Static method in class org.catools.common.text.match.CStringMatch
 
getBoolean(String) - Method in class org.catools.common.config.CConfigInfoCollection
 
getBoolean(T) - Method in class org.catools.common.config.CConfigInfoCollection
 
getBooleans(String, String) - Method in class org.catools.common.config.CConfigInfoCollection
 
getBooleans(T, String) - Method in class org.catools.common.config.CConfigInfoCollection
 
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.
getCertificate() - Method in class org.catools.common.security.CCertificate
 
getCertificate(String) - Method in class org.catools.common.security.CKeyStore
 
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
 
getClassName() - Method in class org.catools.common.testng.model.CTestResult
 
getClassNameForIssueKeys(CTest, CSet<String>) - Static method in class org.catools.common.testng.utils.CTestClassUtil
 
getClassNameMap(CTest) - Static method in class org.catools.common.testng.utils.CTestClassUtil
 
getConfigs() - Static method in class org.catools.common.config.CConfigs
 
getConsoleLogLevel() - Static method in class org.catools.common.config.CConfigs.Logger
 
getDataState() - Method in class org.catools.common.tests.CTest
 
getDataState(String) - Method in class org.catools.common.tests.CTest
 
getDataState(String) - Method in class org.catools.common.tests.CTestData
 
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.
getDefaultMaxParagraphLength() - Static method in class org.catools.common.config.CConfigs.LoremIpsum
 
getDefaultMaxStatementLength() - Static method in class org.catools.common.config.CConfigs.LoremIpsum
 
getDefaultMaxWordLength() - Static method in class org.catools.common.config.CConfigs.LoremIpsum
 
getDefaultMessage(String, B) - Method in interface org.catools.common.extensions.verify.interfaces.CBaseVerifier
 
getDefaultMinParagraphLength() - Static method in class org.catools.common.config.CConfigs.LoremIpsum
 
getDefaultMinStatementLength() - Static method in class org.catools.common.config.CConfigs.LoremIpsum
 
getDefaultMinWordLength() - Static method in class org.catools.common.config.CConfigs.LoremIpsum
 
getDefaultTimeZone() - Static method in class org.catools.common.config.CConfigs.Date
 
getDefaultValue() - Method in class org.catools.common.config.CConfigInfo
 
getDefaultWaitInSeconds() - Static method in class org.catools.common.config.CConfigs.TypeExtension
 
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.config.CConfigs.TypeExtension
 
getDefaultWaitIntervalInMilliSeconds() - Method in interface org.catools.common.extensions.wait.interfaces.CBaseWaiter
The default interval in milliseconds during wait for defined state.
getDefectIds() - Method in class org.catools.common.testng.model.CTestResult
 
getDeferredIds() - Method in class org.catools.common.testng.model.CTestResult
 
getDeleteColor() - Static method in class org.catools.common.config.CConfigs.StringDiff
 
getDeleteFormat() - Static method in class org.catools.common.config.CConfigs.StringDiff
 
getDescription() - Method in class org.catools.common.config.CConfigInfo
 
getDescription() - Method in class org.catools.common.testng.model.CTestResult
 
getDiffEditCost() - Static method in class org.catools.common.config.CConfigs.StringDiff
 
getDiffImagesFolder() - Static method in class org.catools.common.config.CConfigs.Path
 
getDouble(String) - Method in class org.catools.common.config.CConfigInfoCollection
 
getDouble(T) - Method in class org.catools.common.config.CConfigInfoCollection
 
getDuration() - Method in class org.catools.common.testng.model.CTestResult
 
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
 
getEndTime() - Method in class org.catools.common.testng.model.CTestResult
 
getEntityDescription() - Method in interface org.catools.common.extensions.verify.interfaces.CBaseVerifier
 
getEqualColor() - Static method in class org.catools.common.config.CConfigs.StringDiff
 
getEqualFormat() - Static method in class org.catools.common.config.CConfigs.StringDiff
 
getEra() - Method in class org.catools.common.date.CDate
Gets the era applicable at this date.
getExceptionInfo() - Method in class org.catools.common.testng.model.CTestResult
 
getExecutionResults() - Static method in class org.catools.common.testng.listeners.CExecutionResultListener
 
getExpectedImagesFolder() - Static method in class org.catools.common.config.CConfigs.Path
 
getExtentReportFileName() - Static method in class org.catools.common.config.CConfigs.ExtentReport
 
getExtentReportName() - Static method in class org.catools.common.config.CConfigs.ExtentReport
 
getExtentReportSystemInfo() - Static method in class org.catools.common.config.CConfigs.ExtentReport
 
getFileLogLevel() - Static method in class org.catools.common.config.CConfigs.Logger
 
getFirst() - Method in interface org.catools.common.collections.interfaces.CCollection
Returns a first element from list.
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 CCliItemCollection first element from map which matched the predicate otherwise throws NoSuchElementException.
getFirst(Predicate<E>) - Method in interface org.catools.common.collections.interfaces.CCollection
Returns a first element from list 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 CCliItemCollection 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 CCliItemCollection 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 CCliItemCollection 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 CCliItemCollection 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 CCliItemCollection 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 CCliItemCollection key of first element from map which its value match the predicate otherwise return null.
getFirstOrElse(E) - Method in interface org.catools.common.collections.interfaces.CCollection
Returns a first element from list if the list is not empty otherwise returns other 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.CCollection
Returns a first element from list which matched the predicate 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.
getFirstOrNull() - Method in interface org.catools.common.collections.interfaces.CCollection
Returns a first element from list if the list is not empty otherwise returns null 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.CCollection
Returns CCliItemCollection first element from list which matched the predicate otherwise returns null value.
getFirstOrNull(Predicate<E>) - Method in interface org.catools.common.collections.interfaces.CIterable
Returns CCliItemCollection first element from list which matched the predicate otherwise returns null value.
getFirstOrThrow(RuntimeException) - Method in interface org.catools.common.collections.interfaces.CCollection
Returns CCliItemCollection first element from list if the list is not empty otherwise throws RuntimeException.
getFirstOrThrow(RuntimeException) - Method in interface org.catools.common.collections.interfaces.CIterable
Returns CCliItemCollection first element from list if the list is not empty otherwise throws RuntimeException.
getFirstOrThrow(Predicate<E>, RuntimeException) - Method in interface org.catools.common.collections.interfaces.CCollection
Returns CCliItemCollection first element from list which matched the predicate otherwise throws RuntimeException.
getFirstOrThrow(Predicate<E>, RuntimeException) - Method in interface org.catools.common.collections.interfaces.CIterable
Returns CCliItemCollection first element from list which matched the predicate otherwise throws RuntimeException.
getFirstValueByKey(Predicate<K>) - Method in interface org.catools.common.collections.interfaces.CMap
Returns CCliItemCollection 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 CCliItemCollection 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 CCliItemCollection 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 CCliItemCollection 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 CCliItemCollection 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 CCliItemCollection value of first element from map which its key match the predicate otherwise return otherValue.
getFormatedDate(int, int, String) - Static method in class org.catools.common.date.CDateRandomGenerator
 
getFormatedDate(Calendar, Calendar, String) - Static method in class org.catools.common.date.CDateRandomGenerator
 
getFormatedDate(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.
getFullName() - Method in class org.catools.common.testng.model.CTestResult
 
getGlobalListeners() - Static method in class org.catools.common.testng.listeners.CTestNGListener
 
getHolidays() - Static method in class org.catools.common.config.CConfigs.Date
 
getHost() - Method in class org.catools.common.testng.model.CTestResult
 
getHostIP() - Static method in class org.catools.common.config.CConfigs.System
 
getImagesFolder() - Static method in class org.catools.common.config.CConfigs.Path
 
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.config.CConfigs.StringDiff
 
getInsertFormat() - Static method in class org.catools.common.config.CConfigs.StringDiff
 
getInstanceListeners() - Method in class org.catools.common.testng.listeners.CTestNGListener
 
getInteger(String) - Method in class org.catools.common.config.CConfigInfoCollection
 
getInteger(T) - Method in class org.catools.common.config.CConfigInfoCollection
 
getIntegers(String, String) - Method in class org.catools.common.config.CConfigInfoCollection
 
getIntegers(T, String) - Method in class org.catools.common.config.CConfigInfoCollection
 
getKeystore() - Method in class org.catools.common.security.CKeyStore
 
getLevel() - Method in enum org.catools.common.logger.CLogLevel
 
getLines() - Method in class org.catools.common.io.CResource
 
getListeners() - Static method in class org.catools.common.config.CConfigs.TestNG
 
getLocalConfigFolder() - Static method in class org.catools.common.config.CConfigs.Path
 
getLogFolder() - Static method in class org.catools.common.config.CConfigs.Path
 
getLogger() - Method in class org.catools.common.extensions.verify.CVerificationBuilder
 
getLogger() - Method in interface org.catools.common.extensions.verify.CVerificationQueue
 
getLogger() - Method in class org.catools.common.tests.CTest
 
getMatch() - Method in class org.catools.common.text.match.CMatchPairInfo
 
getMatch() - Method in class org.catools.common.text.match.CStringMatchInfo
 
getMatch(A, M, Function<A, String>, Function<M, String>, int) - Static method in class org.catools.common.text.match.CStringMatchPair
 
getMatch(T, T, Function<T, String>, int) - Static method in class org.catools.common.text.match.CStringMatch
 
getMatches(A, List<M>, Function<A, String>, Function<M, String>, int) - Static method in class org.catools.common.text.match.CStringMatchPair
 
getMatches(T, List<T>, Function<T, String>, int) - Static method in class org.catools.common.text.match.CStringMatch
 
getMaxSysOutSize() - Method in class org.catools.common.logger.CLogger
 
getMessage() - Method in class org.catools.common.exception.CExceptionInfo
 
getMessageAndStackTrace(Throwable) - Static method in class org.catools.common.exception.CExceptionUtil
 
getMethodGroups() - Method in class org.catools.common.testng.model.CTestResult
 
getMethodName() - Method in class org.catools.common.testng.model.CTestResult
 
getMonthName() - Method in class org.catools.common.date.CDate
Gets the month-of-year field using the Month enum.
getName() - Method in class org.catools.common.config.CConfigInfo
 
getName() - Method in class org.catools.common.testng.model.CTestResult
 
getName() - Method in class org.catools.common.tests.CTest
 
getNext() - Static method in class org.catools.common.utils.CRandomUtil.Double
Returns a random double within 0 - Double.MAX_VALUE
getNext() - Static method in class org.catools.common.utils.CRandomUtil.Float
Returns a random float within 0 - Float.MAX_VALUE
getNext() - Static method in class org.catools.common.utils.CRandomUtil.Int
Returns a random int within 0 - Integer.MAX_VALUE
getNext() - Static method in class org.catools.common.utils.CRandomUtil.Long
Returns a random long within 0 - Long.MAX_VALUE
getNext(double, double) - Static method in class org.catools.common.utils.CRandomUtil.Double
Returns a random double within the specified range.
getNext(float, float) - Static method in class org.catools.common.utils.CRandomUtil.Float
Returns a random float within the specified range.
getNext(int, int) - Static method in class org.catools.common.utils.CRandomUtil.Int
Returns a random integer within the specified range.
getNext(long, long) - Static method in class org.catools.common.utils.CRandomUtil.Long
Returns a random long within the specified range.
getOnchange() - Method in class org.catools.common.logger.CLogger
 
getOpenDefectIds() - Method in class org.catools.common.testng.model.CTestResult
 
getOrDefault(Object, V) - Method in class org.catools.common.collections.CHashMap
 
getOrDefault(Object, V) - Method in class org.catools.common.collections.CLinkedMap
 
getOutputChildFolder(String) - Static method in class org.catools.common.config.CConfigs.Path
 
getOutputFolder() - Static method in class org.catools.common.config.CConfigs.Path
 
getOutputPath() - Static method in class org.catools.common.config.CConfigs.Path
 
getOutputRoot() - Static method in class org.catools.common.config.CConfigs.Path
 
getPackageName() - Method in class org.catools.common.testng.model.CTestResult
 
getParagraph(int, int, int, int, int, int) - Static method in class org.catools.common.text.CLoremIpsum
 
getParagraphs(int, int, int, int, int, int, int) - Static method in class org.catools.common.text.CLoremIpsum
 
getParameters() - Method in class org.catools.common.testng.model.CTestResult
 
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.CMatchPairInfo
 
getPercent() - Method in class org.catools.common.text.match.CStringMatchInfo
 
getPlatform() - Static method in class org.catools.common.config.CConfigs.System
 
getPrivate(String, String) - Method in class org.catools.common.security.CKeyStore
 
getProject() - Method in class org.catools.common.testng.model.CTestResult
 
getProjectName() - Static method in class org.catools.common.config.CConfigs.TestManagement
 
getPublic(String) - Method in class org.catools.common.security.CKeyStore
 
getRegressionDepth() - Static method in class org.catools.common.config.CConfigs.TestNG
 
getRegressionDepth() - Method in class org.catools.common.testng.model.CTestResult
 
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.Core
 
getSeverityLevel() - Static method in class org.catools.common.config.CConfigs.TestNG
 
getSeverityLevel() - Method in class org.catools.common.testng.model.CTestResult
 
getShortName() - Method in enum org.catools.common.logger.CLogLevel
 
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.
getStackTrace() - Method in class org.catools.common.exception.CExceptionInfo
 
getStackTrace(Throwable) - Static method in class org.catools.common.exception.CExceptionUtil
 
getStartTime() - Method in class org.catools.common.testng.model.CTestResult
 
getStatement(int, int, int, int) - Static method in class org.catools.common.text.CLoremIpsum
 
getStatements(int, int, int, int, int) - Static method in class org.catools.common.text.CLoremIpsum
 
getStatistics() - Static method in class org.catools.common.testng.listeners.CExecutionStatisticListener
 
getStatus() - Method in class org.catools.common.testng.model.CTestResult
 
getStatusMap() - Method in class org.catools.common.testng.model.CTestResults
 
getStorageChildFolder(String) - Static method in class org.catools.common.config.CConfigs.Path
 
getStorageFolder() - Static method in class org.catools.common.config.CConfigs.Path
 
getString() - Method in class org.catools.common.io.CResource
 
getString(String) - Method in class org.catools.common.config.CConfigInfoCollection
 
getString(T) - Method in class org.catools.common.config.CConfigInfoCollection
 
getStrings(String, String) - Method in class org.catools.common.config.CConfigInfoCollection
 
getStrings(T, String) - Method in class org.catools.common.config.CConfigInfoCollection
 
getSuiteRetryCount() - Static method in class org.catools.common.config.CConfigs.TestNG
 
getSuiteRunCounter() - Static method in class org.catools.common.config.CConfigs.TestNG
 
getTempFolder() - Static method in class org.catools.common.config.CConfigs.Path
 
getTestExecutionId() - Method in class org.catools.common.testng.model.CTestResult
 
getTestFullName() - Method in class org.catools.common.testng.model.CTestResult
 
getTestIds() - Method in class org.catools.common.testng.model.CTestResult
 
getTestName(Class) - Static method in class org.catools.common.testng.utils.CTestClassUtil
 
getTestPackages() - Static method in class org.catools.common.config.CConfigs.TestNG
 
getTestResultByIdOrNull(String) - Method in class org.catools.common.testng.model.CTestResults
 
getTestResultOrNull(ITestNGMethod) - Method in class org.catools.common.testng.model.CTestResults
 
getTestRetryCount() - Static method in class org.catools.common.config.CConfigs.TestNG
 
getThreadCount() - Static method in class org.catools.common.config.CConfigs.TestNG
 
getTimeStamp() - Method in class org.catools.common.date.CDate
 
getTmpChildFolder(String) - Static method in class org.catools.common.config.CConfigs.Path
 
getTmpDownloadFolder() - Static method in class org.catools.common.config.CConfigs.Path
 
getTmpResourcesFolder() - Static method in class org.catools.common.config.CConfigs.Path
 
getTmpUploadFolder() - Static method in class org.catools.common.config.CConfigs.Path
 
getType() - Method in class org.catools.common.exception.CExceptionInfo
 
getUrlToDefect() - Static method in class org.catools.common.config.CConfigs.DefectManagement
 
getUrlToDefect(String) - Static method in class org.catools.common.config.CConfigs.DefectManagement
 
getUrlToTest() - Static method in class org.catools.common.config.CConfigs.TestManagement
 
getUrlToTest(String) - Static method in class org.catools.common.config.CConfigs.TestManagement
 
getUserName() - Static method in class org.catools.common.config.CConfigs.System
 
getValue() - Method in class org.catools.common.config.CConfigInfo
 
getVersion() - Method in class org.catools.common.testng.model.CTestResult
 
getVersionName() - Static method in class org.catools.common.config.CConfigs.TestManagement
 
getWord(int, int) - Static method in class org.catools.common.text.CLoremIpsum
 
getWords(int, int, int) - Static method in class org.catools.common.text.CLoremIpsum
 
getX509Certificate() - Method in class org.catools.common.security.CCertificate
 
getX509Certificate(String) - Method in class org.catools.common.security.CKeyStore
 
greater(N) - Method in interface org.catools.common.extensions.states.interfaces.CNumberState
Check if 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, 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>, 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.CCollection
has(Predicate<E>) - Method in interface org.catools.common.collections.interfaces.CIterable
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
 
hasException() - Method in class org.catools.common.testng.model.CTestResult
 
hashCode() - Method in class org.catools.common.config.CConfigInfo
 
hashCode() - Method in class org.catools.common.date.CHoliday
 
hashCode() - Method in class org.catools.common.exception.CExceptionInfo
 
hashCode() - Method in class org.catools.common.extensions.types.CBooleanExtension
 
hashCode() - Method in class org.catools.common.extensions.types.CNumberExtension
 
hashCode() - Method in class org.catools.common.extensions.types.CObjectExtension
 
hashCode() - Method in class org.catools.common.extensions.types.CStringExtension
 
hashCode() - Method in class org.catools.common.testng.model.CTestResult
 
hasNot(String) - Method in class org.catools.common.config.CConfigInfoCollection
 
hasNot(Predicate<E>) - Method in interface org.catools.common.collections.interfaces.CCollection
hasNot(Predicate<E>) - Method in interface org.catools.common.collections.interfaces.CIterable
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

ids() - Method in annotation type org.catools.common.annotations.CDefects
 
ids() - Method in annotation type org.catools.common.annotations.CDeferred
 
ids() - Method in annotation type org.catools.common.annotations.COpenDefects
 
ids() - Method in annotation type org.catools.common.annotations.CTestIds
 
ignore(String...) - Static method in class org.catools.common.security.CSecurityManager
 
IGNORED - org.catools.common.testng.model.CExecutionStatus
 
incrementSuiteRun() - Static method in class org.catools.common.config.CConfigs.TestNG
 
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.
info(Object, Object...) - Method in class org.catools.common.logger.CLogger
 
INFO - org.catools.common.logger.CLogLevel
 
init(Class, boolean, String[]) - Static method in class org.catools.common.config.CCliConfigsLoader
 
init(CList<T>) - Method in class org.catools.common.concurrent.CStorage
 
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
 
Int() - Constructor for class org.catools.common.utils.CRandomUtil.Int
 
intercept(List<IMethodInstance>, ITestContext) - Method in class org.catools.common.testng.listeners.CIMethodInterceptor
 
intercept(List<IMethodInstance>, ITestContext) - Method in class org.catools.common.testng.listeners.CTestNGListener
 
invokeAll() - Method in class org.catools.common.concurrent.CExecutorService
Executes the given tasks, returning a list of Futures holding their status and results when all complete or the timeout expires, whichever happens first.
invokeAll() - Method in class org.catools.common.concurrent.CParallelRunner
 
invokeAll(long, TimeUnit) - Method in class org.catools.common.concurrent.CExecutorService
Executes the given tasks, returning a list of Futures holding their status and results when all complete or the timeout expires, whichever happens first.
invokeAll(long, TimeUnit) - Method in class org.catools.common.concurrent.CParallelRunner
 
isAlpha() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
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, 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, 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, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.isAlphaSpace(CharSequence) is true.
isAsciiPrintable() - Method in interface org.catools.common.extensions.states.interfaces.CStringState
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, 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, 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, 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, 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, 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, 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, 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.
isCleanupModeOn() - Static method in class org.catools.common.config.CConfigs.Core
 
isConfigurationMethod() - Method in class org.catools.common.testng.model.CTestResult
 
isConsoleAvailable() - Static method in class org.catools.common.config.CConfigs.System
 
isDataSetupModeOn() - Static method in class org.catools.common.config.CConfigs.Core
 
isDefined() - Method in class org.catools.common.config.CConfigInfo
 
isEmpty() - Method in class org.catools.common.collections.CHashMap
 
isEmpty() - Method in class org.catools.common.collections.CLinkedMap
 
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, 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, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if String value 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, 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, 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, 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, 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, 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, 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.
isEnable() - Static method in class org.catools.common.config.CConfigs.ExtentReport
 
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.CObjectExtension
 
isFailed() - Method in enum org.catools.common.testng.model.CExecutionStatus
 
isFalse() - Method in interface org.catools.common.extensions.states.interfaces.CBooleanState
Check if actual value is false
isFalse(Boolean, String, Object...) - Method in class org.catools.common.extensions.verify.CBooleanVerification
Verify that actual value is false
isFinished() - Method in class org.catools.common.concurrent.CExecutorService
Define if the executor has been finished or not
isFinished() - Method in class org.catools.common.concurrent.CParallelIO
 
isFinished() - Method in class org.catools.common.concurrent.CParallelRunner
 
isFirstSuiteRun() - Static method in class org.catools.common.config.CConfigs.TestNG
 
isFriday() - Method in class org.catools.common.date.CDate
 
isHoliday(Date) - Method in class org.catools.common.date.CHolidayCollection
Define if provided date match any holiday criteria from the list and is holiday
isHolidays(Date) - Method in class org.catools.common.date.CHoliday
Define if provided date match and is holiday
isLastRetry() - Method in class org.catools.common.testng.utils.CRetryAnalyzer
 
isLastSuiteRun() - Static method in class org.catools.common.config.CConfigs.TestNG
 
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
 
isLive() - Method in class org.catools.common.concurrent.CParallelIO
 
isLocalStorageEnable() - Static method in class org.catools.common.config.CConfigs.Core
 
isLogToConsole() - Method in class org.catools.common.logger.CLogger
 
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, 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, 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, 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, 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, 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, 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.collections.interfaces.CCollection
Returns true if this collection contains any element.
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, 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, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify String value 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, 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, 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, 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, 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) - 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, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.isNumericSpace(CharSequence) is true.
isPassed() - Method in enum org.catools.common.testng.model.CExecutionStatus
 
isPassed(ITestNGMethod) - Static method in class org.catools.common.testng.listeners.CExecutionResultListener
 
isPassed(ITestNGMethod) - Method in class org.catools.common.testng.model.CTestResults
 
isProductionModeOn() - Static method in class org.catools.common.config.CConfigs.Core
 
isReleaseModeOn() - Static method in class org.catools.common.config.CConfigs.Core
 
isRequired() - Method in class org.catools.common.config.CConfigInfo
 
isRunning() - Method in enum org.catools.common.testng.model.CExecutionStatus
 
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
 
isSensitive() - Method in class org.catools.common.config.CConfigInfo
 
isShutdown() - Method in class org.catools.common.concurrent.CExecutorService
Define if the executor has been shutdown or not
isShutdown() - Method in class org.catools.common.concurrent.CParallelIO
 
isShutdown() - Method in class org.catools.common.concurrent.CParallelRunner
 
isSkipped() - Method in enum org.catools.common.testng.model.CExecutionStatus
 
isStarted() - Method in class org.catools.common.concurrent.CExecutorService
Define if the executor has been started or not
isStarted() - Method in class org.catools.common.concurrent.CParallelIO
 
isStarted() - Method in class org.catools.common.concurrent.CParallelRunner
 
isSunday() - Method in class org.catools.common.date.CDate
 
isTerminated() - Method in class org.catools.common.concurrent.CExecutorService
Define if the executor has been terminated or not
isTerminated() - Method in class org.catools.common.concurrent.CParallelIO
 
isTerminated() - Method in class org.catools.common.concurrent.CParallelRunner
 
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, 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
 
iterator() - Method in interface org.catools.common.collections.interfaces.CCollection
Returns an iterator over the elements in this collection.
iterator() - Method in interface org.catools.common.collections.interfaces.CIterable
Returns an iterator over the elements in this collection.

J

join() - Method in interface org.catools.common.collections.interfaces.CCollection
Joins the elements of CCollection into CCliItemCollection single String containing the provided elements.
join() - Method in interface org.catools.common.collections.interfaces.CIterable
Joins the elements of CCollection into CCliItemCollection 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.CCollection
Joins the elements of CCollection into CCliItemCollection single String containing the provided elements.
join(String) - Method in interface org.catools.common.collections.interfaces.CIterable
Joins the elements of CCollection into CCliItemCollection single String containing the provided elements.
join(Function<? super E, ? extends String>, String) - Method in interface org.catools.common.collections.interfaces.CCollection
Joins the elements of CCollection into CCliItemCollection 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 CCliItemCollection 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, 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, 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, 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, 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, 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, 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, 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, String, Object...) - Method in class org.catools.common.extensions.verify.CNumberVerification
Verify that actual has value less or equal than expected.
level() - Method in annotation type org.catools.common.annotations.CSeverity
 
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.config.CConfigs.Logger
 
logger - Variable in class org.catools.common.extensions.verify.CBaseVerification
 
logger - Variable in class org.catools.common.extensions.verify.CVerificationBuilder
 
logger - Variable in class org.catools.common.tests.CTest
 
Logger() - Constructor for class org.catools.common.config.CConfigs.Logger
 
logPassedVerification() - Static method in class org.catools.common.config.CConfigs.Logger
 
logStaticInfo() - Static method in class org.catools.common.config.CConfigs.Logger
 
Long - Variable in class org.catools.common.extensions.verify.CVerificationBuilder
 
Long() - Constructor for class org.catools.common.utils.CRandomUtil.Long
 
LoremIpsum() - Constructor for class org.catools.common.config.CConfigs.LoremIpsum
 

M

MAC - org.catools.common.io.CPlatform
 
map(Function<? super E, ? extends R>) - Method in interface org.catools.common.collections.interfaces.CCollection
Returns CCliItemCollection stream consisting of the results of applying the given function to the elements of this stream.
map(Function<? super E, ? extends R>) - Method in interface org.catools.common.collections.interfaces.CIterable
Returns CCliItemCollection 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.CCollection
Returns CCliItemCollection CList consisting of the results of applying the given function to the elements of the CCollection.
mapToList(Function<? super E, ? extends R>) - Method in interface org.catools.common.collections.interfaces.CIterable
Returns CCliItemCollection 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.CCollection
Returns CCliItemCollection CSet 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 CCliItemCollection 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.security.CSecurityManager
 
match(String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if String value match provided pattern
match(Pattern) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if String value match provided pattern
matchAny(List<Pattern>) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
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, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
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(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.catools.common.collections.CHashMap
 
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.catools.common.collections.CLinkedMap
 
merge(CConfigInfo) - Method in class org.catools.common.config.CConfigInfo
 
merge(CConfigInfoCollection) - Method in class org.catools.common.config.CConfigInfoCollection
 
mergeEncryptedYamlFile(CFile, String) - 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, 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, 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

nextFirstName() - Static method in class org.catools.common.utils.CRandomUtil.PersonName
 
nextFirstName(boolean) - Static method in class org.catools.common.utils.CRandomUtil.PersonName
 
nextLastName() - Static method in class org.catools.common.utils.CRandomUtil.PersonName
 
nextName() - Static method in class org.catools.common.utils.CRandomUtil.PersonName
 
nextName(boolean) - Static method in class org.catools.common.utils.CRandomUtil.PersonName
 
nextName(boolean, boolean) - Static method in class org.catools.common.utils.CRandomUtil.PersonName
 
nextNameWithMiddle() - Static method in class org.catools.common.utils.CRandomUtil.PersonName
 
nextNameWithMiddle(boolean, boolean) - Static method in class org.catools.common.utils.CRandomUtil.PersonName
 
nextNumber(String) - Static method in class org.catools.common.utils.CRandomUtil.PhoneNumber
 
nextParagraph() - Static method in class org.catools.common.utils.CRandomUtil.String
Generate sequence of random generated statements using CRandomUtil.String.nextParagraph(int, int, int, int, int, int)} separated by space(" ") using following parameters: minWordLength = CConfigs.LoremIpsum.getDefaultMinWordLength() for minimum length of word to be generated inclusive maxWordLength = CConfigs.LoremIpsum.getDefaultMaxWordLength() for maximum length of word to be generated inclusive minStatementLength = CConfigs.LoremIpsum.getDefaultMinStatementLength() for minimum length of statement to be generated inclusive maxStatementLength = CConfigs.LoremIpsum.getDefaultMaxStatementLength() for maximum length of statement to be generated inclusive minStatementLength = CConfigs.LoremIpsum.getDefaultMinParagraphLength() for minimum length of paragraph to be generated inclusive maxStatementLength = CConfigs.LoremIpsum.getDefaultMaxWordLength() for maximum length of paragraph to be generated inclusive The length of final paragraph will be in range between CConfigs.LoremIpsum.getDefaultMinParagraphLength() and CConfigs.LoremIpsum.getDefaultMaxParagraphLength().
nextParagraph(int, int) - Static method in class org.catools.common.utils.CRandomUtil.String
Generate sequence of random generated statements using CRandomUtil.String.nextParagraph(int, int, int, int, int, int)} separated by space(" ") using following parameters: minWordLength = CConfigs.LoremIpsum.getDefaultMinWordLength() for minimum length of word to be generated inclusive maxWordLength = CConfigs.LoremIpsum.getDefaultMaxWordLength() for maximum length of word to be generated inclusive minStatementLength = CConfigs.LoremIpsum.getDefaultMinStatementLength() for minimum length of statement to be generated inclusive maxStatementLength = CConfigs.LoremIpsum.getDefaultMaxStatementLength() for maximum length of statement to be generated inclusive minStatementLength = minParagraphLength parameter for minimum length of paragraph to be generated inclusive maxStatementLength = maxParagraphLength parameter for maximum length of paragraph to be generated inclusive The length of final paragraph will be in range between CConfigs.LoremIpsum.getDefaultMinParagraphLength() and CConfigs.LoremIpsum.getDefaultMaxParagraphLength().
nextParagraph(int, int, int, int, int, int) - Static method in class org.catools.common.utils.CRandomUtil.String
Generate sequence of random generated statements with the word length in range between minWordLength and maxWordLength, the statement length in range between minStatementLength and maxStatementLength.
nextParagraphs(int) - Static method in class org.catools.common.utils.CRandomUtil.String
For count times, repeat generating a sequence of random statements using CRandomUtil.String.nextParagraph(int, int, int, int, int, int)} separated by space(" ") using following parameters: minWordLength = CConfigs.LoremIpsum.getDefaultMinWordLength() for minimum length of word to be generated inclusive maxWordLength = CConfigs.LoremIpsum.getDefaultMaxWordLength() for maximum length of word to be generated inclusive minStatementLength = CConfigs.LoremIpsum.getDefaultMinStatementLength() for minimum length of statement to be generated inclusive maxStatementLength = CConfigs.LoremIpsum.getDefaultMaxStatementLength() for maximum length of statement to be generated inclusive minStatementLength = CConfigs.LoremIpsum.getDefaultMinParagraphLength() for minimum length of paragraph to be generated inclusive maxStatementLength = CConfigs.LoremIpsum.getDefaultMaxWordLength() for maximum length of paragraph to be generated inclusive The length of final paragraph will be in range between CConfigs.LoremIpsum.getDefaultMinParagraphLength() and CConfigs.LoremIpsum.getDefaultMaxParagraphLength().
nextParagraphs(int, int, int) - Static method in class org.catools.common.utils.CRandomUtil.String
For count times, repeat generating a sequence of random statements using CRandomUtil.String.nextParagraph(int, int, int, int, int, int)} separated by space(" ") using following parameters: minWordLength = CConfigs.LoremIpsum.getDefaultMinWordLength() for minimum length of word to be generated inclusive maxWordLength = CConfigs.LoremIpsum.getDefaultMaxWordLength() for maximum length of word to be generated inclusive minStatementLength = CConfigs.LoremIpsum.getDefaultMinStatementLength() for minimum length of statement to be generated inclusive maxStatementLength = CConfigs.LoremIpsum.getDefaultMaxStatementLength() for maximum length of statement to be generated inclusive minStatementLength = minParagraphLength parameter for minimum length of paragraph to be generated inclusive maxStatementLength = maxParagraphLength parameter for maximum length of paragraph to be generated inclusive The length of final paragraph will be in range between CConfigs.LoremIpsum.getDefaultMinParagraphLength() and CConfigs.LoremIpsum.getDefaultMaxParagraphLength().
nextParagraphs(int, int, int, int, int, int, int) - Static method in class org.catools.common.utils.CRandomUtil.String
For count times, repeat generating a sequence of random statements with the word length in range between minWordLength and maxWordLength, the statement length in range between minStatementLength and maxStatementLength.
nextStatement() - Static method in class org.catools.common.utils.CRandomUtil.String
Generate sequence of random generated string using CRandomUtil.String.nextStatement(int, int, int, int)} using following parameters: minWordLength = CConfigs.LoremIpsum.getDefaultMinWordLength() for minimum length of word to be generated inclusive maxWordLength = CConfigs.LoremIpsum.getDefaultMaxWordLength() for maximum length of word to be generated inclusive minStatementLength = CConfigs.LoremIpsum.getDefaultMinStatementLength() for minimum length of statement to be generated inclusive maxStatementLength = CConfigs.LoremIpsum.getDefaultMaxStatementLength() for maximum length of statement to be generated inclusive The length of final statement will be in range between CConfigs.LoremIpsum.getDefaultMinStatementLength() and CConfigs.LoremIpsum.getDefaultMaxStatementLength() with the statement termination sign at the end.
nextStatement(int, int) - Static method in class org.catools.common.utils.CRandomUtil.String
Generate sequence of random generated string using CRandomUtil.String.nextStatement(int, int, int, int)} using following parameters: minWordLength = CConfigs.LoremIpsum.getDefaultMinWordLength() for minimum length of word to be generated inclusive maxWordLength = CConfigs.LoremIpsum.getDefaultMaxWordLength() for maximum length of word to be generated inclusive minStatementLength = minStatementLength parameter for minimum length of statement to be generated inclusive maxStatementLength = maxStatementLength parameter for maximum length of statement to be generated inclusive The length of final statement will be in range between CConfigs.LoremIpsum.getDefaultMinStatementLength() and CConfigs.LoremIpsum.getDefaultMaxStatementLength() with the statement termination sign at the end.
nextStatement(int, int, int, int) - Static method in class org.catools.common.utils.CRandomUtil.String
Generate sequence of random generated string using CRandomUtil.String.nextWord(int, int) using parameter minWordLength and maxWordLength separated by space (" ").
nextStatements(int) - Static method in class org.catools.common.utils.CRandomUtil.String
For count times, repeat generating a sequence of randomstring using CRandomUtil.String.nextStatement(int, int, int, int)} using following parameters: minWordLength = CConfigs.LoremIpsum.getDefaultMinWordLength() for minimum length of word to be generated inclusive maxWordLength = CConfigs.LoremIpsum.getDefaultMaxWordLength() for maximum length of word to be generated inclusive minStatementLength = CConfigs.LoremIpsum.getDefaultMinStatementLength() for minimum length of statement to be generated inclusive maxStatementLength = CConfigs.LoremIpsum.getDefaultMaxStatementLength() for maximum length of statement to be generated inclusive The length of final statement will be in range between CConfigs.LoremIpsum.getDefaultMinStatementLength() and CConfigs.LoremIpsum.getDefaultMaxStatementLength() with the statement termination sign at the end.
nextStatements(int, int, int) - Static method in class org.catools.common.utils.CRandomUtil.String
For count times, repeat generating a sequence of randomstring using CRandomUtil.String.nextStatement(int, int, int, int)} using following parameters: minWordLength = CConfigs.LoremIpsum.getDefaultMinWordLength() for minimum length of word to be generated inclusive maxWordLength = CConfigs.LoremIpsum.getDefaultMaxWordLength() for maximum length of word to be generated inclusive minStatementLength = minStatementLength parameter for minimum length of statement to be generated inclusive maxStatementLength = maxStatementLength parameter for maximum length of statement to be generated inclusive The length of final statement will be in range between CConfigs.LoremIpsum.getDefaultMinStatementLength() and CConfigs.LoremIpsum.getDefaultMaxStatementLength() with the statement termination sign at the end.
nextStatements(int, int, int, int, int) - Static method in class org.catools.common.utils.CRandomUtil.String
For count times, repeat generating a sequence of randomstring using CRandomUtil.String.nextWord(int, int) using parameter minWordLength and maxWordLength separated by space (" ").
nextTitle() - Static method in class org.catools.common.utils.CRandomUtil.PersonName
 
nextWord() - Static method in class org.catools.common.utils.CRandomUtil.String
Generate sequence of random generated string using CRandomUtil.String.nextWord(int, int) using following parameters: minWordLength = CConfigs.LoremIpsum.getDefaultMinWordLength() for minimum length of word to be generated inclusive maxWordLength = CConfigs.LoremIpsum.getDefaultMaxWordLength() for maximum length of word to be generated inclusive
nextWord(int, int) - Static method in class org.catools.common.utils.CRandomUtil.String
Generate next random generated string with the length in range between minWordLength and maxWordLength Check CConfigs.LoremIpsum for default configuration parameters
nextWords(int) - Static method in class org.catools.common.utils.CRandomUtil.String
For count times, repeat generating a sequence of randomstring using CRandomUtil.String.nextWord(int, int) using following parameters: minWordLength = CConfigs.LoremIpsum.getDefaultMinWordLength() for minimum length of word to be generated inclusive maxWordLength = CConfigs.LoremIpsum.getDefaultMaxWordLength() for maximum length of word to be generated inclusive
nextWords(int, int, int) - Static method in class org.catools.common.utils.CRandomUtil.String
For count times, repeat generating a sequence of randomstring with the length in range between minWordLength and maxWordLength Check CConfigs.LoremIpsum for default configuration parameters
noRetryLeft(ITestResult, boolean) - Static method in class org.catools.common.testng.utils.CTestClassUtil
 
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, 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, 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, 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, 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>, 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, 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, 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>, 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, 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, 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, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if result of StringUtils.endsWithIgnoreCase(CharSequence, CharSequence) is false.
notEqual(String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if StringUtils.equals(CharSequence, CharSequence) value NOT equals the expected value.
notEqual(N) - Method in interface org.catools.common.extensions.states.interfaces.CNumberState
Check if actual and expected do not have the exact same value.
notEqual(O) - Method in interface org.catools.common.extensions.states.interfaces.CObjectState
Check if actual and expected are not equal
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, String, Object...) - Method in class org.catools.common.extensions.verify.CObjectVerification
Verify that actual and expected value are not equal objects.
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, 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(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, String, Object...) - Method in class org.catools.common.extensions.verify.CNumberVerification
Verify that actual and expected have different values.
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, 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, 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, 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, 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, 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, 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, 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, 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, String, Object...) - 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
notMatch(String) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
Verify if String value does not match provided pattern
notMatch(Pattern) - Method in interface org.catools.common.extensions.states.interfaces.CStringState
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, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
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, 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, 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, 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, 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
 
onAfterClass(ITestClass) - Method in interface org.catools.common.testng.listeners.CITestNGListener
 
onAfterClass(ITestClass) - Method in class org.catools.common.testng.listeners.CTestNGListener
 
onAwaiting() - Method in class org.catools.common.tests.CTest
 
onBeforeClass(ITestClass) - Method in interface org.catools.common.testng.listeners.CITestNGListener
 
onBeforeClass(ITestClass) - Method in class org.catools.common.testng.listeners.CTestNGListener
 
onBlocked() - Method in class org.catools.common.tests.CTest
 
onConfigurationFailure(ITestResult) - Method in interface org.catools.common.testng.listeners.CITestNGListener
 
onConfigurationFailure(ITestResult) - Method in class org.catools.common.testng.listeners.CTestNGListener
 
onConfigurationSkip(ITestResult) - Method in interface org.catools.common.testng.listeners.CITestNGListener
 
onConfigurationSkip(ITestResult) - Method in class org.catools.common.testng.listeners.CTestNGListener
 
onConfigurationSuccess(ITestResult) - Method in interface org.catools.common.testng.listeners.CITestNGListener
 
onConfigurationSuccess(ITestResult) - Method in class org.catools.common.testng.listeners.CTestNGListener
 
onDeferred() - Method in class org.catools.common.tests.CTest
 
onExecutionFinish() - Method in class org.catools.common.testng.listeners.CExecutionResultListener
 
onExecutionFinish() - Method in class org.catools.common.testng.listeners.CExtentReportListener
 
onExecutionFinish() - Method in interface org.catools.common.testng.listeners.CITestNGListener
 
onExecutionFinish() - Method in class org.catools.common.testng.listeners.CTestNGListener
 
onExecutionStart() - Method in class org.catools.common.testng.listeners.CExtentReportListener
 
onExecutionStart() - Method in interface org.catools.common.testng.listeners.CITestNGListener
 
onExecutionStart() - Method in class org.catools.common.testng.listeners.CTestNGListener
 
onFailure() - Method in class org.catools.common.tests.CTest
 
onFinish(ISuite) - Method in class org.catools.common.testng.listeners.CExtentReportListener
 
onFinish(ISuite) - Method in interface org.catools.common.testng.listeners.CITestNGListener
 
onFinish(ISuite) - Method in class org.catools.common.testng.listeners.CTestNGListener
 
onFinish(ITestContext) - Method in interface org.catools.common.testng.listeners.CITestNGListener
 
onFinish(ITestContext) - Method in class org.catools.common.testng.listeners.CTestNGListener
 
onFirstRun() - Method in class org.catools.common.tests.CTest
 
onLogging(CLogLevel, String) - Method in interface org.catools.common.logger.CLogListener
 
onSkip() - Method in class org.catools.common.tests.CTest
 
onStart(ISuite) - Method in class org.catools.common.testng.listeners.CExecutionStatisticListener
 
onStart(ISuite) - Method in class org.catools.common.testng.listeners.CExtentReportListener
 
onStart(ISuite) - Method in interface org.catools.common.testng.listeners.CITestNGListener
 
onStart(ISuite) - Method in class org.catools.common.testng.listeners.CTestNGListener
 
onStart(ITestContext) - Method in class org.catools.common.testng.listeners.CExecutionResultListener
 
onStart(ITestContext) - Method in interface org.catools.common.testng.listeners.CITestNGListener
 
onStart(ITestContext) - Method in class org.catools.common.testng.listeners.CTestNGListener
 
onSuccess() - Method in class org.catools.common.tests.CTest
 
onTestFailedButWithinSuccessPercentage(ITestResult) - Method in class org.catools.common.testng.listeners.CExecutionResultListener
 
onTestFailedButWithinSuccessPercentage(ITestResult) - Method in class org.catools.common.testng.listeners.CExecutionStatisticListener
 
onTestFailedButWithinSuccessPercentage(ITestResult) - Method in class org.catools.common.testng.listeners.CExtentReportListener
 
onTestFailedButWithinSuccessPercentage(ITestResult) - Method in interface org.catools.common.testng.listeners.CITestNGListener
 
onTestFailedButWithinSuccessPercentage(ITestResult) - Method in class org.catools.common.testng.listeners.CTestNGListener
 
onTestFailure(ITestResult) - Method in class org.catools.common.testng.listeners.CExecutionResultListener
 
onTestFailure(ITestResult) - Method in class org.catools.common.testng.listeners.CExecutionStatisticListener
 
onTestFailure(ITestResult) - Method in class org.catools.common.testng.listeners.CExtentReportListener
 
onTestFailure(ITestResult) - Method in interface org.catools.common.testng.listeners.CITestNGListener
 
onTestFailure(ITestResult) - Method in class org.catools.common.testng.listeners.CTestNGListener
 
onTestSkipped(ITestResult) - Method in class org.catools.common.testng.listeners.CExecutionResultListener
 
onTestSkipped(ITestResult) - Method in class org.catools.common.testng.listeners.CExecutionStatisticListener
 
onTestSkipped(ITestResult) - Method in class org.catools.common.testng.listeners.CExtentReportListener
 
onTestSkipped(ITestResult) - Method in interface org.catools.common.testng.listeners.CITestNGListener
 
onTestSkipped(ITestResult) - Method in class org.catools.common.testng.listeners.CTestNGListener
 
onTestStart(ITestResult) - Method in class org.catools.common.testng.listeners.CExecutionStatisticListener
 
onTestStart(ITestResult) - Method in class org.catools.common.testng.listeners.CExtentReportListener
 
onTestStart(ITestResult) - Method in interface org.catools.common.testng.listeners.CITestNGListener
 
onTestStart(ITestResult) - Method in class org.catools.common.testng.listeners.CTestNGListener
 
onTestSuccess(ITestResult) - Method in class org.catools.common.testng.listeners.CExecutionResultListener
 
onTestSuccess(ITestResult) - Method in class org.catools.common.testng.listeners.CExecutionStatisticListener
 
onTestSuccess(ITestResult) - Method in class org.catools.common.testng.listeners.CExtentReportListener
 
onTestSuccess(ITestResult) - Method in interface org.catools.common.testng.listeners.CITestNGListener
 
onTestSuccess(ITestResult) - Method in class org.catools.common.testng.listeners.CTestNGListener
 
org.catools.common.annotations - package org.catools.common.annotations
 
org.catools.common.collections - package org.catools.common.collections
 
org.catools.common.collections.interfaces - package org.catools.common.collections.interfaces
 
org.catools.common.concurrent - package org.catools.common.concurrent
 
org.catools.common.concurrent.exceptions - package org.catools.common.concurrent.exceptions
 
org.catools.common.config - package org.catools.common.config
 
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.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.reports - package org.catools.common.reports
 
org.catools.common.security - package org.catools.common.security
 
org.catools.common.testng - package org.catools.common.testng
 
org.catools.common.testng.listeners - package org.catools.common.testng.listeners
 
org.catools.common.testng.model - package org.catools.common.testng.model
 
org.catools.common.testng.utils - package org.catools.common.testng.utils
 
org.catools.common.tests - package org.catools.common.tests
 
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
 
org.catools.common.xml - package org.catools.common.xml
 

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).
pass(Object, Object...) - Method in class org.catools.common.logger.CLogger
 
PASS - org.catools.common.logger.CLogLevel
 
Path() - Constructor for class org.catools.common.config.CConfigs.Path
 
performAction(CTest, Function<T, R>) - Method in class org.catools.common.concurrent.CStorage
 
performAction(CTest, Predicate<T>, Function<T, R>) - Method in class org.catools.common.concurrent.CStorage
 
PersonName() - Constructor for class org.catools.common.utils.CRandomUtil.PersonName
 
PhoneNumber() - Constructor for class org.catools.common.utils.CRandomUtil.PhoneNumber
 
pressEnterToContinue() - Static method in class org.catools.common.io.CConsole
 
pressEnterToContinue(String) - Static method in class org.catools.common.io.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.io.CConsole
 
print(String, Object...) - Static method in class org.catools.common.io.CConsole
 
printBlue(String, Object...) - Static method in class org.catools.common.io.CConsole
 
printCurrentStackTrace(CLogger) - Static method in class org.catools.common.exception.CExceptionUtil
 
printCyan(String, Object...) - Static method in class org.catools.common.io.CConsole
 
printGreen(String, Object...) - Static method in class org.catools.common.io.CConsole
 
println(String, Object...) - Static method in class org.catools.common.io.CConsole
 
printMagenta(String, Object...) - Static method in class org.catools.common.io.CConsole
 
printRed(String, Object...) - Static method in class org.catools.common.io.CConsole
 
printYellow(String, Object...) - Static method in class org.catools.common.io.CConsole
 
priority() - Method in class org.catools.common.testng.listeners.CExecutionResultListener
 
priority() - Method in class org.catools.common.testng.listeners.CExecutionStatisticListener
 
priority() - Method in class org.catools.common.testng.listeners.CExtentReportListener
 
priority() - Method in interface org.catools.common.testng.listeners.CITestNGListener
 
priority() - Method in class org.catools.common.testng.listeners.CTestNGListener
 
processLocalXmlSuite(CTest, String) - Static method in class org.catools.common.testng.CTestNGProcessor
 
processResourceXmlSuite(CTest, String) - Static method in class org.catools.common.testng.CTestNGProcessor
 
processTestByTestIds(CTest, CSet<String>, String, Function<CSet<String>, Map<String, CSet<String>>>, Consumer<XmlSuite>) - Static method in class org.catools.common.testng.CTestNGProcessor
 
processTestClasses(CTest, CSet<String>, String, Function<CSet<String>, Map<String, CSet<String>>>, Consumer<XmlSuite>) - Static method in class org.catools.common.testng.CTestNGProcessor
 
processXmlSuites(CTest, Collection<XmlSuite>) - Static method in class org.catools.common.testng.CTestNGProcessor
 
prompt(String, Object...) - Static method in class org.catools.common.io.CConsole
 
prompt(String, String, boolean) - Static method in class org.catools.common.io.CConsole
 
prompt(CConfigInfo) - Static method in class org.catools.common.io.CConsole
 
put(K, V) - Method in class org.catools.common.collections.CHashMap
 
put(K, V) - Method in class org.catools.common.collections.CLinkedMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.catools.common.collections.CHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.catools.common.collections.CLinkedMap
 
putIfAbsent(K, V) - Method in class org.catools.common.collections.CHashMap
 
putIfAbsent(K, V) - Method in class org.catools.common.collections.CLinkedMap
 

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
 
queue(CVerificationInfo) - Method in class org.catools.common.tests.CTest
 

R

randomNumeric(int) - Static method in class org.catools.common.utils.CRandomUtil.String
Generate a random numeric value with defined length:
randomNumeric(int, int) - Static method in class org.catools.common.utils.CRandomUtil.String
Generate a random numeric value with in defined range:
read(File, Class<T>) - Static method in class org.catools.common.json.CJsonUtil
 
read(InputStream) - Static method in class org.catools.common.io.CStreamUtil
 
read(String, TypeReference<T>) - Static method in class org.catools.common.json.CJsonUtil
 
read(String, Class<T>) - Static method in class org.catools.common.json.CJsonUtil
 
readArgs(String[]) - Static method in class org.catools.common.utils.CArgsReader
 
readFromEncryptedFile(CFile, Class<T>, String) - Static method in class org.catools.common.io.CYamlUtil
 
readFromEncryptedResources(String, Class<T>, String) - Static method in class org.catools.common.io.CYamlUtil
 
readFromEncryptedResources(String, Class, Class<T>, String) - Static method in class org.catools.common.io.CYamlUtil
 
readFromEncryptedResources(CResource, Class<T>, String) - Static method in class org.catools.common.io.CYamlUtil
 
readFromFile(CFile, Class<T>) - Static method in class org.catools.common.io.CYamlUtil
 
readFromResources(String, Class<T>) - Static method in class org.catools.common.io.CYamlUtil
 
readFromResources(String, Class, Class<T>) - Static method in class org.catools.common.io.CYamlUtil
 
readFromResources(CResource, Class<T>) - Static method in class org.catools.common.io.CYamlUtil
 
readFromString(String, Class<T>) - Static method in class org.catools.common.io.CYamlUtil
 
readInput(String, Function<String, T>) - Static method in class org.catools.common.io.CConsole
 
readKey(String) - Static method in class org.catools.common.io.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.
readToFile(File) - Static method in class org.catools.common.utils.CObjectSerializationUtil
Read Object From File
release(T) - Method in class org.catools.common.concurrent.CStorage
 
remove(Object) - Method in class org.catools.common.collections.CHashMap
 
remove(Object) - Method in class org.catools.common.collections.CLinkedMap
 
remove(Object) - Method in interface org.catools.common.collections.interfaces.CCollection
Removes CCliItemCollection single instance of the specified element from this collection, if it is present (optional operation).
remove(Object, Object) - Method in class org.catools.common.collections.CHashMap
 
remove(Object, Object) - Method in class org.catools.common.collections.CLinkedMap
 
removeAll(Collection<?>) - Method in interface org.catools.common.collections.interfaces.CCollection
Removes all of this collection's elements that are also contained in the specified collection (optional operation).
removeDuplicateResults(CList<ISuite>) - Static method in class org.catools.common.testng.utils.CTestReportUtil
 
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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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
 
replace(K, V) - Method in class org.catools.common.collections.CHashMap
 
replace(K, V) - Method in class org.catools.common.collections.CLinkedMap
 
replace(K, V, V) - Method in class org.catools.common.collections.CHashMap
 
replace(K, V, V) - Method in class org.catools.common.collections.CLinkedMap
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class org.catools.common.collections.CHashMap
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class org.catools.common.collections.CLinkedMap
 
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, 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, 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, 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, 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, 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, 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, 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, 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
 
resetCount() - Method in class org.catools.common.testng.utils.CRetryAnalyzer
 
retainAll(Collection<?>) - Method in interface org.catools.common.collections.interfaces.CCollection
Retains only the elements in this collection that are contained in the specified collection (optional operation).
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.
retryMethod(ITestResult) - Method in class org.catools.common.testng.utils.CRetryAnalyzer
 
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, 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, 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, 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, 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, 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, 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.
run() - Method in class org.catools.common.concurrent.CParallelIO
 
run() - Method in class org.catools.common.concurrent.CTimeBoxRunner
 
run(long, TimeUnit) - Method in class org.catools.common.concurrent.CParallelIO
 
run(Runnable) - Static method in class org.catools.common.concurrent.CThreadRunner
Perform action in parallel concurrent

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
 
saveToEncryptedFile(CFile, String) - Method in class org.catools.common.config.CConfigInfoCollection
 
saveToEncryptedFiles(T, CFile, String) - Static method in class org.catools.common.io.CYamlUtil
 
saveToFile(CFile) - Method in class org.catools.common.config.CConfigInfoCollection
 
saveToFiles(CFile, T) - Static method in class org.catools.common.io.CYamlUtil
 
saveToFolder(CFile) - Method in class org.catools.common.io.CResource
 
saveToOutput() - Method in class org.catools.common.io.CResource
 
saveToStorage() - Method in class org.catools.common.io.CResource
 
saveToTemp(Class, Object, String) - Static method in class org.catools.common.xml.CXmlSerializationUtil
 
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
 
Security() - Constructor for class org.catools.common.config.CConfigs.Security
 
serialVersionUID - Static variable in interface org.catools.common.extensions.states.interfaces.CBaseState
 
set(Collection<? extends E>) - Method in class org.catools.common.collections.CList
Clear list and appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
set(Collection<? extends E>) - Method in class org.catools.common.collections.CSet
 
setBaseTestClassLoader(String) - Static method in class org.catools.common.config.CConfigs.TestNG
 
setDays(int) - Method in class org.catools.common.date.CDate
Sets the day of month field to a date returning a new object.
setDefaultValue(String) - Method in class org.catools.common.config.CConfigInfo
 
setDescription(String) - Method in class org.catools.common.config.CConfigInfo
 
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
 
setFromMount(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
 
setInputExecutor(Function<AtomicBoolean, T>) - Method in class org.catools.common.concurrent.CParallelIO
 
setLogToConsole(boolean) - Method in class org.catools.common.logger.CLogger
 
setMaskSensitiveInfo(boolean) - Static method in class org.catools.common.config.CConfigs.Security
 
setMaxSysOutSize(int) - Method in class org.catools.common.logger.CLogger
 
setMessage(String) - Method in class org.catools.common.exception.CExceptionInfo
 
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.
setName(String) - Method in class org.catools.common.config.CConfigInfo
 
setOnchange(BiConsumer<CLogLevel, String>) - Method in class org.catools.common.logger.CLogger
 
setOutputExecutor(BiConsumer<AtomicBoolean, T>) - Method in class org.catools.common.concurrent.CParallelIO
 
setRequired(boolean) - Method in class org.catools.common.config.CConfigInfo
 
setSensitive(boolean) - Method in class org.catools.common.config.CConfigInfo
 
setStackTrace(String) - Method in class org.catools.common.exception.CExceptionInfo
 
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
 
setToMount(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
 
setType(String) - Method in class org.catools.common.exception.CExceptionInfo
 
setValue(String) - Method in class org.catools.common.config.CConfigInfo
 
setYears(int) - Method in class org.catools.common.date.CDate
Sets the years field to a date returning a new object.
shouldBeSkipped(Class) - Static method in class org.catools.common.testng.utils.CTestClassUtil
 
shouldMaskSensitiveInfo() - Static method in class org.catools.common.config.CConfigs.Security
 
shutdown() - Method in class org.catools.common.concurrent.CExecutorService
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdown() - Method in class org.catools.common.concurrent.CParallelRunner
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdownNow() - Method in class org.catools.common.concurrent.CExecutorService
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
shutdownNow() - Method in class org.catools.common.concurrent.CParallelRunner
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
signatures - Static variable in class org.catools.common.testng.listeners.CExecutionStatisticListener
 
size() - Method in class org.catools.common.collections.CHashMap
 
size() - Method in class org.catools.common.collections.CLinkedMap
 
size() - Method in interface org.catools.common.collections.interfaces.CCollection
Returns the number of elements in this collection.
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.
SKIP - org.catools.common.testng.model.CExecutionStatus
 
skipClassWithAwaitingTest() - Static method in class org.catools.common.config.CConfigs.TestNG
 
skipClassWithIgnoredTest() - Static method in class org.catools.common.config.CConfigs.TestNG
 
sleepTight(long) - Static method in class org.catools.common.concurrent.CSleeper
 
sleepTightInSeconds(long) - Static method in class org.catools.common.concurrent.CSleeper
 
spliterator() - Method in interface org.catools.common.collections.interfaces.CCollection
Creates CCliItemCollection Spliterator over the elements in this collection.
spliterator() - Method in interface org.catools.common.collections.interfaces.CIterable
Creates CCliItemCollection Spliterator over the elements in this collection.
startSuite(ISuite) - Static method in class org.catools.common.testng.listeners.CExecutionStatisticListener
 
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, 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>, 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, 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>, 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 CCliItemCollection sequential Stream with this collection as its source.
stream() - Method in interface org.catools.common.collections.interfaces.CIterable
Returns CCliItemCollection sequential Stream with this collection as its source.
String - Variable in class org.catools.common.extensions.verify.CVerificationBuilder
 
String() - Constructor for class org.catools.common.utils.CRandomUtil.String
 
StringDiff() - Constructor for class org.catools.common.config.CConfigs.StringDiff
 
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, 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, 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, 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, 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, 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, String, Object...) - Method in class org.catools.common.extensions.verify.CStringVerification
Verify if strip(String) value NOT equals the expected value.
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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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>, 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, 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>, 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.
SUCCESS - org.catools.common.testng.model.CExecutionStatus
 
SUCCESS_PERCENTAGE_FAILURE - org.catools.common.testng.model.CExecutionStatus
 
System() - Constructor for class org.catools.common.config.CConfigs.System
 

T

test(Predicate<O>) - Method in interface org.catools.common.extensions.states.interfaces.CObjectState
 
test(CLogger, CList<String>) - Method in class org.catools.common.extensions.verify.CVerificationInfo
 
TestManagement() - Constructor for class org.catools.common.config.CConfigs.TestManagement
 
TestNG() - Constructor for class org.catools.common.config.CConfigs.TestNG
 
time(long, Object, Object...) - Method in class org.catools.common.logger.CLogger
 
time(Date, Object, Object...) - Method in class org.catools.common.logger.CLogger
 
TIME - org.catools.common.logger.CLogLevel
 
toArray() - Method in interface org.catools.common.collections.interfaces.CCollection
Returns an array containing all of the elements in this collection.
toArray() - Method in interface org.catools.common.collections.interfaces.CIterable
Returns an array containing all of the elements in this collection.
toArray(E1[]) - Method in interface org.catools.common.collections.interfaces.CCollection
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
toArray(E1[]) - Method in interface org.catools.common.collections.interfaces.CIterable
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
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
 
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.CCollection
Convert CCollection to CList and return the result
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
 
toRed(String, Object...) - Static method in class org.catools.common.io.CAnsiColor
 
toSet() - Method in interface org.catools.common.collections.interfaces.CCollection
Convert CCollection to CSet and return the result
toSet() - Method in interface org.catools.common.collections.interfaces.CIterable
Convert CCollection to CSet and return the result
toSSLContext(String) - Method in class org.catools.common.security.CCertificate
 
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.config.CConfigInfo
 
toString() - Method in class org.catools.common.date.CDate
 
toString() - Method in class org.catools.common.date.CHoliday
 
toString() - Method in class org.catools.common.exception.CExceptionInfo
 
toString() - Method in class org.catools.common.extensions.types.CBooleanExtension
 
toString() - Method in class org.catools.common.extensions.types.CNumberExtension
 
toString() - Method in class org.catools.common.extensions.types.CObjectExtension
 
toString() - Method in class org.catools.common.extensions.types.CStringExtension
 
toString() - Method in class org.catools.common.io.CFile
 
toString() - Method in class org.catools.common.testng.model.CTestResult
 
toString() - Method in class org.catools.common.text.match.CStringMatchInfo
 
toString(Object) - Static method in class org.catools.common.json.CJsonUtil
 
toString(String) - Method in class org.catools.common.date.CDate
 
toSysDate() - Method in class org.catools.common.date.CDate
 
toTimeStampForFileName() - Method in class org.catools.common.date.CDate
 
toXmlContent(Class, Object) - Static method in class org.catools.common.xml.CXmlSerializationUtil
 
toYellow(String, Object...) - Static method in class org.catools.common.io.CAnsiColor
 
trace(Object, Object...) - Method in class org.catools.common.logger.CLogger
 
TRACE - org.catools.common.logger.CLogLevel
 
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, 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, 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, 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, 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, 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.
TypeExtension() - Constructor for class org.catools.common.config.CConfigs.TypeExtension
 

U

unmarshallFromResource(String, Class) - Static method in class org.catools.common.xml.CXmlSerializationUtil
 
updateDataState(String, Object) - Method in class org.catools.common.tests.CTest
 
updateDataState(String, Object) - Method in class org.catools.common.tests.CTestData
 
updateTestResult(ITestNGMethod, CExecutionStatus) - Static method in class org.catools.common.testng.listeners.CExecutionStatisticListener
 

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) - Static method in enum org.catools.common.logger.CLogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.catools.common.testng.model.CExecutionStatus
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..
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.
values() - Static method in enum org.catools.common.logger.CLogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.catools.common.testng.model.CExecutionStatus
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 - Variable in class org.catools.common.tests.CTest
 
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.
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 StringUtils.equalsAnyIgnoreCase(CharSequence, CharSequence...) equals to the expected value, ignoring case.
verifyEqualsAnyIgnoreCase(CVerificationQueue, List<String>, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if result of StringUtils.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 StringUtils.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 StringUtils.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 StringUtils.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 StringUtils.equalsAnyIgnoreCase(CharSequence, CharSequence...) equals to the 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 StringUtils.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 StringUtils.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 StringUtils.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 StringUtils.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 StringUtils.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 StringUtils.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 element.
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 element.
verifyHas(CVerificationQueue, Predicate<E>, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CIterableWaitVerifier
Verify that actual collection contains the expected element.
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
verifyIsMatches(CVerificationQueue, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if String value match provided pattern
verifyIsMatches(CVerificationQueue, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value match provided pattern
verifyIsMatches(CVerificationQueue, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value match provided pattern
verifyIsMatches(CVerificationQueue, String, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value match provided pattern
verifyIsMatches(CVerificationQueue, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value match provided pattern
verifyIsMatches(CVerificationQueue, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if String value match provided pattern
verifyIsMatches(CVerificationQueue, Pattern) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if String value match provided pattern
verifyIsMatches(CVerificationQueue, Pattern, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value match provided pattern
verifyIsMatches(CVerificationQueue, Pattern, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value match provided pattern
verifyIsMatches(CVerificationQueue, Pattern, int, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value match provided pattern
verifyIsMatches(CVerificationQueue, Pattern, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value match provided pattern
verifyIsMatches(CVerificationQueue, Pattern, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if String value match provided pattern
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
verifyIsNotMatches(CVerificationQueue, String) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if String value does not match provided pattern
verifyIsNotMatches(CVerificationQueue, String, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value does not match provided pattern
verifyIsNotMatches(CVerificationQueue, String, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value does not match provided pattern
verifyIsNotMatches(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
verifyIsNotMatches(CVerificationQueue, String, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value does not match provided pattern
verifyIsNotMatches(CVerificationQueue, String, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if String value does not match provided pattern
verifyIsNotMatches(CVerificationQueue, Pattern) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if String value does not match provided pattern
verifyIsNotMatches(CVerificationQueue, Pattern, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value does not match provided pattern
verifyIsNotMatches(CVerificationQueue, Pattern, int, int) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value does not match provided pattern
verifyIsNotMatches(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
verifyIsNotMatches(CVerificationQueue, Pattern, int, String, Object...) - Method in interface org.catools.common.extensions.waitVerify.interfaces.CStringWaitVerifier
Verify if String value does not match provided pattern
verifyIsNotMatches(CVerificationQueue, Pattern, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CStringVerifier
Verify if String value does not match provided pattern
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.
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.
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 CConfigs.TypeExtension.getDefaultWaitInSeconds() number of milliseconds with CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.getDefaultWaitInSeconds() number of milliseconds with CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.getDefaultWaitInSeconds() number of milliseconds with CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.getDefaultWaitInSeconds() number of milliseconds with CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 StringUtils.equalsAny(CharSequence, CharSequence...) equals to the expected value.
waitEqualsAny(List<O>) - Method in interface org.catools.common.extensions.wait.interfaces.CObjectWaiter
Wait for CConfigs.TypeExtension.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
Verify if result of StringUtils.equalsAnyIgnoreCase(CharSequence, CharSequence...) is true.
waitEqualsAnyIgnoreCase(List<String>) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CConfigs.TypeExtension.getDefaultWaitInSeconds() number of milliseconds until result of StringUtils.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 StringUtils.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 StringUtils.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 StringUtils.equalsAny(CharSequence, CharSequence...) is false
waitEqualsNone(List<O>) - Method in interface org.catools.common.extensions.wait.interfaces.CObjectWaiter
Wait for CConfigs.TypeExtension.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
Verify if result of StringUtils.equalsAnyIgnoreCase(CharSequence, CharSequence...) is false.
waitEqualsNoneIgnoreCase(List<String>) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CConfigs.TypeExtension.getDefaultWaitInSeconds() number of milliseconds until result of StringUtils.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 StringUtils.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 StringUtils.equalsAnyIgnoreCase(CharSequence, CharSequence...) is false, ignoring case.
waitEqualsP(N, N) - Method in interface org.catools.common.extensions.wait.interfaces.CNumberWaiter
Wait for CConfigs.TypeExtension.getDefaultWaitInSeconds() number of milliseconds with CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.getDefaultWaitInSeconds() number of milliseconds with CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.getDefaultWaitInSeconds() number of milliseconds with CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.getDefaultWaitInSeconds() number of milliseconds till the actual collection is empty.
waitIsEmpty() - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for CConfigs.TypeExtension.getDefaultWaitInSeconds() number of milliseconds till the actual map is empty.
waitIsEmpty() - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.getDefaultWaitInSeconds() number of milliseconds with CConfigs.TypeExtension.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 CConfigs.TypeExtension.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
waitIsMatches(String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CConfigs.TypeExtension.getDefaultWaitInSeconds() number of milliseconds till String value match provided pattern
waitIsMatches(String, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till String value match provided pattern
waitIsMatches(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
waitIsMatches(Pattern) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CConfigs.TypeExtension.getDefaultWaitInSeconds() number of milliseconds till String value match provided pattern
waitIsMatches(Pattern, int) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for defined number of seconds till String value match provided pattern
waitIsMatches(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
waitIsNotAlpha() - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.getDefaultWaitInSeconds() number of milliseconds till the actual collection is not empty.
waitIsNotEmpty() - Method in interface org.catools.common.extensions.wait.interfaces.CMapWaiter
Wait for CConfigs.TypeExtension.getDefaultWaitInSeconds() number of milliseconds till the actual map is not empty.
waitIsNotEmpty() - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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
waitIsNotMatches(String) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CConfigs.TypeExtension.getDefaultWaitInSeconds() number of milliseconds till String value does not match provided pattern
waitIsNotMatches(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
waitIsNotMatches(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
waitIsNotMatches(Pattern) - Method in interface org.catools.common.extensions.wait.interfaces.CStringWaiter
Wait for CConfigs.TypeExtension.getDefaultWaitInSeconds() number of milliseconds till String value does not match provided pattern
waitIsNotMatches(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
waitIsNotMatches(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
waitIsNotNull() - Method in interface org.catools.common.extensions.wait.interfaces.CObjectWaiter
Wait for CConfigs.TypeExtension.getDefaultWaitInSeconds() number of milliseconds with CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.getDefaultWaitInSeconds() number of milliseconds with CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.getDefaultWaitInSeconds() number of milliseconds with CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.getDefaultWaitInSeconds() number of milliseconds with CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.getDefaultWaitInSeconds() number of milliseconds with CConfigs.TypeExtension.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 CConfigs.TypeExtension.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, 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
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 CConfigs.TypeExtension.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>, 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>, 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 CConfigs.TypeExtension.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>, 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 CConfigs.TypeExtension.getDefaultWaitInSeconds() number of milliseconds with CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.getDefaultWaitInSeconds() number of milliseconds with CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.getDefaultWaitInSeconds() number of milliseconds with CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.getDefaultWaitInSeconds() number of milliseconds with CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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, 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
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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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 CConfigs.TypeExtension.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.
warn(Object, Object...) - Method in class org.catools.common.logger.CLogger
 
WARN - org.catools.common.logger.CLogLevel
 
WINDOWS - org.catools.common.io.CPlatform
 
WIP - org.catools.common.testng.model.CExecutionStatus
 
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) - Static method in class org.catools.common.json.CJsonUtil
 
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(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, 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.
writeToFile(File, T) - Static method in class org.catools.common.utils.CObjectSerializationUtil
Write object to file

_

_toState(Object) - Method in class org.catools.common.extensions.types.CObjectExtension
 
_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.CBooleanExtension
 
_useWaiter() - Method in class org.catools.common.extensions.types.CNumberExtension
 
_useWaiter() - Method in class org.catools.common.extensions.types.CObjectExtension
 
_useWaiter() - Method in class org.catools.common.extensions.types.CStringExtension
 
_useWaiter() - Method in interface org.catools.common.extensions.types.interfaces.CCollectionExtension
 
_useWaiter() - Method in interface org.catools.common.extensions.types.interfaces.CDateExtension
 
_useWaiter() - Method in interface org.catools.common.extensions.types.interfaces.CFileExtension
 
_useWaiter() - Method in interface org.catools.common.extensions.types.interfaces.CIterableExtension
 
_useWaiter() - Method in interface org.catools.common.extensions.types.interfaces.CMapExtension
 
_useWaiter() - Method in interface org.catools.common.extensions.verify.interfaces.CBaseVerifier
 
_verify(CVerificationQueue, B, boolean, BiFunction<A, B, Boolean>, int, int, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CBaseVerifier
 
_verify(CVerificationQueue, B, boolean, BiFunction<A, B, Boolean>, int, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CBaseVerifier
 
_verify(CVerificationQueue, B, boolean, BiFunction<A, B, Boolean>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CBaseVerifier
 
_verify(CVerificationQueue, B, boolean, BiFunction<A, B, Boolean>, BiConsumer<A, B>, int, int, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CBaseVerifier
 
_verify(CVerificationQueue, B, boolean, BiFunction<A, B, Boolean>, BiConsumer<A, B>, int, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CBaseVerifier
 
_verify(CVerificationQueue, B, boolean, BiFunction<A, B, Boolean>, BiConsumer<A, B>, String, Object...) - Method in interface org.catools.common.extensions.verify.interfaces.CBaseVerifier
 
_verifyWithDefaultMessage(CVerificationQueue, B, boolean, BiFunction<A, B, Boolean>, int, int, String) - Method in interface org.catools.common.extensions.verify.interfaces.CBaseVerifier
 
_verifyWithDefaultMessage(CVerificationQueue, B, boolean, BiFunction<A, B, Boolean>, String) - 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