A B C D E F G H I L M N O R S T V 
All Classes All Packages

A

ABORTED - io.github.henryssondaniel.teacup.core.testing.Status
Aborted.
AbstractBooleanArrayAssert<T extends GenericBooleanArrayAssert<T>> - Class in io.github.henryssondaniel.teacup.core.assertion
Abstract boolean array assert.
AbstractBooleanArrayAssert() - Constructor for class io.github.henryssondaniel.teacup.core.assertion.AbstractBooleanArrayAssert
 
AbstractBooleanAssert<T extends GenericBooleanAssert<T>> - Class in io.github.henryssondaniel.teacup.core.assertion
Abstract boolean assert.
AbstractBooleanAssert() - Constructor for class io.github.henryssondaniel.teacup.core.assertion.AbstractBooleanAssert
 
AbstractByteArrayAssert<T extends GenericByteArrayAssert<T>> - Class in io.github.henryssondaniel.teacup.core.assertion
Abstract byte array assert.
AbstractByteArrayAssert() - Constructor for class io.github.henryssondaniel.teacup.core.assertion.AbstractByteArrayAssert
 
AbstractCharArrayAssert<T extends GenericCharArrayAssert<T>> - Class in io.github.henryssondaniel.teacup.core.assertion
Abstract char array assert.
AbstractCharArrayAssert() - Constructor for class io.github.henryssondaniel.teacup.core.assertion.AbstractCharArrayAssert
 
AbstractCharSequenceAssert<T extends java.lang.CharSequence,​U extends GenericCharSequenceAssert<T,​U>> - Class in io.github.henryssondaniel.teacup.core.assertion
Abstract char sequence assert.
AbstractCharSequenceAssert() - Constructor for class io.github.henryssondaniel.teacup.core.assertion.AbstractCharSequenceAssert
 
AbstractComparableAssert<T extends java.lang.Comparable<? super T>,​U extends GenericComparableAssert<T,​U>> - Class in io.github.henryssondaniel.teacup.core.assertion
Abstract comparable assert.
AbstractComparableAssert() - Constructor for class io.github.henryssondaniel.teacup.core.assertion.AbstractComparableAssert
 
AbstractDoubleArrayAssert<T extends GenericDoubleArrayAssert<T>> - Class in io.github.henryssondaniel.teacup.core.assertion
Abstract double array assert.
AbstractDoubleArrayAssert() - Constructor for class io.github.henryssondaniel.teacup.core.assertion.AbstractDoubleArrayAssert
 
AbstractFloatArrayAssert<T extends GenericFloatArrayAssert<T>> - Class in io.github.henryssondaniel.teacup.core.assertion
Abstract float array assert.
AbstractFloatArrayAssert() - Constructor for class io.github.henryssondaniel.teacup.core.assertion.AbstractFloatArrayAssert
 
AbstractIntArrayAssert<T extends GenericIntArrayAssert<T>> - Class in io.github.henryssondaniel.teacup.core.assertion
Abstract int array assert.
AbstractIntArrayAssert() - Constructor for class io.github.henryssondaniel.teacup.core.assertion.AbstractIntArrayAssert
 
AbstractIntegerAssert<T extends GenericIntegerAssert<T>> - Class in io.github.henryssondaniel.teacup.core.assertion
Abstract integer assert.
AbstractIntegerAssert() - Constructor for class io.github.henryssondaniel.teacup.core.assertion.AbstractIntegerAssert
 
AbstractIterableAssert<T,​U extends java.lang.Iterable<? extends T>,​V extends GenericIterableAssert<T,​U,​V>> - Class in io.github.henryssondaniel.teacup.core.assertion
Abstract iterable assert.
AbstractIterableAssert() - Constructor for class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
AbstractListAssert<T,​U extends java.util.List<? extends T>,​V extends GenericListAssert<T,​U,​V>> - Class in io.github.henryssondaniel.teacup.core.assertion
Abstract list assert.
AbstractListAssert() - Constructor for class io.github.henryssondaniel.teacup.core.assertion.AbstractListAssert
 
AbstractLongArrayAssert<T extends GenericLongArrayAssert<T>> - Class in io.github.henryssondaniel.teacup.core.assertion
Abstract long array assert.
AbstractLongArrayAssert() - Constructor for class io.github.henryssondaniel.teacup.core.assertion.AbstractLongArrayAssert
 
