Skip navigation links
A D E F G I L N P T W 

A

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

D

debug(String) - Method in class net.jockx.fluentpage.Logger
Log a message at the DEBUG level.
debug(String, Object) - Method in class net.jockx.fluentpage.Logger
Log a message at the DEBUG level according to the specified format and argument.
debug(String, Object, Object) - Method in class net.jockx.fluentpage.Logger
Log a message at the DEBUG level according to the specified format and arguments.
debug(String, Object...) - Method in class net.jockx.fluentpage.Logger
Log a message at the DEBUG level according to the specified format and arguments.
debug(String, Throwable) - Method in class net.jockx.fluentpage.Logger
Log an exception (throwable) at the DEBUG level with an accompanying message.
debug(Marker, String) - Method in class net.jockx.fluentpage.Logger
Log a message with the specific Marker at the DEBUG level.
debug(Marker, String, Object) - Method in class net.jockx.fluentpage.Logger
This method is similar to Logger.debug(String, Object) method except that the marker data is also taken into consideration.
debug(Marker, String, Object, Object) - Method in class net.jockx.fluentpage.Logger
This method is similar to Logger.debug(String, Object, Object) method except that the marker data is also taken into consideration.
debug(Marker, String, Object...) - Method in class net.jockx.fluentpage.Logger
This method is similar to Logger.debug(String, Object...)
debug(Marker, String, Throwable) - Method in class net.jockx.fluentpage.Logger
This method is similar to Logger.debug(String, Throwable) method except that the marker data is also taken into consideration.

E

error(String) - Method in class net.jockx.fluentpage.Logger
Log a message at the ERROR level.
error(String, Object) - Method in class net.jockx.fluentpage.Logger
Log a message at the ERROR level according to the specified format and argument.
error(String, Object, Object) - Method in class net.jockx.fluentpage.Logger
Log a message at the ERROR level according to the specified format and arguments.
error(String, Object...) - Method in class net.jockx.fluentpage.Logger
Log a message at the ERROR level according to the specified format and arguments.
error(String, Throwable) - Method in class net.jockx.fluentpage.Logger
Log an exception (throwable) at the ERROR level with an accompanying message.
error(Marker, String) - Method in class net.jockx.fluentpage.Logger
Log a message with the specific Marker at the ERROR level.
error(Marker, String, Object) - Method in class net.jockx.fluentpage.Logger
This method is similar to Logger.error(String, Object) method except that the marker data is also taken into consideration.
error(Marker, String, Object, Object) - Method in class net.jockx.fluentpage.Logger
This method is similar to Logger.error(String, Object, Object) method except that the marker data is also taken into consideration.
error(Marker, String, Object...) - Method in class net.jockx.fluentpage.Logger
This method is similar to Logger.error(String, Object...)
error(Marker, String, Throwable) - Method in class net.jockx.fluentpage.Logger
This method is similar to Logger.error(String, Throwable) method except that the marker data is also taken into consideration.

F

fail(String, Throwable) - Method in class net.jockx.fluentpage.Assertion
Fails a test with the given message and wrapping the original exception.
fail(String) - Method in class net.jockx.fluentpage.Assertion
Fails a test with the given message.
fail() - Method in class net.jockx.fluentpage.Assertion
Fails a test with no message.

G

get(Class<T>) - Static method in class net.jockx.fluentpage.Page
Gets a class instance without any additional actions
get() - Static method in class net.jockx.fluentpage.Page
 
getCurrentUrl() - Static method in class net.jockx.fluentpage.Page
 

I

info(String) - Method in class net.jockx.fluentpage.Logger
Log a message at the INFO level.
info(String, Object) - Method in class net.jockx.fluentpage.Logger
Log a message at the INFO level according to the specified format and argument.
info(String, Object, Object) - Method in class net.jockx.fluentpage.Logger
Log a message at the INFO level according to the specified format and arguments.
info(String, Object...) - Method in class net.jockx.fluentpage.Logger
Log a message at the INFO level according to the specified format and arguments.
info(String, Throwable) - Method in class net.jockx.fluentpage.Logger
Log an exception (throwable) at the INFO level with an accompanying message.
info(Marker, String) - Method in class net.jockx.fluentpage.Logger
Log a message with the specific Marker at the INFO level.
info(Marker, String, Object) - Method in class net.jockx.fluentpage.Logger
This method is similar to Logger.info(String, Object) method except that the marker data is also taken into consideration.
info(Marker, String, Object, Object) - Method in class net.jockx.fluentpage.Logger
This method is similar to Logger.info(String, Object, Object) method except that the marker data is also taken into consideration.
info(Marker, String, Object...) - Method in class net.jockx.fluentpage.Logger
This method is similar to Logger.info(String, Object...)
info(Marker, String, Throwable) - Method in class net.jockx.fluentpage.Logger
This method is similar to Logger.info(String, Throwable) method except that the marker data is also taken into consideration.
initialize(WebDriver) - Static method in class net.jockx.fluentpage.Page
Initialization step is required before any Page can be obtained statically.

