- assertContains(String, String, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that one String is contained in another
- assertContains(Collection, Object, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that a collection contains an object
- assertEnabled(WebElementFacade, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that WebElementFacade is enabled on the page
- assertEquals(Object, Object, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two objects are equal.
- assertEquals(Object, Object) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two objects are equal.
- assertEquals(String, String, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two Strings are equal.
- assertEquals(String, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two Strings are equal.
- assertEquals(double, double, double, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two doubles are equal concerning a delta.
- assertEquals(double, double, double) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two doubles are equal concerning a delta.
- assertEquals(float, float, float, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two floats are equal concerning a delta.
- assertEquals(float, float, float) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two floats are equal concerning a delta.
- assertEquals(long, long, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two longs are equal.
- assertEquals(long, long) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two longs are equal.
- assertEquals(boolean, boolean, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two booleans are equal.
- assertEquals(boolean, boolean) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two booleans are equal.
- assertEquals(byte, byte, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two bytes are equal.
- assertEquals(byte, byte) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two bytes are equal.
- assertEquals(char, char, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two chars are equal.
- assertEquals(char, char) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two chars are equal.
- assertEquals(short, short, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two shorts are equal.
- assertEquals(short, short) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two shorts are equal.
- assertEquals(int, int, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two ints are equal.
- assertEquals(int, int) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two ints are equal.
- assertEquals(Collection<?>, Collection<?>) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two collections contain the same elements in the same order.
- assertEquals(Collection<?>, Collection<?>, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two collections contain the same elements in the same order.
- assertEquals(Iterator<?>, Iterator<?>) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two iterators return the same elements in the same order.
- assertEquals(Iterator<?>, Iterator<?>, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two iterators return the same elements in the same order.
- assertEquals(Iterable<?>, Iterable<?>) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two iterables return iterators with the same elements in the same order.
- assertEquals(Iterable<?>, Iterable<?>, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two iterables return iterators with the same elements in the same order.
- assertEquals(Object[], Object[], String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two arrays contain the same elements in the same order.
- assertEquals(Object[], Object[]) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two arrays contain the same elements in the same order.
- assertEquals(byte[], byte[]) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two arrays contain the same elements in the same order.
- assertEquals(byte[], byte[], String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two arrays contain the same elements in the same order.
- assertEquals(Set<?>, Set<?>) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two sets are equal.
- assertEquals(Set<?>, Set<?>, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two sets are equal.
- assertEquals(Map<?, ?>, Map<?, ?>) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two maps are equal.
- assertEqualsNoOrder(Object[], Object[], String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two arrays contain the same elements in no particular order.
- assertEqualsNoOrder(Object[], Object[]) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two arrays contain the same elements in no particular order.
- assertFalse(boolean, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that a condition is false.
- assertFalse(boolean) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that a condition is false.
- Assertion<T extends Page<T>> - Class in net.jockx.fluentpage
-
Assertion available from within PageObject chained calls
- assertion - Variable in class net.jockx.fluentpage.Page
-
A reference to
Assertion to be used for calling chained assertions.
- assertNotContains(String, String, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that one String is not contained in another
- assertNotContains(Collection, Object, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that a collection does not contains an object
- assertNotEnabled(WebElementFacade, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that WebElementFacade is not enabled on the page
- assertNotEquals(Object, Object, String) - Method in class net.jockx.fluentpage.Assertion
-
Assert not equals
- assertNotEquals(Object, Object) - Method in class net.jockx.fluentpage.Assertion
-
Assert not equals
- assertNotEquals(float, float, float, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two floats are not equal concerning a delta.
- assertNotEquals(float, float, float) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two floats are not equal concerning a delta.
- assertNotEquals(double, double, double, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two doubles are not equal concerning a delta.
- assertNotEquals(double, double, double) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two doubles are not equal concerning a delta.
- assertNotNull(Object) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that an object isn't null.
- assertNotNull(Object, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that an object isn't null.
- assertNotPresent(WebElementFacade, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that WebElementFacade is not present on the page
- assertNotSame(Object, Object, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two objects do not refer to the same objects.
- assertNotSame(Object, Object) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two objects do not refer to the same object.
- assertNotVisible(WebElementFacade, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that WebElementFacade is not visible on the page
- assertNull(Object) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that an object is null.
- assertNull(Object, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that an object is null.
- assertPresent(WebElementFacade, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that WebElementFacade is present on the page
- assertSame(Object, Object, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two objects refer to the same object.
- assertSame(Object, Object) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that two objects refer to the same object.
- assertTextEndsWith(String, String, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that one String ends with another
- assertTextStartsWith(String, String, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that one String starts with another
- assertTrue(boolean, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that a condition is true.
- assertTrue(boolean) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that a condition is true.
- assertVisible(WebElementFacade, String) - Method in class net.jockx.fluentpage.Assertion
-
Asserts that WebElementFacade is visible on the page