AbstractLongAssert<T extends GenericLongAssert<T>> - Class in io.github.henryssondaniel.teacup.core.assertion
Abstract long assert.
AbstractLongAssert() - Constructor for class io.github.henryssondaniel.teacup.core.assertion.AbstractLongAssert
 
AbstractMapAssert<T,​U,​V extends java.util.Map<T,​U>,​W extends GenericMapAssert<T,​U,​V,​W>> - Class in io.github.henryssondaniel.teacup.core.assertion
Abstract map assert.
AbstractMapAssert() - Constructor for class io.github.henryssondaniel.teacup.core.assertion.AbstractMapAssert
 
AbstractObjectArrayAssert<T,​U extends GenericObjectArrayAssert<T,​U>> - Class in io.github.henryssondaniel.teacup.core.assertion
Abstract object array assert.
AbstractObjectArrayAssert() - Constructor for class io.github.henryssondaniel.teacup.core.assertion.AbstractObjectArrayAssert
 
AbstractObjectAssert<T,​U extends GenericObjectAssert<T,​U>> - Class in io.github.henryssondaniel.teacup.core.assertion
Abstract object assert.
AbstractObjectAssert() - Constructor for class io.github.henryssondaniel.teacup.core.assertion.AbstractObjectAssert
 
AbstractShortArrayAssert<T extends GenericShortArrayAssert<T>> - Class in io.github.henryssondaniel.teacup.core.assertion
Abstract short array assert.
AbstractShortArrayAssert() - Constructor for class io.github.henryssondaniel.teacup.core.assertion.AbstractShortArrayAssert
 
AbstractStringAssert<T extends GenericStringAssert<T>> - Class in io.github.henryssondaniel.teacup.core.assertion
Abstract string assert.
AbstractStringAssert() - Constructor for class io.github.henryssondaniel.teacup.core.assertion.AbstractStringAssert
 

B

BooleanArrayAssert - Interface in io.github.henryssondaniel.teacup.core.assertion
Boolean array assertions.
BooleanAssert - Interface in io.github.henryssondaniel.teacup.core.assertion
Boolean assertions.
ByteArrayAssert - Interface in io.github.henryssondaniel.teacup.core.assertion
Byte array assertions.

C

CharArrayAssert - Interface in io.github.henryssondaniel.teacup.core.assertion
Char array assertions.
CharSequenceAssert - Interface in io.github.henryssondaniel.teacup.core.assertion
Char sequence assertions.
ComparableAssert<T extends java.lang.Comparable<? super T>> - Interface in io.github.henryssondaniel.teacup.core.assertion
Comparable assertions.
contains(CharSequence...) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractCharSequenceAssert
 
contains(CharSequence...) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericCharSequenceAssert
Verifies that the CharSequence contains the values.
contains(Map.Entry<? extends T, ? extends U>...) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractMapAssert
 
contains(Map.Entry<? extends T, ? extends U>...) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericMapAssert
Verifies that the map contains the given entries, in any order.
contains(T...) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
contains(T...) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable contains the given values, in any order.
contains(T, int) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractListAssert
 
contains(T, int) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericListAssert
Verifies that the List contains the given value at the given index.
containsAll(Iterable<? extends T>) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
containsAll(Iterable<? extends T>) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable contains all the elements of the given iterable, in any order.
containsAllEntriesOf(Map<? extends T, ? extends U>) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractMapAssert
 
containsAllEntriesOf(Map<? extends T, ? extends U>) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericMapAssert
Verifies that the map contains all the elements of the given map.
containsAnyElementsOf(Iterable<? extends T>) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
containsAnyElementsOf(Iterable<? extends T>) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable contains any of the elements of the given iterable.
containsAnyOf(Map.Entry<? extends T, ? extends U>...) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractMapAssert
 
containsAnyOf(Map.Entry<? extends T, ? extends U>...) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericMapAssert
Verifies that the map contains any of the given entries.
containsAnyOf(T...) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
containsAnyOf(T...) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable contains any of the given values.
containsEntry(T, U) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractMapAssert
 
containsEntry(T, U) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericMapAssert
Verifies that the map contains the given key and value.
containsExactly(Map.Entry<? extends T, ? extends U>...) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractMapAssert
 