L

Logger<T extends Page<T>> - Class in net.jockx.fluentpage
Logger available from within PageObject chained calls
logger - Variable in class net.jockx.fluentpage.Page
A reference to Logger to be used for calling chained logging statements.

N

navigateTo() - Method in class net.jockx.fluentpage.Page
Represents a set of actions required to navigate to a given page, that can be called from standalone context.
navigateToPage(Class<T>) - Static method in class net.jockx.fluentpage.Page
Executes overridden Page.navigateTo() method and returns a reference to it's instance
net.jockx.fluentpage - package net.jockx.fluentpage
 

P

Page<T extends Page<T>> - Class in net.jockx.fluentpage
Page should be used as a base class for all your PageObject child classes to allow using nested Assertion and Logger.
Page() - Constructor for class net.jockx.fluentpage.Page
 

T

trace(String) - Method in class net.jockx.fluentpage.Logger
Log a message at the TRACE level.
trace(String, Object) - Method in class net.jockx.fluentpage.Logger
Log a message at the TRACE level according to the specified format and argument.
trace(String, Object, Object) - Method in class net.jockx.fluentpage.Logger
Log a message at the TRACE level according to the specified format and arguments.
trace(String, Object...) - Method in class net.jockx.fluentpage.Logger
Log a message at the TRACE level according to the specified format and arguments.
trace(String, Throwable) - Method in class net.jockx.fluentpage.Logger
Log an exception (throwable) at the TRACE level with an accompanying message.
trace(Marker, String) - Method in class net.jockx.fluentpage.Logger
Log a message with the specific Marker at the TRACE level.
trace(Marker, String, Object) - Method in class net.jockx.fluentpage.Logger
This method is similar to Logger.trace(String, Object) method except that the marker data is also taken into consideration.
trace(Marker, String, Object, Object) - Method in class net.jockx.fluentpage.Logger
This method is similar to Logger.trace(String, Object, Object) method except that the marker data is also taken into consideration.
trace(Marker, String, Object...) - Method in class net.jockx.fluentpage.Logger
This method is similar to Logger.trace(String, Object...)
trace(Marker, String, Throwable) - Method in class net.jockx.fluentpage.Logger
This method is similar to Logger.trace(String, Throwable) method except that the marker data is also taken into consideration.

W

waitForPage(Class<T>) - Static method in class net.jockx.fluentpage.Page
Executes overridden Page.waitToLoad() method and returns a reference to it's instance
waitToLoad() - Method in class net.jockx.fluentpage.Page
Represents a set of conditions that are required for the page to be considered loaded.
warn(String) - Method in class net.jockx.fluentpage.Logger
Log a message at the WARN level.
warn(String, Object) - Method in class net.jockx.fluentpage.Logger
Log a message at the WARN level according to the specified format and argument.
warn(String, Object...) - Method in class net.jockx.fluentpage.Logger
Log a message at the WARN level according to the specified format and arguments.
warn(String, Object, Object) - Method in class net.jockx.fluentpage.Logger
Log a message at the WARN level according to the specified format and arguments.
warn(String, Throwable) - Method in class net.jockx.fluentpage.Logger
Log an exception (throwable) at the WARN level with an accompanying message.
warn(Marker, String) - Method in class net.jockx.fluentpage.Logger
Log a message with the specific Marker at the WARN level.
warn(Marker, String, Object) - Method in class net.jockx.fluentpage.Logger
This method is similar to Logger.warn(String, Object) method except that the marker data is also taken into consideration.
warn(Marker, String, Object, Object) - Method in class net.jockx.fluentpage.Logger
This method is similar to Logger.warn(String, Object, Object) method except that the marker data is also taken into consideration.
warn(Marker, String, Object...) - Method in class net.jockx.fluentpage.Logger
This method is similar to Logger.warn(String, Object...)
warn(Marker, String, Throwable) - Method in class net.jockx.fluentpage.Logger
This method is similar to Logger.warn(String, Throwable) method except that the marker data is also taken into consideration.
A D E F G I L N P T W 
Skip navigation links

Copyright © 2015. All rights reserved.