Uses of Class
org.fest.assertions.core.Condition
-
Packages that use Condition Package Description org.fest.assertions.api org.fest.assertions.api.filter org.fest.assertions.condition org.fest.assertions.core org.fest.assertions.error org.fest.assertions.internal -
-
Uses of Condition in org.fest.assertions.api
Methods in org.fest.assertions.api that return Condition Modifier and Type Method Description static <T> Condition<T>Assertions. allOf(java.lang.Iterable<? extends Condition<? super T>> conditions)Creates a newAllOfstatic <T> Condition<T>Assertions. allOf(Condition<? super T>... conditions)Creates a newAllOfstatic <T> Condition<T>Assertions. anyOf(java.lang.Iterable<? extends Condition<? super T>> conditions)Creates a newAnyOfstatic <T> Condition<T>Assertions. anyOf(Condition<? super T>... conditions)Only delegate toAnyOf.anyOf(Condition...)so that Assertions offers a full feature entry point to all Fest Assert features (but you can useAnyOfif you prefer).Methods in org.fest.assertions.api with parameters of type Condition Modifier and Type Method Description static <T> Condition<T>Assertions. allOf(Condition<? super T>... conditions)Creates a newAllOfstatic <T> Condition<T>Assertions. anyOf(Condition<? super T>... conditions)Only delegate toAnyOf.anyOf(Condition...)so that Assertions offers a full feature entry point to all Fest Assert features (but you can useAnyOfif you prefer).SAbstractIterableAssert. are(Condition<? super T> condition)Verifies that each element value satisfies the given conditionObjectArrayAssert<T>ObjectArrayAssert. are(Condition<? super T> condition)Verifies that each element value satisfies the given conditionSAbstractIterableAssert. areAtLeast(int times, Condition<? super T> condition)Verifies that there is at least n elements in the actual group satisfying the given condition.ObjectArrayAssert<T>ObjectArrayAssert. areAtLeast(int times, Condition<? super T> condition)Verifies that there is at least n elements in the actual group satisfying the given condition.SAbstractIterableAssert. areAtMost(int times, Condition<? super T> condition)Verifies that there is at most n elements in the actual group satisfying the given condition.ObjectArrayAssert<T>ObjectArrayAssert. areAtMost(int times, Condition<? super T> condition)Verifies that there is at most n elements in the actual group satisfying the given condition.SAbstractIterableAssert. areExactly(int times, Condition<? super T> condition)Verifies that there is exactly n elements in the actual group satisfying the given condition.ObjectArrayAssert<T>ObjectArrayAssert. areExactly(int times, Condition<? super T> condition)Verifies that there is exactly n elements in the actual group satisfying the given condition.SAbstractIterableAssert. areNot(Condition<? super T> condition)Verifies that each element value not satisfies the given conditionObjectArrayAssert<T>ObjectArrayAssert. areNot(Condition<? super T> condition)Verifies that each element value not satisfies the given conditionSAbstractIterableAssert. areNotAtLeast(int times, Condition<? super T> condition)Verifies that there is at least n elements in the actual group not satisfying the given condition.ObjectArrayAssert<T>ObjectArrayAssert. areNotAtLeast(int times, Condition<? super T> condition)Verifies that there is at least n elements in the actual group not satisfying the given condition.SAbstractIterableAssert. areNotAtMost(int times, Condition<? super T> condition)Verifies that there is at most n elements in the actual group not satisfying the given condition.ObjectArrayAssert<T>ObjectArrayAssert. areNotAtMost(int times, Condition<? super T> condition)Verifies that there is at most n elements in the actual group not satisfying the given condition.SAbstractIterableAssert. areNotExactly(int times, Condition<? super T> condition)Verifies that there is exactly n elements in the actual group not satisfying the given condition.ObjectArrayAssert<T>ObjectArrayAssert. areNotExactly(int times, Condition<? super T> condition)Verifies that there is exactly n elements in the actual group not satisfying the given condition.SAbstractAssert. doesNotHave(Condition<? super A> condition)Verifies that the actual value does not satisfy the given condition.static <T> DoesNotHave<T>Assertions. doesNotHave(Condition<? super T> condition)Creates a newDoesNotHave.SAbstractIterableAssert. doNotHave(Condition<? super T> condition)Verifies that each element value not satisfies the given conditionObjectArrayAssert<T>ObjectArrayAssert. doNotHave(Condition<? super T> condition)Verifies that each element value not satisfies the given conditionSAbstractIterableAssert. doNotHaveAtLeast(int times, Condition<? super T> condition)This method is an aliasObjectEnumerableAssert.areNotAtLeast(int, Condition).ObjectArrayAssert<T>ObjectArrayAssert. doNotHaveAtLeast(int times, Condition<? super T> condition)This method is an aliasObjectEnumerableAssert.areNotAtLeast(int, Condition).SAbstractIterableAssert. doNotHaveAtMost(int times, Condition<? super T> condition)This method is an aliasObjectEnumerableAssert.areNotAtMost(int, Condition).ObjectArrayAssert<T>ObjectArrayAssert. doNotHaveAtMost(int times, Condition<? super T> condition)This method is an aliasObjectEnumerableAssert.areNotAtMost(int, Condition).SAbstractIterableAssert. doNotHaveExactly(int times, Condition<? super T> condition)This method is an aliasObjectEnumerableAssert.areNotExactly(int, Condition).ObjectArrayAssert<T>ObjectArrayAssert. doNotHaveExactly(int times, Condition<? super T> condition)This method is an aliasObjectEnumerableAssert.areNotExactly(int, Condition).SAbstractAssert. has(Condition<? super A> condition)Verifies that the actual value satisfies the given condition.ListAssert<T>ListAssert. has(Condition<? super T> condition, Index index)Verifies that the actual object at the given index in the actual group satisfies the given condition.SAbstractIterableAssert. have(Condition<? super T> condition)Verifies that each element value satisfies the given conditionObjectArrayAssert<T>ObjectArrayAssert. have(Condition<? super T> condition)Verifies that each element value satisfies the given conditionSAbstractIterableAssert. haveAtLeast(int times, Condition<? super T> condition)This method is an alias forObjectEnumerableAssert.areAtLeast(int, Condition).ObjectArrayAssert<T>ObjectArrayAssert. haveAtLeast(int times, Condition<? super T> condition)This method is an alias forObjectEnumerableAssert.areAtLeast(int, Condition).SAbstractIterableAssert. haveAtMost(int times, Condition<? super T> condition)This method is an aliasObjectEnumerableAssert.areAtMost(int, Condition).ObjectArrayAssert<T>ObjectArrayAssert. haveAtMost(int times, Condition<? super T> condition)This method is an aliasObjectEnumerableAssert.areAtMost(int, Condition).SAbstractIterableAssert. haveExactly(int times, Condition<? super T> condition)This method is an aliasObjectEnumerableAssert.areExactly(int, Condition).ObjectArrayAssert<T>ObjectArrayAssert. haveExactly(int times, Condition<? super T> condition)This method is an aliasObjectEnumerableAssert.areExactly(int, Condition).SAbstractAssert. is(Condition<? super A> condition)Verifies that the actual value satisfies the given condition.ListAssert<T>ListAssert. is(Condition<? super T> condition, Index index)Verifies that the actual object at the given index in the actual group satisfies the given condition.SAbstractAssert. isNot(Condition<? super A> condition)Verifies that the actual value does not satisfy the given condition.static <T> Not<T>Assertions. not(Condition<? super T> condition)Creates a newNot.Method parameters in org.fest.assertions.api with type arguments of type Condition Modifier and Type Method Description static <T> Condition<T>Assertions. allOf(java.lang.Iterable<? extends Condition<? super T>> conditions)Creates a newAllOfstatic <T> Condition<T>Assertions. anyOf(java.lang.Iterable<? extends Condition<? super T>> conditions)Creates a newAnyOf -
Uses of Condition in org.fest.assertions.api.filter
Methods in org.fest.assertions.api.filter with parameters of type Condition Modifier and Type Method Description Filters<E>Filters. being(Condition<? super E> condition)Filter the underlying group, keeping only elements satisfying the givenCondition.
Same asFilters.having(Condition)- pick the method you prefer to have the most readable code.Filters<E>Filters. having(Condition<? super E> condition)Filter the underlying group, keeping only elements satisfying the givenCondition.
Same asFilters.being(Condition)- pick the method you prefer to have the most readable code. -
Uses of Condition in org.fest.assertions.condition
Subclasses of Condition in org.fest.assertions.condition Modifier and Type Class Description classAllOf<T>Returnstrueif all of the joined conditions is satisfied.classAnyOf<T>Returnstrueif any of the joined conditions is satisfied.classDoesNotHave<T>Returnstrueif the condition is not satisfied.classJoin<T>Join of two or mores.ConditionclassNegative<T>Inverse the condition.classNot<T>Returnstrueif the condition is not satisfied.Methods in org.fest.assertions.condition that return Condition Modifier and Type Method Description static <T> Condition<T>AllOf. allOf(java.lang.Iterable<? extends Condition<? super T>> conditions)Creates a newAllOfstatic <T> Condition<T>AllOf. allOf(Condition<? super T>... conditions)Creates a newAllOfstatic <T> Condition<T>AnyOf. anyOf(java.lang.Iterable<? extends Condition<? super T>> conditions)Creates a newAnyOfstatic <T> Condition<T>AnyOf. anyOf(Condition<? super T>... conditions)Creates a newAnyOfMethods in org.fest.assertions.condition that return types with arguments of type Condition Modifier and Type Method Description protected java.util.Collection<Condition<? super T>>Join. conditions()Returns the conditions to join.Methods in org.fest.assertions.condition with parameters of type Condition Modifier and Type Method Description static <T> Condition<T>AllOf. allOf(Condition<? super T>... conditions)Creates a newAllOfstatic <T> Condition<T>AnyOf. anyOf(Condition<? super T>... conditions)Creates a newAnyOfstatic <T> DoesNotHave<T>DoesNotHave. doesNotHave(Condition<? super T> condition)Creates a newDoesNotHave.static <T> Not<T>Not. not(Condition<? super T> condition)Creates a newNot.Method parameters in org.fest.assertions.condition with type arguments of type Condition Modifier and Type Method Description static <T> Condition<T>AllOf. allOf(java.lang.Iterable<? extends Condition<? super T>> conditions)Creates a newAllOfstatic <T> Condition<T>AnyOf. anyOf(java.lang.Iterable<? extends Condition<? super T>> conditions)Creates a newAnyOfConstructors in org.fest.assertions.condition with parameters of type Condition Constructor Description Join(Condition<? super T>... conditions)Creates a newJoin.Negative(Condition<? super T> condition)Constructor parameters in org.fest.assertions.condition with type arguments of type Condition Constructor Description Join(java.lang.Iterable<? extends Condition<? super T>> conditions)Creates a newJoin. -
Uses of Condition in org.fest.assertions.core
Methods in org.fest.assertions.core that return Condition Modifier and Type Method Description Condition<T>Condition. as(java.lang.String newDescription)Sets the description of this object.Condition<T>Condition. as(Description newDescription)Sets the description of this object.Condition<T>Condition. describedAs(java.lang.String newDescription)Alias forsince "as" is a keyword in Groovy.Descriptable.as(String)Condition<T>Condition. describedAs(Description newDescription)Alias forsince "as" is a keyword in Groovy.Descriptable.as(String)Methods in org.fest.assertions.core with parameters of type Condition Modifier and Type Method Description SObjectEnumerableAssert. are(Condition<? super T> condition)Verifies that each element value satisfies the given conditionSObjectEnumerableAssert. areAtLeast(int n, Condition<? super T> condition)Verifies that there is at least n elements in the actual group satisfying the given condition.SObjectEnumerableAssert. areAtMost(int n, Condition<? super T> condition)Verifies that there is at most n elements in the actual group satisfying the given condition.SObjectEnumerableAssert. areExactly(int n, Condition<? super T> condition)Verifies that there is exactly n elements in the actual group satisfying the given condition.SObjectEnumerableAssert. areNot(Condition<? super T> condition)Verifies that each element value not satisfies the given conditionSObjectEnumerableAssert. areNotAtLeast(int n, Condition<? super T> condition)Verifies that there is at least n elements in the actual group not satisfying the given condition.SObjectEnumerableAssert. areNotAtMost(int n, Condition<? super T> condition)Verifies that there is at most n elements in the actual group not satisfying the given condition.SObjectEnumerableAssert. areNotExactly(int n, Condition<? super T> condition)Verifies that there is exactly n elements in the actual group not satisfying the given condition.SExtensionPoints. doesNotHave(Condition<? super A> condition)Verifies that the actual value does not satisfy the given condition.SObjectEnumerableAssert. doNotHave(Condition<? super T> condition)Verifies that each element value not satisfies the given conditionSObjectEnumerableAssert. doNotHaveAtLeast(int n, Condition<? super T> condition)This method is an aliasObjectEnumerableAssert.areNotAtLeast(int, Condition).SObjectEnumerableAssert. doNotHaveAtMost(int n, Condition<? super T> condition)This method is an aliasObjectEnumerableAssert.areNotAtMost(int, Condition).SObjectEnumerableAssert. doNotHaveExactly(int n, Condition<? super T> condition)This method is an aliasObjectEnumerableAssert.areNotExactly(int, Condition).SExtensionPoints. has(Condition<? super A> condition)Verifies that the actual value satisfies the given condition.SObjectEnumerableAssert. have(Condition<? super T> condition)Verifies that each element value satisfies the given conditionSObjectEnumerableAssert. haveAtLeast(int n, Condition<? super T> condition)This method is an alias forObjectEnumerableAssert.areAtLeast(int, Condition).SObjectEnumerableAssert. haveAtMost(int n, Condition<? super T> condition)This method is an aliasObjectEnumerableAssert.areAtMost(int, Condition).SObjectEnumerableAssert. haveExactly(int n, Condition<? super T> condition)This method is an aliasObjectEnumerableAssert.areExactly(int, Condition).SExtensionPoints. is(Condition<? super A> condition)Verifies that the actual value satisfies the given condition.SExtensionPoints. isNot(Condition<? super A> condition)Verifies that the actual value does not satisfy the given condition. -
Uses of Condition in org.fest.assertions.error
Methods in org.fest.assertions.error with parameters of type Condition Modifier and Type Method Description static ErrorMessageFactoryElementsShouldBe. elementsShouldBe(java.lang.Object actual, java.lang.Object notSatisfies, Condition<?> condition)Creates a newElementsShouldBe.static ErrorMessageFactoryElementsShouldBeAtLeast. elementsShouldBeAtLeast(java.lang.Object actual, int times, Condition<?> condition)Creates a newElementsShouldBeAtLeast.static ErrorMessageFactoryElementsShouldBeAtMost. elementsShouldBeAtMost(java.lang.Object actual, int times, Condition<?> condition)Creates a newElementsShouldBeAtMost.static ErrorMessageFactoryElementsShouldBeExactly. elementsShouldBeExactly(java.lang.Object actual, int times, Condition<?> condition)Creates a newElementsShouldBeExactly.static ErrorMessageFactoryElementsShouldHave. elementsShouldHave(java.lang.Object actual, java.lang.Object notSatisfies, Condition<?> condition)Creates a newElementsShouldHave.static ErrorMessageFactoryElementsShouldHaveAtLeast. elementsShouldHaveAtLeast(java.lang.Object actual, int times, Condition<?> condition)Creates a newElementsShouldHaveAtLeast.static ErrorMessageFactoryElementsShouldHaveAtMost. elementsShouldHaveAtMost(java.lang.Object actual, int times, Condition<?> condition)Creates a newElementsShouldHaveAtMost.static <E> ErrorMessageFactoryElementsShouldHaveExactly. elementsShouldHaveExactly(java.lang.Object actual, int times, Condition<?> condition)Creates a newElementsShouldHaveExactly.static ErrorMessageFactoryElementsShouldNotBe. elementsShouldNotBe(java.lang.Object actual, java.lang.Object satisfies, Condition<?> condition)Creates a newElementsShouldNotBe.static ErrorMessageFactoryElementsShouldNotBeAtLeast. elementsShouldNotBeAtLeast(java.lang.Object actual, int times, Condition<?> condition)Creates a newElementsShouldNotBeAtLeast.static <E> ErrorMessageFactoryElementsShouldNotBeAtMost. elementsShouldNotBeAtMost(java.lang.Object actual, int times, Condition<?> condition)Creates a newElementsShouldNotBeAtMost.static <E> ErrorMessageFactoryElementsShouldNotBeExactly. elementsShouldNotBeExactly(java.lang.Object actual, int times, Condition<?> condition)Creates a newElementsShouldNotBeExactly.static ErrorMessageFactoryElementsShouldNotHave. elementsShouldNotHave(java.lang.Object actual, java.lang.Object notSatisfies, Condition<?> condition)Creates a newElementsShouldNotHave.static ErrorMessageFactoryElementsShouldNotHaveAtLeast. elementsShouldNotHaveAtLeast(java.lang.Object actual, int times, Condition<?> condition)Creates a newElementsShouldNotHaveAtLeast.static <E> ErrorMessageFactoryElementsShouldNotHaveAtMost. elementsShouldNotHaveAtMost(java.lang.Object actual, int times, Condition<?> condition)Creates a newElementsShouldNotHaveAtMost.static <E> ErrorMessageFactoryElementsShouldNotHaveExactly. elementsShouldNotHaveExactly(java.lang.Object actual, int times, Condition<?> condition)Creates a newElementsShouldNotHaveExactly.static <T> ErrorMessageFactoryShouldBe. shouldBe(T actual, Condition<? super T> condition)Creates a newShouldBe.static <T> ErrorMessageFactoryShouldBeAtIndex. shouldBeAtIndex(java.util.List<T> actual, Condition<? super T> condition, Index index, T found)Creates a newShouldBeAtIndex.static ErrorMessageFactoryConditionAndGroupGenericParameterTypeShouldBeTheSame. shouldBeSameGenericBetweenIterableAndCondition(java.lang.Object actual, Condition<?> condition)Creates a newConditionAndGroupGenericParameterTypeShouldBeTheSamestatic <T> ErrorMessageFactoryShouldHave. shouldHave(T actual, Condition<? super T> condition)Creates a newShouldHave.static <T> ErrorMessageFactoryShouldHaveAtIndex. shouldHaveAtIndex(java.util.List<T> actual, Condition<? super T> condition, Index index, T found)Creates a newShouldHaveAtIndex.static <T> ErrorMessageFactoryShouldNotBe. shouldNotBe(T actual, Condition<? super T> condition)Creates a newShouldNotBe.static <T> ErrorMessageFactoryShouldNotHave. shouldNotHave(T actual, Condition<? super T> condition)Creates a newShouldNotHave.Constructors in org.fest.assertions.error with parameters of type Condition Constructor Description ConditionAndGroupGenericParameterTypeShouldBeTheSame(java.lang.Object actual, Condition<?> condition) -
Uses of Condition in org.fest.assertions.internal
Methods in org.fest.assertions.internal with parameters of type Condition Modifier and Type Method Description <E> voidIterables. assertAre(AssertionInfo info, java.lang.Iterable<? extends E> actual, Condition<? super E> condition)Assert that each element of givenIterablesatisfies the given condition.<E> voidObjectArrays. assertAre(AssertionInfo info, E[] actual, Condition<? super E> condition)Assert that each element of given array satisfies the given condition.<E> voidIterables. assertAreAtLeast(AssertionInfo info, java.lang.Iterable<? extends E> actual, int n, Condition<? super E> condition)Assert that there is at least n elements in the actualIterablesatisfying the given condition.<E> voidObjectArrays. assertAreAtLeast(AssertionInfo info, E[] actual, int n, Condition<? super E> condition)Assert that there is at least n array elements satisfying the given condition.<E> voidIterables. assertAreAtMost(AssertionInfo info, java.lang.Iterable<? extends E> actual, int n, Condition<? super E> condition)Assert that there is at most n elements in the actualIterablesatisfying the given condition.<E> voidObjectArrays. assertAreAtMost(AssertionInfo info, E[] actual, int n, Condition<? super E> condition)Assert that there is at most n array elements satisfying the given condition.<E> voidIterables. assertAreExactly(AssertionInfo info, java.lang.Iterable<? extends E> actual, int n, Condition<? super E> condition)Verifies that there is exactly n elements in the actualIterablesatisfying the given condition.<E> voidObjectArrays. assertAreExactly(AssertionInfo info, E[] actual, int n, Condition<? super E> condition)Verifies that there is exactly n array elements satisfying the given condition.<E> voidIterables. assertAreNot(AssertionInfo info, java.lang.Iterable<? extends E> actual, Condition<? super E> condition)Assert that each element of givenIterablenot satisfies the given condition.<E> voidObjectArrays. assertAreNot(AssertionInfo info, E[] actual, Condition<? super E> condition)Assert that each element of given array not satisfies the given condition.<E> voidIterables. assertAreNotAtLeast(AssertionInfo info, java.lang.Iterable<? extends E> actual, int n, Condition<? super E> condition)Assert that there is at least n elements in the actualIterablenot satisfying the given condition.<E> voidObjectArrays. assertAreNotAtLeast(AssertionInfo info, E[] actual, int n, Condition<? super E> condition)Assert that there is at least n array elements not satisfying the given condition.<E> voidIterables. assertAreNotAtMost(AssertionInfo info, java.lang.Iterable<? extends E> actual, int n, Condition<? super E> condition)Verifies that there is at most n elements in the actualIterablenot satisfying the given condition.<E> voidObjectArrays. assertAreNotAtMost(AssertionInfo info, E[] actual, int n, Condition<? super E> condition)Verifies that there is at most n array elements not satisfying the given condition.<E> voidIterables. assertAreNotExactly(AssertionInfo info, java.lang.Iterable<? extends E> actual, int n, Condition<? super E> condition)Verifies that there is exactly n elements in the actualIterablenot satisfying the given condition.<E> voidObjectArrays. assertAreNotExactly(AssertionInfo info, E[] actual, int n, Condition<? super E> condition)Verifies that there is exactly n elements in the actualIterablenot satisfying the given condition.<T> voidConditions. assertDoesNotHave(AssertionInfo info, T actual, Condition<? super T> condition)Asserts that the actual value does not satisfy the given.Condition<E> voidIterables. assertDoNotHave(AssertionInfo info, java.lang.Iterable<? extends E> actual, Condition<? super E> condition)Assert that each element of givenIterablenot satisfies the given condition.<E> voidObjectArrays. assertDoNotHave(AssertionInfo info, E[] actual, Condition<? super E> condition)Assert that each element of given array not satisfies the given condition.<E> voidIterables. assertDoNotHaveAtLeast(AssertionInfo info, java.lang.Iterable<? extends E> actual, int times, Condition<? super E> condition)An alias method ofIterables.assertAreNotAtLeast(AssertionInfo, Iterable, int, Condition)to provide a richer fluent api (same logic, only error message differs).<E> voidObjectArrays. assertDoNotHaveAtLeast(AssertionInfo info, E[] actual, int times, Condition<? super E> condition)An alias method ofObjectArrays.assertAreNotAtLeast(AssertionInfo, Object[], int, Condition)to provide a richer fluent api (same logic, only error message differs).<E> voidIterables. assertDoNotHaveAtMost(AssertionInfo info, java.lang.Iterable<? extends E> actual, int times, Condition<? super E> condition)An alias method ofIterables.assertAreNotAtMost(AssertionInfo, Iterable, int, Condition)to provide a richer fluent api (same logic, only error message differs).<E> voidObjectArrays. assertDoNotHaveAtMost(AssertionInfo info, E[] actual, int times, Condition<? super E> condition)An alias method ofObjectArrays.assertAreNotAtMost(AssertionInfo, Object[], int, Condition)to provide a richer fluent api (same logic, only error message differs).<E> voidIterables. assertDoNotHaveExactly(AssertionInfo info, java.lang.Iterable<? extends E> actual, int times, Condition<? super E> condition)An alias method ofIterables.assertAreNotExactly(AssertionInfo, Iterable, int, Condition)to provide a richer fluent api (same logic, only error message differs).<E> voidObjectArrays. assertDoNotHaveExactly(AssertionInfo info, E[] actual, int times, Condition<? super E> condition)An alias method ofObjectArrays.assertAreNotExactly(AssertionInfo, Object[], int, Condition)to provide a richer fluent api (same logic, only error message differs).<T> voidConditions. assertHas(AssertionInfo info, T actual, Condition<? super T> condition)Asserts that the actual value satisfies the given.Condition<T> voidLists. assertHas(AssertionInfo info, java.util.List<T> actual, Condition<? super T> condition, Index index)Verifies that the givenListsatisfies the givenat the given index.Condition<E> voidIterables. assertHave(AssertionInfo info, java.lang.Iterable<? extends E> actual, Condition<? super E> condition)Assert that each element of givenIterablesatisfies the given condition.<E> voidObjectArrays. assertHave(AssertionInfo info, E[] actual, Condition<? super E> condition)Assert that each element of given array satisfies the given condition.<E> voidIterables. assertHaveAtLeast(AssertionInfo info, java.lang.Iterable<? extends E> actual, int times, Condition<? super E> condition)An alias method ofIterables.assertAreAtLeast(AssertionInfo, Iterable, int, Condition)to provide a richer fluent api (same logic, only error message differs).<E> voidObjectArrays. assertHaveAtLeast(AssertionInfo info, E[] actual, int times, Condition<? super E> condition)An alias method ofObjectArrays.assertAreAtLeast(AssertionInfo, Object[], int, Condition)to provide a richer fluent api (same logic, only error message differs).<E> voidIterables. assertHaveAtMost(AssertionInfo info, java.lang.Iterable<? extends E> actual, int times, Condition<? super E> condition)An alias method ofIterables.assertAreAtMost(AssertionInfo, Iterable, int, Condition)to provide a richer fluent api (same logic, only error message differs).<E> voidObjectArrays. assertHaveAtMost(AssertionInfo info, E[] actual, int times, Condition<? super E> condition)An alias method ofObjectArrays.assertAreAtMost(AssertionInfo, Object[], int, Condition)to provide a richer fluent api (same logic, only error message differs).<E> voidIterables. assertHaveExactly(AssertionInfo info, java.lang.Iterable<? extends E> actual, int times, Condition<? super E> condition)An alias method ofIterables.assertAreExactly(AssertionInfo, Iterable, int, Condition)to provide a richer fluent api (same logic, only error message differs).<E> voidObjectArrays. assertHaveExactly(AssertionInfo info, E[] actual, int times, Condition<? super E> condition)An alias method ofObjectArrays.assertAreExactly(AssertionInfo, Object[], int, Condition)to provide a richer fluent api (same logic, only error message differs).<T> voidConditions. assertIs(AssertionInfo info, T actual, Condition<? super T> condition)Asserts that the actual value satisfies the given.Condition<T> voidLists. assertIs(AssertionInfo info, java.util.List<T> actual, Condition<? super T> condition, Index index)Verifies that the givenListsatisfies the givenat the given index.Condition<T> voidConditions. assertIsNot(AssertionInfo info, T actual, Condition<? super T> condition)Asserts that the actual value does not satisfy the given.ConditionvoidConditions. assertIsNotNull(Condition<?> condition)Asserts the the givenis not null.Condition
-