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 voidGenericAssert.assertDoesNotSatisfy(Condition<T> condition) Verifies that the actual value does not satisfy the given condition.protected final voidVerifies that the actual value satisfies the given condition.protected final voidGenericAssert.assertIsNot(Condition<T> condition) Verifies that the actual value does not satisfy the given condition.protected final voidGenericAssert.assertSatisfies(Condition<T> condition) Verifies that the actual value satisfies the given condition.BigDecimalAssert.doesNotSatisfy(Condition<BigDecimal> condition) Verifies that the actualdoes not satisfy the given condition.BigDecimalBooleanArrayAssert.doesNotSatisfy(Condition<boolean[]> condition) Verifies that the actualbooleanarray does not satisfy the given condition.BooleanAssert.doesNotSatisfy(Condition<Boolean> condition) Verifies that the actualBooleandoes not satisfy the given condition.ByteArrayAssert.doesNotSatisfy(Condition<byte[]> condition) Verifies that the actualbytearray does not satisfy the given condition.ByteAssert.doesNotSatisfy(Condition<Byte> condition) Verifies that the actualBytedoes not satisfy the given condition.CharArrayAssert.doesNotSatisfy(Condition<char[]> condition) Verifies that the actualchararray does not satisfy the given condition.CharAssert.doesNotSatisfy(Condition<Character> condition) Verifies that the actualdoes not satisfy the given condition.CharacterCollectionAssert.doesNotSatisfy(Condition<Collection<?>> condition) Verifies that the actual collection does not satisfy the given condition.DoubleArrayAssert.doesNotSatisfy(Condition<double[]> condition) Verifies that the actualdoublearray does not satisfy the given condition.DoubleAssert.doesNotSatisfy(Condition<Double> condition) Verifies that the actualDoubledoes not satisfy the given condition.FileAssert.doesNotSatisfy(Condition<File> condition) Verifies that the actualFiledoes not satisfy the given condition.FloatArrayAssert.doesNotSatisfy(Condition<float[]> condition) Verifies that the actualfloatarray does not satisfy the given condition.FloatAssert.doesNotSatisfy(Condition<Float> condition) Verifies that the actualdoes not satisfy the given condition.Floatprotected 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 actualintarray does not satisfy the given condition.IntAssert.doesNotSatisfy(Condition<Integer> condition) Verifies that the actualdoes not satisfy the given condition.IntegerListAssert.doesNotSatisfy(Condition<List<?>> condition) Verifies that the actualdoes not satisfy the given condition.ListLongArrayAssert.doesNotSatisfy(Condition<long[]> condition) Verifies that the actuallongarray does not satisfy the given condition.LongAssert.doesNotSatisfy(Condition<Long> condition) Verifies that the actualLongdoes not satisfy the given condition.MapAssert.doesNotSatisfy(Condition<Map<?, ?>> condition) Verifies that the actualdoes not satisfy the given condition.MapObjectArrayAssert.doesNotSatisfy(Condition<Object[]> condition) Verifies that the actualObjectarray does not satisfy the given condition.ObjectAssert.doesNotSatisfy(Condition<Object> condition) Verifies that the actualObjectdoes not satisfy the given condition.ShortArrayAssert.doesNotSatisfy(Condition<short[]> condition) Verifies that the actualshortarray does not satisfy the given condition.ShortAssert.doesNotSatisfy(Condition<Short> condition) Verifies that the actualShortdoes not satisfy the given condition.StringAssert.doesNotSatisfy(Condition<String> condition) Verifies that the actualStringdoes not satisfy the given condition.ThrowableAssert.doesNotSatisfy(Condition<Throwable> condition) Verifies that the actualThrowabledoes not satisfy the given condition.private StringGenericAssert.errorMessageIfConditionNotSatisfied(Condition<T> condition) private StringGenericAssert.errorMessageIfConditionSatisfied(Condition<T> condition) private StringGenericAssert.errorMessageIfIs(Condition<T> condition) private StringGenericAssert.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 actualFilesatisfies 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 actualFiledoes 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 booleanBigDecimalAssert.satisfies(Condition<BigDecimal> condition) Verifies that the actualsatisfies the given condition.BigDecimalVerifies that the actualbooleanarray satisfies the given condition.Verifies that the actualBooleansatisfies the given condition.Verifies that the actualbytearray satisfies the given condition.Verifies that the actualBytesatisfies the given condition.Verifies that the actualchararray satisfies the given condition.Verifies that the actualsatisfies the given condition.CharacterCollectionAssert.satisfies(Condition<Collection<?>> condition) Verifies that the actual collection satisfies the given condition.Verifies that the actualdoublearray satisfies the given condition.Verifies that the actualDoublesatisfies the given condition.Verifies that the actualFilesatisfies the given condition.Verifies that the actualfloatarray satisfies the given condition.Verifies that the actualsatisfies the given condition.Floatprotected 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 actualintarray satisfies the given condition.Verifies that the actualsatisfies the given condition.IntegerVerifies that the actualsatisfies the given condition.ListVerifies that the actuallongarray satisfies the given condition.Verifies that the actualLongsatisfies the given condition.Verifies that the actualsatisfies the given condition.MapVerifies that the actualObjectarray satisfies the given condition.Verifies that the actualObjectsatisfies the given condition.Verifies that the actualshortarray satisfies the given condition.Verifies that the actualShortsatisfies the given condition.Verifies that the actualStringsatisfies the given condition.Verifies that the actualThrowablesatisfies the given condition.private voidGenericAssert.validateIsNotNull(Condition<T> condition)