containsExactly(Map.Entry<? extends T, ? extends U>...) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericMapAssert
Verifies that the map contains exactly the given entries.
containsExactly(T...) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
containsExactly(T...) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable contains exactly all the given values.
containsExactlyElementsOf(Iterable<? extends T>) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
containsExactlyElementsOf(Iterable<? extends T>) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable contains exactly the elements of the given iterable.
containsExactlyInAnyOrder(T...) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
containsExactlyInAnyOrder(T...) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable contains exactly all the given values, in any order.
containsExactlyInAnyOrderElementsOf(Iterable<? extends T>) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
containsExactlyInAnyOrderElementsOf(Iterable<? extends T>) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable contains exactly all of the elements of the given iterable, in any order.
containsIgnoringCase(CharSequence) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractCharSequenceAssert
 
containsIgnoringCase(CharSequence) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericCharSequenceAssert
Verifies that the CharSequence contains the value, ignoring case considerations.
containsKey(T) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractMapAssert
 
containsKey(T) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericMapAssert
Verifies that the map contains the given key.
containsKeys(T...) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractMapAssert
 
containsKeys(T...) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericMapAssert
Verifies that the map contains the given keys.
containsNull() - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
containsNull() - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable contains at least one null element.
containsOnly(Map.Entry<? extends T, ? extends U>...) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractMapAssert
 
containsOnly(Map.Entry<? extends T, ? extends U>...) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericMapAssert
Verifies that the map only contains the given entries.
containsOnly(T...) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
containsOnly(T...) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable only contains the given values.
containsOnlyKeys(T...) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractMapAssert
 
containsOnlyKeys(T...) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericMapAssert
Verifies that the map only contains the given keys.
containsOnlyNulls() - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
containsOnlyNulls() - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable only contains null element.
containsOnlyOnce(CharSequence) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractCharSequenceAssert
 
containsOnlyOnce(CharSequence) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericCharSequenceAssert
Verifies that the CharSequence contains the value, only once.
containsOnlyOnce(T...) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
containsOnlyOnce(T...) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable only contains the given values once.
containsPattern(CharSequence) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractCharSequenceAssert
 
containsPattern(CharSequence) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericCharSequenceAssert
Verifies that the CharSequence contains the regular expression.
containsSequence(CharSequence...) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractCharSequenceAssert
 
containsSequence(CharSequence...) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericCharSequenceAssert
Verifies that the CharSequence contains the values, in the given order without any other values between them.
containsSequence(Iterable<? extends T>) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
containsSequence(Iterable<? extends T>) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable contains the sequence of the given iterable.
containsSequence(T...) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
containsSequence(T...) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable contains the given sequence.
containsSubsequence(CharSequence...) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractCharSequenceAssert
 
containsSubsequence(CharSequence...) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericCharSequenceAssert
Verifies that the CharSequence contains the values, in the given order, possibly with other values between them.
containsSubsequence(Iterable<? extends T>) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
containsSubsequence(Iterable<? extends T>) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable contains the subsequence of the given iterable.
containsSubsequence(T...) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
containsSubsequence(T...) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable contains the given subsequence.
containsValue(U) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractMapAssert
 
containsValue(U) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericMapAssert
Verifies that the map contains the given value.
containsValues(U...) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractMapAssert
 
