ComparisonStrategy
contract.String
to the given target, only if the target does not end with the given String
to append.Throwable
.ComparatorBasedComparisonStrategy.comparator
, false otherwise.ComparatorBasedComparisonStrategy.comparator
does not have too.true
if the given objects are equal or if both objects are null
.Object.equals(Object)
, false otherwise.TypeFilter
.Closeable
s, ignoring any thrown exceptions.Closeable
.ComparisonStrategy
contract with a comparison strategy based on a Comparator
.ComparatorBasedComparisonStrategy
specifying the comparison strategy with given
comparator.String
.Calendar.DAY_OF_WEEK
.PropertyDescriptor
for a property matching the given name in the given object.Iterable
according to ComparatorBasedComparisonStrategy.comparator
.Iterable
according to the implemented comparison strategy.Object.equals(Object)
comparison
strategy.Files
.FilesException
.FilesException
.Flushable
s, ignoring any thrown exceptions.Flushable
.Writer
.OutputStream
.String
representation of the given array, or null
if the given object is either
null
or not an array.String
representation of the given collection, or null
if the given collection is
null
.String
representation of the given map, or null
if the given map is null
.true
if the given array has only null
elements, false
otherwise.IntrospectionError
.IntrospectionError
.true
if the given object is not null
and is an array.true
if the given array is null
or empty.true
if the given map is null
or empty.true
if the given String
is null
or empty.2003-04-23
2003-04-26T13:01:02
2003-04-26T03:01:02.999
Iterable
contains given value according to ComparatorBasedComparisonStrategy.comparator
, false otherwise.Iterable
is null or empty, return false.Iterable
contains given value based on Object.equals(Object)
, false
otherwise.Iterable
is null, return false.Iterable
according to the Comparator
, if value is found it is removed
from it.Iterable
is null (meaning no exception thrown).String
s using a given delimiter.Iterable
elements.Dates.ISO_DATE_FORMAT
, returns null if the given String is null.Dates.ISO_DATE_TIME_FORMAT
, returns null if the given String is null.String
surrounded by single quotes, or null
if the given String
is
null
.String
.Throwable
stack trace that have little value for end user.Iterable
.StackTraces
.ComparisonStrategy
contract with a comparison strategy based on Object.equals(Object)
method, it is also based on Comparable.compareTo(Object)
when Object are Comparable
method.String
s.String
s using a given delimiter.String
to the given target, only if the target does not end with the
given String
to append.Throwable
s.String
specified in the constructor to the String
passed as argument.toString
representation of an object.toString
representation of the given object.truncateTime(2008-12-29T23:45:12)
will give 2008-12-29T00:00:00
.String
s.Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.