Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AfterAllTests - Annotation Type in org.testframe.api
-
Annotation for procedures to run after all the tests have run.
- AfterEachTest - Annotation Type in org.testframe.api
-
Annotation for procedures to run right after each test.
- assertContains(E, E[]) - Static method in class org.testframe.api.Asserters
-
Asserts the array contains the specified element.
- assertContains(E, E[], String) - Static method in class org.testframe.api.Asserters
-
Asserts that an array contains a specified element.
- assertContains(E, List<E>) - Static method in class org.testframe.api.Asserters
-
Asserts that a list contains a specified element.
- assertContains(E, List<E>, String) - Static method in class org.testframe.api.Asserters
-
Asserts that a list contains a specified element.
- assertContains(E, Set<E>) - Static method in class org.testframe.api.Asserters
-
Asserts that a set contains a specified element.
- assertContains(E, Set<E>, String) - Static method in class org.testframe.api.Asserters
-
Asserts that a set contains a specified element.
- assertContainsSame(E[], E[]) - Static method in class org.testframe.api.Asserters
-
Asserts that two arrays contain the same elements, though not necessarily in the same order or the same quantities.
- assertContainsSame(E[], E[], String) - Static method in class org.testframe.api.Asserters
-
Asserts that two arrays contain the same elements, though not necessarily in the same order or the same quantities.
- assertContainsSame(List<E>, List<E>) - Static method in class org.testframe.api.Asserters
-
Asserts that two lists contain the same elements, though not necessarily in the same order or the same quantities.
- assertContainsSame(List<E>, List<E>, String) - Static method in class org.testframe.api.Asserters
-
Asserts that two lists contain the same elements, though not necessarily in the same order or the same quantities.
- assertContainsSame(Set<E>, Set<E>) - Static method in class org.testframe.api.Asserters
-
Asserts that two sets contain the same elements.
- assertContainsSame(Set<E>, Set<E>, String) - Static method in class org.testframe.api.Asserters
-
Asserts that two sets contain the same elements.
- assertContainsSameOrder(List<E>, List<E>) - Static method in class org.testframe.api.Asserters
-
Asserts two lists contain the same elements in the same order.
- assertContainsSameOrder(List<E>, List<E>, String) - Static method in class org.testframe.api.Asserters
-
Asserts two lists contain the same elements in the same order.
- assertDifferent(double[], double[]) - Static method in class org.testframe.api.Asserters
-
Asserts that two arrays of 64-bit floating point numbers differ either in length or are the same length but at least one element differs by more than
Asserters.DEFAULT_TEST_DELTA
. - assertDifferent(double[], double[], double) - Static method in class org.testframe.api.Asserters
-
Asserts that two arrays of 64-bit floating point numbers differ either in length or are the same length but at least one element differs by more than a specified variance.
- assertDifferent(double[], double[], double, String) - Static method in class org.testframe.api.Asserters
-
Asserts that two arrays of 64-bit floating point numbers differ either in length or are the same length but at least one element differs by more than a specified variance.
- assertDifferent(double[], double[], String) - Static method in class org.testframe.api.Asserters
-
Asserts that two arrays of 64-bit floating point numbers differ either in length or are the same length but at least one element differs by more than
Asserters.DEFAULT_TEST_DELTA
. - assertDifferent(double, double) - Static method in class org.testframe.api.Asserters
-
Asserts that a floating point value is different from some floating point value by more than
Asserters.DEFAULT_TEST_DELTA
. - assertDifferent(double, double, double) - Static method in class org.testframe.api.Asserters
-
Asserts that a floating point value is different from some floating point value by more than a specified variance.
- assertDifferent(double, double, double, String) - Static method in class org.testframe.api.Asserters
-
Asserts that a floating point value is different from some floating point value by more than a specified variance.
- assertDifferent(double, double, String) - Static method in class org.testframe.api.Asserters
-
Asserts that a floating point value is different from some floating point value by more than
Asserters.DEFAULT_TEST_DELTA
. - assertDifferent(int[], int[]) - Static method in class org.testframe.api.Asserters
-
Asserts that two arrays of integers are different, in at least one of the elements if not in length.
- assertDifferent(int[], int[], String) - Static method in class org.testframe.api.Asserters
-
Asserts that two arrays of integers are different, in at least one of the elements if not in length.
- assertDifferent(long, long) - Static method in class org.testframe.api.Asserters
-
Asserts that an integer value is different from some other integer value.
- assertDifferent(long, long, String) - Static method in class org.testframe.api.Asserters
-
Asserts that an integer value is different from some other integer value.
- assertDifferent(E[], E[]) - Static method in class org.testframe.api.Asserters
-
Asserts that two arrays of objects are different in some way, such as that they contain different elements, contain the same elements in a different order, or differ in length.
- assertDifferent(E[], E[], String) - Static method in class org.testframe.api.Asserters
-
Asserts that two arrays of objects are different in some way, such as that they contain different elements, contain the same elements in a different order, or differ in length.
- assertDifferent(Object, Object) - Static method in class org.testframe.api.Asserters
-
Asserts that two objects are different.
- assertDifferent(Object, Object, String) - Static method in class org.testframe.api.Asserters
-
Asserts that two objects are different.
- assertDoesNotThrow(Procedure) - Static method in class org.testframe.api.Asserters
-
Asserts that a given lambda does not throw exceptions of any type.
- assertDoesNotThrow(Procedure, String) - Static method in class org.testframe.api.Asserters
-
Asserts that a given lambda does not throw exceptions of any type.
- assertEquals(double[], double[]) - Static method in class org.testframe.api.Asserters
-
Asserts that two arrays of 64-bit floating point values have the same numbers in the same order within
Asserters.DEFAULT_TEST_DELTA
. - assertEquals(double[], double[], double) - Static method in class org.testframe.api.Asserters
-
Asserts that two arrays of 64-bit floating point values have the same numbers in the same order within a specified variance.
- assertEquals(double[], double[], double, String) - Static method in class org.testframe.api.Asserters
-
Asserts that two arrays of 64-bit floating point values have the same numbers in the same order within a specified variance.
- assertEquals(double[], double[], String) - Static method in class org.testframe.api.Asserters
-
Asserts that two arrays of 64-bit floating point values have the same numbers in the same order within
Asserters.DEFAULT_TEST_DELTA
. - assertEquals(double, double) - Static method in class org.testframe.api.Asserters
-
Asserts that two floating point numbers are equal, or very close to equal, according to the default variance,
Asserters.DEFAULT_TEST_DELTA
. - assertEquals(double, double, double) - Static method in class org.testframe.api.Asserters
-
Asserts that two floating point numbers are equal, or very close to equal, according to a specified variance.
- assertEquals(double, double, double, String) - Static method in class org.testframe.api.Asserters
-
Asserts that two floating point numbers are equal, or very close to equal, according to a specified variance.
- assertEquals(double, double, String) - Static method in class org.testframe.api.Asserters
-
Asserts that two floating point numbers are equal, or very close to equal, according to the default variance,
Asserters.DEFAULT_TEST_DELTA
. - assertEquals(int[], int[]) - Static method in class org.testframe.api.Asserters
-
Asserts the two arrays of integers are of the same length and contain the same numbers.
- assertEquals(int[], int[], String) - Static method in class org.testframe.api.Asserters
-
Asserts the two arrays of integers are of the same length and contain the same numbers.
- assertEquals(int, int) - Static method in class org.testframe.api.Asserters
-
Asserts that two integers are equal.
- assertEquals(int, int, String) - Static method in class org.testframe.api.Asserters
-
Asserts that two integers are equal.
- assertEquals(long, long) - Static method in class org.testframe.api.Asserters
-
Asserts that two integers are equal.
- assertEquals(long, long, String) - Static method in class org.testframe.api.Asserters
-
Asserts that two integers are equal.
- assertEquals(Object[], Object[]) - Static method in class org.testframe.api.Asserters
-
Asserts that two arrays of
Object
instances are equal. - assertEquals(Object[], Object[], String) - Static method in class org.testframe.api.Asserters
-
Asserts that two arrays of
Object
instances are equal. - assertEquals(Object, Object) - Static method in class org.testframe.api.Asserters
-
Asserts that two objects are equal according to the pertinent
equals()
function. - assertEquals(Object, Object, String) - Static method in class org.testframe.api.Asserters
-
Asserts that two objects are equal according to the pertinent
equals()
function. - Asserters - Class in org.testframe.api
-
Static class containing procedures to simplify writing assertions in tests.
- assertInRange(double, double, double) - Static method in class org.testframe.api.Asserters
-
Asserts that a floating point number is in a given range.
- assertInRange(double, double, double, double) - Static method in class org.testframe.api.Asserters
-
Asserts that a floating point number is in a given range.
- assertInRange(double, double, double, double, String) - Static method in class org.testframe.api.Asserters
-
Asserts that a floating point number is in a given range.
- assertInRange(double, double, double, String) - Static method in class org.testframe.api.Asserters
-
Asserts that a floating point number is in a given range.
- assertInRange(long, long, long) - Static method in class org.testframe.api.Asserters
-
Asserts that an integer is in a given range.
- assertInRange(long, long, long, String) - Static method in class org.testframe.api.Asserters
-
Asserts that an integer is in a given range.
- assertInRange(T, T, T) - Static method in class org.testframe.api.Asserters
-
Asserts that an object is in a given range.
- assertInRange(T, T, T, String) - Static method in class org.testframe.api.Asserters
-
Asserts that an object is in a given range.
- assertMaximum(double, double) - Static method in class org.testframe.api.Asserters
-
Asserts a floating point number is less than or equal to a specified maximum.
- assertMaximum(double, double, String) - Static method in class org.testframe.api.Asserters
-
Asserts a floating point number is less than or equal to a specified maximum.
- assertMaximum(long, long) - Static method in class org.testframe.api.Asserters
-
Asserts an integer is not greater than a specified maximum.
- assertMaximum(long, long, String) - Static method in class org.testframe.api.Asserters
-
Asserts an integer is not greater than a specified maximum.
- assertMaximum(T, T) - Static method in class org.testframe.api.Asserters
-
Asserts that the value held by a
Comparable
object is less than or equal to a specified maximum. - assertMaximum(T, T, String) - Static method in class org.testframe.api.Asserters
-
Asserts that the value held by a
Comparable
object is less than or equal to a specified maximum. - assertMinimum(double, double) - Static method in class org.testframe.api.Asserters
-
Asserts that a floating point number is equal to or greater than a specified minimum.
- assertMinimum(double, double, String) - Static method in class org.testframe.api.Asserters
-
Asserts that a floating point number is equal to or greater than a specified minimum.
- assertMinimum(long, long) - Static method in class org.testframe.api.Asserters
-
Asserts that an integer is greater than or equal to a specified minimum.
- assertMinimum(long, long, String) - Static method in class org.testframe.api.Asserters
-
Asserts that an integer is greater than or equal to a specified minimum.
- assertMinimum(T, T) - Static method in class org.testframe.api.Asserters
-
Asserts that the value held by a
Comparable
object is greater than or equal to a specified minimum. - assertMinimum(T, T, String) - Static method in class org.testframe.api.Asserters
-
Asserts that the value held by a
Comparable
object is greater than or equal to a specified minimum. - assertNaN(double) - Static method in class org.testframe.api.Asserters
-
Asserts that a 64-bit floating point number is NaN (not a number).
- assertNaN(double, String) - Static method in class org.testframe.api.Asserters
-
Asserts that a 64-bit floating point number is NaN (not a number).
- assertNegative(double) - Static method in class org.testframe.api.Asserters
-
Asserts that a floating point number is negative.
- assertNegative(double, String) - Static method in class org.testframe.api.Asserters
-
Asserts that a floating point number is negative.
- assertNegative(long) - Static method in class org.testframe.api.Asserters
-
Asserts that an integer is negative.
- assertNegative(long, String) - Static method in class org.testframe.api.Asserters
-
Asserts that an integer is negative.
- assertNotNaN(double) - Static method in class org.testframe.api.Asserters
-
Asserts that a 64-bit floating point number is not NaN (not a number).
- assertNotNaN(double, String) - Static method in class org.testframe.api.Asserters
-
Asserts that a 64-bit floating point number is not NaN (not a number).
- assertNotNegative(double) - Static method in class org.testframe.api.Asserters
-
Asserts a given number is not negative.
- assertNotNegative(double, String) - Static method in class org.testframe.api.Asserters
-
Asserts a given number is not negative.
- assertNotNegative(long) - Static method in class org.testframe.api.Asserters
-
Asserts a given number is not negative.
- assertNotNegative(long, String) - Static method in class org.testframe.api.Asserters
-
Asserts a given number is not negative.
- assertNotPositive(double) - Static method in class org.testframe.api.Asserters
-
Asserts a given number is not positive.
- assertNotPositive(double, String) - Static method in class org.testframe.api.Asserters
-
Asserts a given number is not positive.
- assertNotPositive(long) - Static method in class org.testframe.api.Asserters
-
Asserts that an integer is not positive.
- assertNotPositive(long, String) - Static method in class org.testframe.api.Asserters
-
Asserts that an integer is not positive.
- assertNull(Object) - Static method in class org.testframe.api.Asserters
-
Asserts that an object is null.
- assertNull(Object, String) - Static method in class org.testframe.api.Asserters
-
Asserts that an object is null.
- assertPositive(double) - Static method in class org.testframe.api.Asserters
-
Asserts that a floating point number is positive.
- assertPositive(double, String) - Static method in class org.testframe.api.Asserters
-
Asserts that a floating point number is positive.
- assertPositive(long) - Static method in class org.testframe.api.Asserters
-
Asserts that an integer is positive.
- assertPositive(long, String) - Static method in class org.testframe.api.Asserters
-
Asserts that an integer is positive.
- assertPrintOut(Predicate<String>, Procedure, String) - Static method in class org.testframe.api.Asserters
-
Makes a Boolean assertion about what a lambda sends to
System.out
. - assertThrows(Procedure, Class<E>) - Static method in class org.testframe.api.Asserters
-
Asserts that a given lambda caused an exception of a particular type.
- assertThrows(Procedure, Class<E>, String) - Static method in class org.testframe.api.Asserters
-
Asserts that a given lambda caused an exception of a particular type.
- assertTimeout(Procedure, Duration, String) - Static method in class org.testframe.api.Asserters
-
Asserts that a lambda completes in a certain amount of time.
- assertZero(double) - Static method in class org.testframe.api.Asserters
-
Asserts that a 64-bit floating point number is equal to 0.0 (or to −0.0).
- assertZero(double, String) - Static method in class org.testframe.api.Asserters
-
Asserts that a 64-bit floating point number is equal to 0.0 (or to −0.0).
- assertZero(long) - Static method in class org.testframe.api.Asserters
-
Asserts that an integer is equal to zero.
- assertZero(long, String) - Static method in class org.testframe.api.Asserters
-
Asserts that an integer is equal to zero.
All Classes and Interfaces|All Packages|Constant Field Values