containsValues(U...) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericMapAssert
Verifies that the map contains the given values.
createBooleanArrayAssert() - Static method in enum io.github.henryssondaniel.teacup.core.assertion.Factory
Creates an boolean array assert.
createBooleanAssert() - Static method in enum io.github.henryssondaniel.teacup.core.assertion.Factory
Creates an boolean assert.
createByteArrayAssert() - Static method in enum io.github.henryssondaniel.teacup.core.assertion.Factory
Creates an byte array assert.
createCharArrayAssert() - Static method in enum io.github.henryssondaniel.teacup.core.assertion.Factory
Creates an char array assert.
createCharSequenceAssert() - Static method in enum io.github.henryssondaniel.teacup.core.assertion.Factory
Creates an char sequence assert.
createComparableAssert() - Static method in enum io.github.henryssondaniel.teacup.core.assertion.Factory
Creates an comparable assert.
createDoubleArrayAssert() - Static method in enum io.github.henryssondaniel.teacup.core.assertion.Factory
Creates an double array assert.
createFloatArrayAssert() - Static method in enum io.github.henryssondaniel.teacup.core.assertion.Factory
Creates an float array assert.
createIntArrayAssert() - Static method in enum io.github.henryssondaniel.teacup.core.assertion.Factory
Creates an int array assert.
createIntegerAssert() - Static method in enum io.github.henryssondaniel.teacup.core.assertion.Factory
Creates an integer assert.
createIterableAssert() - Static method in enum io.github.henryssondaniel.teacup.core.assertion.Factory
Creates an iterable assert.
createListAssert() - Static method in enum io.github.henryssondaniel.teacup.core.assertion.Factory
Creates an list assert.
createLongArrayAssert() - Static method in enum io.github.henryssondaniel.teacup.core.assertion.Factory
Creates an long array assert.
createLongAssert() - Static method in enum io.github.henryssondaniel.teacup.core.assertion.Factory
Creates an long assert.
createMapAssert() - Static method in enum io.github.henryssondaniel.teacup.core.assertion.Factory
Creates an map assert.
createNode(String, Collection<Node>) - Static method in enum io.github.henryssondaniel.teacup.core.testing.Factory
Creates a new test node.
createObjectArrayAssert() - Static method in enum io.github.henryssondaniel.teacup.core.assertion.Factory
Creates an object array assert.
createObjectAssert() - Static method in enum io.github.henryssondaniel.teacup.core.assertion.Factory
Creates an object assert.
createResult(Status, Throwable) - Static method in enum io.github.henryssondaniel.teacup.core.testing.Factory
Creates a new result.
createShortArrayAssert() - Static method in enum io.github.henryssondaniel.teacup.core.assertion.Factory
Creates an short array assert.
createStringAssert() - Static method in enum io.github.henryssondaniel.teacup.core.assertion.Factory
Creates an string assert.

D

doesNotContain(CharSequence...) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractCharSequenceAssert
 
doesNotContain(CharSequence...) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericCharSequenceAssert
Verifies that the CharSequence does not contain the values.
doesNotContain(Map.Entry<? extends T, ? extends U>...) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractMapAssert
 
doesNotContain(Map.Entry<? extends T, ? extends U>...) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericMapAssert
Verifies that the map does not contain the given entries.
doesNotContain(T...) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
doesNotContain(T...) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable does not contain the given values.
doesNotContain(T, int) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractListAssert
 
doesNotContain(T, int) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericListAssert
Verifies that the List does not contain the given value at the given index.
doesNotContainAnyElementsOf(Iterable<? extends T>) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
doesNotContainAnyElementsOf(Iterable<? extends T>) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable does not contain any of the elements of the given iterable.
doesNotContainEntry(T, U) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractMapAssert
 
doesNotContainEntry(T, U) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericMapAssert
Verifies that the map does not contain the given key and value.
doesNotContainKey(T) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractMapAssert
 
doesNotContainKey(T) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericMapAssert
Verifies that the map contains the given key.
doesNotContainKeys(T...) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractMapAssert
 
doesNotContainKeys(T...) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericMapAssert
Verifies that the map contains the given keys.
doesNotContainNull() - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
doesNotContainNull() - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable does not contain any null element.
doesNotContainPattern(CharSequence) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractCharSequenceAssert
 
doesNotContainPattern(CharSequence) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericCharSequenceAssert
Verifies that the CharSequence does not contain the regular expression.
doesNotContainSequence(Iterable<? extends T>) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
doesNotContainSequence(Iterable<? extends T>) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable does not contain the sequence of the given iterable.
doesNotContainSequence(T...) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
doesNotContainSequence(T...) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable does not contain the given sequence.
doesNotContainSubsequence(Iterable<? extends T>) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
doesNotContainSubsequence(Iterable<? extends T>) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable does not contain the subsequence of the given iterable.
doesNotContainSubsequence(T...) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
doesNotContainSubsequence(T...) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable does not contain the given subsequence.
doesNotContainValue(U) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractMapAssert
 
doesNotContainValue(U) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericMapAssert
Verifies that the map contains the given value.
doesNotEndWith(CharSequence) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractCharSequenceAssert
 
doesNotEndWith(CharSequence) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericCharSequenceAssert
Verifies that the CharSequence does not end with the value.
doesNotHaveAnyElementsOfTypes(Class<?>...) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
doesNotHaveAnyElementsOfTypes(Class<?>...) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable does not have any elements of the given types.
doesNotHaveDuplicates() - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
doesNotHaveDuplicates() - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable does not have duplicates.
doesNotHaveSameClassAs(Object) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractObjectAssert
 
doesNotHaveSameClassAs(Object) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericObjectAssert
Verifies that the Object does not have the same class as the value.
doesNotMatch(CharSequence) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractCharSequenceAssert
 
