Package org.openbravo.test.datasource
Class LogDatasourceTest
- java.lang.Object
-
- org.openbravo.test.datasource.BaseDataSourceTestNoDal
-
- org.openbravo.test.datasource.LogDatasourceTest
-
public class LogDatasourceTest extends BaseDataSourceTestNoDal
Test that verifies the Log datasource works properly- Author:
- jarmendariz
-
-
Field Summary
-
Fields inherited from class org.openbravo.test.datasource.BaseDataSourceTestNoDal
LOGIN, PWD
-
-
Constructor Summary
Constructors Constructor Description LogDatasourceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
datasourceIsSortedByLoggerByDefault()
void
testCombinedFilterWithPinnedItems()
void
testFilteringReducesTheNumberOfTotalEntries()
void
testOrderingByLoggerReversedChangesTheFirstLoggerReturned()
void
testReturnsMoreEntriesThanRequestedForPagination()
-
Methods inherited from class org.openbravo.test.datasource.BaseDataSourceTestNoDal
changeProfile, doRequest, doRequest, doRequest, getLogin, getOpenbravoURL, getPassword
-
-
-
-
Method Detail
-
testReturnsMoreEntriesThanRequestedForPagination
public void testReturnsMoreEntriesThanRequestedForPagination() throws Exception
- Throws:
Exception
-
testFilteringReducesTheNumberOfTotalEntries
public void testFilteringReducesTheNumberOfTotalEntries() throws Exception
- Throws:
Exception
-
testCombinedFilterWithPinnedItems
public void testCombinedFilterWithPinnedItems() throws Exception
- Throws:
Exception
-
datasourceIsSortedByLoggerByDefault
public void datasourceIsSortedByLoggerByDefault() throws Exception
- Throws:
Exception
-
-