Uses of Class
org.fest.assertions.Condition
-
Uses of Condition in org.fest.assertions
Methods in org.fest.assertions that return ConditionModifier and TypeMethodDescriptionSets the description of this condition.Methods in org.fest.assertions with parameters of type ConditionModifier and TypeMethodDescriptionprotected final void
GenericAssert.assertDoesNotSatisfy
(Condition<T> condition) Verifies that the actual value does not satisfy the given condition.protected final void
Verifies that the actual value satisfies the given condition.protected final void
GenericAssert.assertIsNot
(Condition<T> condition) Verifies that the actual value does not satisfy the given condition.protected final void
GenericAssert.assertSatisfies
(Condition<T> condition) Verifies that the actual value satisfies the given condition.BigDecimalAssert.doesNotSatisfy
(Condition<BigDecimal> condition) Verifies that the actual
does not satisfy the given condition.BigDecimal
BooleanArrayAssert.doesNotSatisfy
(Condition<boolean[]> condition) Verifies that the actualboolean
array does not satisfy the given condition.BooleanAssert.doesNotSatisfy
(Condition<Boolean> condition) Verifies that the actualBoolean
does not satisfy the given condition.ByteArrayAssert.doesNotSatisfy
(Condition<byte[]> condition) Verifies that the actualbyte
array does not satisfy the given condition.ByteAssert.doesNotSatisfy
(Condition<Byte> condition) Verifies that the actualByte
does not satisfy the given condition.CharArrayAssert.doesNotSatisfy
(Condition<char[]> condition) Verifies that the actualchar
array does not satisfy the given condition.CharAssert.doesNotSatisfy
(Condition<Character> condition) Verifies that the actual
does not satisfy the given condition.Character
CollectionAssert.doesNotSatisfy
(Condition<Collection<?>> condition) Verifies that the actual collection does not satisfy the given condition.DoubleArrayAssert.doesNotSatisfy
(Condition<double[]> condition) Verifies that the actualdouble
array does not satisfy the given condition.DoubleAssert.doesNotSatisfy
(Condition<Double> condition) Verifies that the actualDouble
does not satisfy the given condition.FileAssert.doesNotSatisfy
(Condition<File> condition) Verifies that the actualFile
does not satisfy the given condition.FloatArrayAssert.doesNotSatisfy
(Condition<float[]> condition) Verifies that the actualfloat
array does not satisfy the given condition.FloatAssert.doesNotSatisfy
(Condition<Float> condition) Verifies that the actual
does not satisfy the given condition.Float
protected abstract GenericAssert<T>
GenericAssert.doesNotSatisfy
(Condition<T> condition) Verifies that the actual value does not satisfy the given condition.ImageAssert.doesNotSatisfy
(Condition<BufferedImage> condition) Verifies that the actual image does not satisfy the given condition.IntArrayAssert.doesNotSatisfy
(Condition<int[]> condition) Verifies that the actualint
array does not satisfy the given condition.IntAssert.doesNotSatisfy
(Condition<Integer> condition) Verifies that the actual
does not satisfy the given condition.Integer
ListAssert.doesNotSatisfy
(Condition<List<?>> condition) Verifies that the actual
does not satisfy the given condition.List
LongArrayAssert.doesNotSatisfy
(Condition<long[]> condition) Verifies that the actuallong
array does not satisfy the given condition.LongAssert.doesNotSatisfy
(Condition<Long> condition) Verifies that the actualLong
does not satisfy the given condition.MapAssert.doesNotSatisfy
(Condition<Map<?, ?>> condition) Verifies that the actual
does not satisfy the given condition.Map
ObjectArrayAssert.doesNotSatisfy
(Condition<Object[]> condition) Verifies that the actualObject
array does not satisfy the given condition.ObjectAssert.doesNotSatisfy
(Condition<Object> condition) Verifies that the actualObject
does not satisfy the given condition.ShortArrayAssert.doesNotSatisfy
(Condition<short[]> condition) Verifies that the actualshort
array does not satisfy the given condition.ShortAssert.doesNotSatisfy
(Condition<Short> condition) Verifies that the actualShort
does not satisfy the given condition.StringAssert.doesNotSatisfy
(Condition<String> condition) Verifies that the actualString
does not satisfy the given condition.ThrowableAssert.doesNotSatisfy
(Condition<Throwable> condition) Verifies that the actualThrowable
does not satisfy the given condition.private String
GenericAssert.errorMessageIfConditionNotSatisfied
(Condition<T> condition) private String
GenericAssert.errorMessageIfConditionSatisfied
(Condition<T> condition) private String
GenericAssert.errorMessageIfIs
(Condition<T> condition) private String
GenericAssert.errorMessageIfIsNot
(Condition<T> condition) BigDecimalAssert.is
(Condition<BigDecimal> condition) Alias for
.BigDecimalAssert.satisfies(Condition)
Alias for
.BooleanArrayAssert.satisfies(Condition)
Alias for
.BooleanAssert.satisfies(Condition)
Alias for
.ByteArrayAssert.satisfies(Condition)
Alias for
.ByteAssert.satisfies(Condition)
Alias for
.CharArrayAssert.satisfies(Condition)
Alias for
.CharAssert.satisfies(Condition)
CollectionAssert.is
(Condition<Collection<?>> condition) Alias for
.CollectionAssert.satisfies(Condition)
Alias for
.DoubleArrayAssert.satisfies(Condition)
Alias for
.DoubleAssert.satisfies(Condition)
Verifies that the actualFile
satisfies the given condition.Alias for
.FloatArrayAssert.satisfies(Condition)
Alias for
.FloatAssert.satisfies(Condition)
protected abstract GenericAssert<T>
Alias for
.GenericAssert.satisfies(Condition)
ImageAssert.is
(Condition<BufferedImage> condition) Alias for
.ImageAssert.satisfies(Condition)
Alias for
.IntArrayAssert.satisfies(Condition)
Alias for
.IntAssert.satisfies(Condition)
Alias for
.ListAssert.satisfies(Condition)
Alias for
.LongArrayAssert.satisfies(Condition)
Alias for
.LongAssert.satisfies(Condition)
Alias for
.MapAssert.satisfies(Condition)
Alias for
.ObjectArrayAssert.satisfies(Condition)
Alias for
.ObjectAssert.satisfies(Condition)
Alias for
.ShortArrayAssert.satisfies(Condition)
Alias for
.ShortAssert.satisfies(Condition)
Alias for
.StringAssert.satisfies(Condition)
Alias for
.ThrowableAssert.satisfies(Condition)
BigDecimalAssert.isNot
(Condition<BigDecimal> condition) Alias for
.BigDecimalAssert.doesNotSatisfy(Condition)
Alias for
.BooleanArrayAssert.doesNotSatisfy(Condition)
Alias for
.BooleanAssert.doesNotSatisfy(Condition)
Alias for
.ByteArrayAssert.doesNotSatisfy(Condition)
Alias for
.ByteAssert.doesNotSatisfy(Condition)
Alias for
.CharArrayAssert.doesNotSatisfy(Condition)
Alias for
.CharAssert.doesNotSatisfy(Condition)
CollectionAssert.isNot
(Condition<Collection<?>> condition) Alias for
.CollectionAssert.doesNotSatisfy(Condition)
Alias for
.DoubleArrayAssert.doesNotSatisfy(Condition)
Alias for
.DoubleAssert.doesNotSatisfy(Condition)
Verifies that the actualFile
does not satisfy the given condition.Alias for
.FloatArrayAssert.doesNotSatisfy(Condition)
Alias for
.FloatAssert.doesNotSatisfy(Condition)
protected abstract GenericAssert<T>
Alias for
.GenericAssert.doesNotSatisfy(Condition)
ImageAssert.isNot
(Condition<BufferedImage> condition) Alias for
.ImageAssert.doesNotSatisfy(Condition)
Alias for
.IntArrayAssert.doesNotSatisfy(Condition)
Alias for
.IntAssert.doesNotSatisfy(Condition)
Alias for
.ListAssert.doesNotSatisfy(Condition)
Alias for
.LongArrayAssert.doesNotSatisfy(Condition)
Alias for
.LongAssert.doesNotSatisfy(Condition)
Alias for
.MapAssert.doesNotSatisfy(Condition)
Alias for
.ObjectArrayAssert.doesNotSatisfy(Condition)
Alias for
.ObjectAssert.doesNotSatisfy(Condition)
Alias for
.ShortArrayAssert.doesNotSatisfy(Condition)
Alias for
.ShortAssert.doesNotSatisfy(Condition)
Alias for
.StringAssert.doesNotSatisfy(Condition)
Alias for
.ThrowableAssert.doesNotSatisfy(Condition)
private boolean
BigDecimalAssert.satisfies
(Condition<BigDecimal> condition) Verifies that the actual
satisfies the given condition.BigDecimal
Verifies that the actualboolean
array satisfies the given condition.Verifies that the actualBoolean
satisfies the given condition.Verifies that the actualbyte
array satisfies the given condition.Verifies that the actualByte
satisfies the given condition.Verifies that the actualchar
array satisfies the given condition.Verifies that the actual
satisfies the given condition.Character
CollectionAssert.satisfies
(Condition<Collection<?>> condition) Verifies that the actual collection satisfies the given condition.Verifies that the actualdouble
array satisfies the given condition.Verifies that the actualDouble
satisfies the given condition.Verifies that the actualFile
satisfies the given condition.Verifies that the actualfloat
array satisfies the given condition.Verifies that the actual
satisfies the given condition.Float
protected abstract GenericAssert<T>
Verifies that the actual value satisfies the given condition.ImageAssert.satisfies
(Condition<BufferedImage> condition) Verifies that the actual image satisfies the given condition.Verifies that the actualint
array satisfies the given condition.Verifies that the actual
satisfies the given condition.Integer
Verifies that the actual
satisfies the given condition.List
Verifies that the actuallong
array satisfies the given condition.Verifies that the actualLong
satisfies the given condition.Verifies that the actual
satisfies the given condition.Map
Verifies that the actualObject
array satisfies the given condition.Verifies that the actualObject
satisfies the given condition.Verifies that the actualshort
array satisfies the given condition.Verifies that the actualShort
satisfies the given condition.Verifies that the actualString
satisfies the given condition.Verifies that the actualThrowable
satisfies the given condition.private void
GenericAssert.validateIsNotNull
(Condition<T> condition)