doesNotMatch(CharSequence) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericCharSequenceAssert
Verifies that the CharSequence does not verify the regular expression.
doesNotStartWith(CharSequence) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractCharSequenceAssert
 
doesNotStartWith(CharSequence) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericCharSequenceAssert
Verifies that the CharSequence does not start with the value.
DoubleArrayAssert - Interface in io.github.henryssondaniel.teacup.core.assertion
Double array assertions.

E

endsWith(CharSequence) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractCharSequenceAssert
 
endsWith(CharSequence) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericCharSequenceAssert
Verifies that the CharSequence ends with the value.
endsWith(T...) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
endsWith(T...) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable ends with the given sequence.
EnumerableAssert<T,​U extends EnumerableAssert<T,​U>> - Interface in io.github.henryssondaniel.teacup.core.assertion
Enumerable assertions.

F

Factory - Enum in io.github.henryssondaniel.teacup.core.assertion
Assertion factory.
Factory - Enum in io.github.henryssondaniel.teacup.core.configuration
Configuration factory.
Factory - Enum in io.github.henryssondaniel.teacup.core.logging
Factory.
Factory - Enum in io.github.henryssondaniel.teacup.core.reporting
Factory.
Factory - Enum in io.github.henryssondaniel.teacup.core.testing
Factory.
FAILED - io.github.henryssondaniel.teacup.core.testing.Status
Failed.
finished(Node, Result) - Method in interface io.github.henryssondaniel.teacup.core.reporting.Reporter
Finished.
FloatArrayAssert - Interface in io.github.henryssondaniel.teacup.core.assertion
Float array assertions.

G

GenericBooleanArrayAssert<T extends GenericBooleanArrayAssert<T>> - Interface in io.github.henryssondaniel.teacup.core.assertion
Generic boolean array assertions.
GenericBooleanAssert<T extends GenericBooleanAssert<T>> - Interface in io.github.henryssondaniel.teacup.core.assertion
Generic boolean assertions.
GenericByteArrayAssert<T extends GenericByteArrayAssert<T>> - Interface in io.github.henryssondaniel.teacup.core.assertion
Generic byte array assertions.
GenericCharArrayAssert<T extends GenericCharArrayAssert<T>> - Interface in io.github.henryssondaniel.teacup.core.assertion
Generic char array assertions.
GenericCharSequenceAssert<T extends java.lang.CharSequence,​U extends GenericCharSequenceAssert<T,​U>> - Interface in io.github.henryssondaniel.teacup.core.assertion
Generic char sequence assertions.
GenericComparableAssert<T extends java.lang.Comparable<? super T>,​U extends GenericComparableAssert<T,​U>> - Interface in io.github.henryssondaniel.teacup.core.assertion
Generic comparable assertions.
GenericDoubleArrayAssert<T extends GenericDoubleArrayAssert<T>> - Interface in io.github.henryssondaniel.teacup.core.assertion
Generic double array assertions.
GenericFloatArrayAssert<T extends GenericFloatArrayAssert<T>> - Interface in io.github.henryssondaniel.teacup.core.assertion
Generic float array assertions.
GenericIntArrayAssert<T extends GenericIntArrayAssert<T>> - Interface in io.github.henryssondaniel.teacup.core.assertion
Generic int array assertions.
GenericIntegerAssert<T extends GenericIntegerAssert<T>> - Interface in io.github.henryssondaniel.teacup.core.assertion
Generic integer assertions.
GenericIterableAssert<T,​U extends java.lang.Iterable<? extends T>,​V extends GenericIterableAssert<T,​U,​V>> - Interface in io.github.henryssondaniel.teacup.core.assertion
Generic iterable assertions.
GenericListAssert<T,​U extends java.util.List<? extends T>,​V extends GenericListAssert<T,​U,​V>> - Interface in io.github.henryssondaniel.teacup.core.assertion
Generic list assertions.
GenericLongArrayAssert<T extends GenericLongArrayAssert<T>> - Interface in io.github.henryssondaniel.teacup.core.assertion
Generic long array assertions.
GenericLongAssert<T extends GenericLongAssert<T>> - Interface in io.github.henryssondaniel.teacup.core.assertion
Generic long assertions.
GenericMapAssert<T,​U,​V extends java.util.Map<T,​U>,​W extends GenericMapAssert<T,​U,​V,​W>> - Interface in io.github.henryssondaniel.teacup.core.assertion
Generic map assertions.
GenericNumberAssert<T extends java.lang.Number,​U extends GenericNumberAssert<T,​U>> - Interface in io.github.henryssondaniel.teacup.core.assertion
Generic number assertions.
GenericObjectArrayAssert<T,​U extends GenericObjectArrayAssert<T,​U>> - Interface in io.github.henryssondaniel.teacup.core.assertion
Generic object array assertions.
GenericObjectAssert<T,​U extends GenericObjectAssert<T,​U>> - Interface in io.github.henryssondaniel.teacup.core.assertion
Generic object assertions.
GenericShortArrayAssert<T extends GenericShortArrayAssert<T>> - Interface in io.github.henryssondaniel.teacup.core.assertion
Generic short array assertions.
GenericStringAssert<T extends GenericStringAssert<T>> - Interface in io.github.henryssondaniel.teacup.core.assertion
Generic string assertions.
getLogger(Class<?>) - Static method in enum io.github.henryssondaniel.teacup.core.logging.Factory
Returns the logger.
getName() - Method in interface io.github.henryssondaniel.teacup.core.testing.Node
Returns the name.
getNodes() - Method in interface io.github.henryssondaniel.teacup.core.testing.Node
Returns the test nodes.
getProperties() - Static method in enum io.github.henryssondaniel.teacup.core.configuration.Factory
Returns the properties.
getReporter() - Static method in enum io.github.henryssondaniel.teacup.core.reporting.Factory
Returns the reporter.
getStatus() - Method in interface io.github.henryssondaniel.teacup.core.testing.Result
Returns the status.
getThrowable() - Method in interface io.github.henryssondaniel.teacup.core.testing.Result
Returns an optional throwable.
getTimeFinished() - Method in interface io.github.henryssondaniel.teacup.core.testing.Node
Returns the time finished.
getTimeStarted() - Method in interface io.github.henryssondaniel.teacup.core.testing.Node
Returns the time started.

