How much more extra data should be inserted into additional domains to
test both performance and correct functionality of list pattern in system
with multiple domains.
Base class for database factories that do not support list operations or for
which list operations should be tested separately and which needs to have
setup call context before they are called.
Base class for classes that test functionality of classes that implement
ListDatabaseFactory interface and ListDatabaseFactoryImpl class and at the
same time they need to have setup SecureCallContext to provide security
related functionality.
Test loading pages by browsing through the whole list page by page from
the first to the last therefore retrieving every page of the list in
sequential order.
Test loading pages by browsing through the whole list page by page from
the last to the first therefore retrieving every page of the list in
sequential order and testing the retrieved data to make sure that we have
retrieved the correct data.