H

hasAtLeastOneElementOfType(Class<?>) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
hasAtLeastOneElementOfType(Class<?>) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable has at least one element of the given type.
hasOnlyElementsOfType(Class<?>) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
hasOnlyElementsOfType(Class<?>) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable has only elements of the given type.
hasOnlyElementsOfTypes(Class<?>...) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
hasOnlyElementsOfTypes(Class<?>...) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable has only elements of the given types.
hasSameClassAs(Object) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractObjectAssert
 
hasSameClassAs(Object) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericObjectAssert
Verifies that the Object has the same class as the value.
hasSameElementsAs(Iterable<? extends T>) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
hasSameElementsAs(Iterable<? extends T>) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable has same elements as the given iterable.
hasSameSizeAs(CharSequence) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractCharSequenceAssert
 
hasSameSizeAs(CharSequence) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericCharSequenceAssert
Verifies that the CharSequence has the same size as the value.
hasSameSizeAs(Iterable<?>) - Method in interface io.github.henryssondaniel.teacup.core.assertion.EnumerableAssert
Verifies that the enumerable has the same size as the other.
hasSameSizeAs(Object) - Method in interface io.github.henryssondaniel.teacup.core.assertion.EnumerableAssert
Verifies that the enumerable has the same size as the array.
hasSameSizeAs(Map<?, ?>) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractMapAssert
 
hasSameSizeAs(Map<?, ?>) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericMapAssert
Verifies that the map has the same size as the given map.
hasSize(int) - Method in interface io.github.henryssondaniel.teacup.core.assertion.EnumerableAssert
Verifies that the enumerable has the expected size.

I

initialize() - Method in interface io.github.henryssondaniel.teacup.core.reporting.Reporter
Initialize.
initialized(Collection<? extends Node>) - Method in interface io.github.henryssondaniel.teacup.core.reporting.Reporter
Initialized.
IntArrayAssert - Interface in io.github.henryssondaniel.teacup.core.assertion
Int array assertions.
IntegerAssert - Interface in io.github.henryssondaniel.teacup.core.assertion
Integer assertions.
io.github.henryssondaniel.teacup.core.assertion - package io.github.henryssondaniel.teacup.core.assertion
 
io.github.henryssondaniel.teacup.core.configuration - package io.github.henryssondaniel.teacup.core.configuration
 
io.github.henryssondaniel.teacup.core.logging - package io.github.henryssondaniel.teacup.core.logging
 
io.github.henryssondaniel.teacup.core.reporting - package io.github.henryssondaniel.teacup.core.reporting
 
io.github.henryssondaniel.teacup.core.testing - package io.github.henryssondaniel.teacup.core.testing
 
isEmpty() - Method in interface io.github.henryssondaniel.teacup.core.assertion.EnumerableAssert
Verifies that the enumerable is empty.
isEqualTo(Object) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractObjectAssert
 
isEqualTo(Object) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericObjectAssert
Verifies that the Object is equal to the value.
isEqualToIgnoringCase(CharSequence) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractCharSequenceAssert
 
isEqualToIgnoringCase(CharSequence) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericCharSequenceAssert
Verifies that the CharSequence is equal to the value, ignoring case.
isEqualToIgnoringNewLines(CharSequence) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractCharSequenceAssert
 
isEqualToIgnoringNewLines(CharSequence) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericCharSequenceAssert
Verifies that the CharSequence is equal to the value, ignoring new lines.
isEqualToIgnoringWhitespace(CharSequence) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractCharSequenceAssert
 
isEqualToIgnoringWhitespace(CharSequence) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericCharSequenceAssert
Verifies that the CharSequence is equal to the value, ignoring whitespace.
isEqualToNormalizingNewlines(CharSequence) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractCharSequenceAssert
 
isEqualToNormalizingNewlines(CharSequence) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericCharSequenceAssert
Verifies that the CharSequence is equal to the value, normalizing new lines.
isEqualToNormalizingWhitespace(CharSequence) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractCharSequenceAssert
 
isEqualToNormalizingWhitespace(CharSequence) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericCharSequenceAssert
Verifies that the CharSequence is equal to the value, normalizing whitespace.
isFalse() - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractBooleanAssert
 
isFalse() - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericBooleanAssert
Verifies that the boolean is false.
isGreaterThan(String) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractStringAssert
 
isGreaterThan(T) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractComparableAssert
 
isGreaterThan(T) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericComparableAssert
Verifies that the comparable is greater than the value.
isGreaterThanOrEqualTo(String) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractStringAssert
 
isGreaterThanOrEqualTo(T) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractComparableAssert
 
isGreaterThanOrEqualTo(T) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericComparableAssert
Verifies that the comparable is greater than, or equal to, the value.
isLessThan(String) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractStringAssert
 
isLessThan(T) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractComparableAssert
 
isLessThan(T) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericComparableAssert
Verifies that the comparable is less than the value.
isLessThanOrEqualTo(String) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractStringAssert
 
isLessThanOrEqualTo(T) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractComparableAssert
 
isLessThanOrEqualTo(T) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericComparableAssert
Verifies that the comparable is less than, or equal to, the value.
isNotEmpty() - Method in interface io.github.henryssondaniel.teacup.core.assertion.EnumerableAssert
Verifies that the enumerable is not empty.
isNotEqualTo(Object) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractObjectAssert
 
isNotEqualTo(Object) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericObjectAssert
Verifies that the Object is not equal to the value.
isNotEqualToIgnoringCase(CharSequence) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractCharSequenceAssert
 
isNotEqualToIgnoringCase(CharSequence) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericCharSequenceAssert
Verifies that the CharSequence is not equal to the value, ignoring case.
isNotEqualToIgnoringWhitespace(CharSequence) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractCharSequenceAssert
 
isNotEqualToIgnoringWhitespace(CharSequence) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericCharSequenceAssert
Verifies that the CharSequence is not equal to the value, ignoring whitespace.
isNotEqualToNormalizingWhitespace(CharSequence) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractCharSequenceAssert
 
isNotEqualToNormalizingWhitespace(CharSequence) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericCharSequenceAssert
Verifies that the CharSequence is not equal to the value, normalizing whitespace.
isNotSameAs(Object) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractObjectAssert
 
isNotSameAs(Object) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericObjectAssert
Verifies that the Object is not the same as the value.
isNullOrEmpty() - Method in interface io.github.henryssondaniel.teacup.core.assertion.EnumerableAssert
Verifies that the enumerable is null or empty.
isSameAs(Object) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractObjectAssert
 
isSameAs(Object) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericObjectAssert
Verifies that the Object is the same as the value.
isSubsetOf(Iterable<? extends T>) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
isSubsetOf(Iterable<? extends T>) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable is a subset of the given iterable.
isSubsetOf(T...) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
isSubsetOf(T...) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable is a subset of the given values.
isSubstringOf(CharSequence) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractCharSequenceAssert
 
isSubstringOf(CharSequence) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericCharSequenceAssert
Verifies that the CharSequence is a substring of the value.
isTrue() - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractBooleanAssert
 
isTrue() - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericBooleanAssert
Verifies that the boolean is true.
isXmlEqualTo(CharSequence) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractCharSequenceAssert
 
isXmlEqualTo(CharSequence) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericCharSequenceAssert
Verifies that the CharSequence is equal to the given XML after both have been formatted the same way.
IterableAssert<T> - Interface in io.github.henryssondaniel.teacup.core.assertion
Iterable assertions.

L

ListAssert<T> - Interface in io.github.henryssondaniel.teacup.core.assertion
List assertions.
log(LogRecord, Node) - Method in interface io.github.henryssondaniel.teacup.core.reporting.Reporter
Log.
LongArrayAssert - Interface in io.github.henryssondaniel.teacup.core.assertion
Long array assertions.
LongAssert - Interface in io.github.henryssondaniel.teacup.core.assertion
Long assertions.

M

MapAssert<T,​U> - Interface in io.github.henryssondaniel.teacup.core.assertion
Map assertions.
matches(CharSequence) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractCharSequenceAssert
 
matches(CharSequence) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericCharSequenceAssert
Verifies that the CharSequence matches the regular expression.

N

Node - Interface in io.github.henryssondaniel.teacup.core.testing
Represents a node in a test.

O

ObjectArrayAssert - Interface in io.github.henryssondaniel.teacup.core.assertion
Object array assertions.
ObjectAssert<T> - Interface in io.github.henryssondaniel.teacup.core.assertion
Object assertions.

R

Reporter - Interface in io.github.henryssondaniel.teacup.core.reporting
Reporter.
Result - Interface in io.github.henryssondaniel.teacup.core.testing
Result.

S

setTimeFinished(long) - Method in interface io.github.henryssondaniel.teacup.core.testing.Node
Sets the time finished.
setTimeStarted(long) - Method in interface io.github.henryssondaniel.teacup.core.testing.Node
Sets the time started.
ShortArrayAssert - Interface in io.github.henryssondaniel.teacup.core.assertion
Short array assertions.
skipped(Node, String) - Method in interface io.github.henryssondaniel.teacup.core.reporting.Reporter
Skipped.
started(Node) - Method in interface io.github.henryssondaniel.teacup.core.reporting.Reporter
Started.
startsWith(CharSequence) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractCharSequenceAssert
 
startsWith(CharSequence) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericCharSequenceAssert
Verifies that the CharSequence starts with the value.
startsWith(T...) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractIterableAssert
 
startsWith(T...) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericIterableAssert
Verifies that the iterable starts with the given sequence.
Status - Enum in io.github.henryssondaniel.teacup.core.testing
Status.
StringAssert - Interface in io.github.henryssondaniel.teacup.core.assertion
String assertions.
SUCCESSFUL - io.github.henryssondaniel.teacup.core.testing.Status
Successful.

T

terminated() - Method in interface io.github.henryssondaniel.teacup.core.reporting.Reporter
Terminated.

V

valueOf(String) - Static method in enum io.github.henryssondaniel.teacup.core.assertion.Factory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.github.henryssondaniel.teacup.core.configuration.Factory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.github.henryssondaniel.teacup.core.logging.Factory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.github.henryssondaniel.teacup.core.reporting.Factory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.github.henryssondaniel.teacup.core.testing.Factory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.github.henryssondaniel.teacup.core.testing.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.github.henryssondaniel.teacup.core.assertion.Factory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.github.henryssondaniel.teacup.core.configuration.Factory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.github.henryssondaniel.teacup.core.logging.Factory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.github.henryssondaniel.teacup.core.reporting.Factory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.github.henryssondaniel.teacup.core.testing.Factory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.github.henryssondaniel.teacup.core.testing.Status
Returns an array containing the constants of this enum type, in the order they are declared.
verify(T) - Method in class io.github.henryssondaniel.teacup.core.assertion.AbstractObjectAssert
 
verify(T) - Method in interface io.github.henryssondaniel.teacup.core.assertion.GenericObjectAssert
Verifies the actual.
A B C D E F G H I L M N O R S T V 
All Classes All Packages