Class JdbcHintsTest
- java.lang.Object
-
- de.hybris.platform.jalo.flexiblesearch.hints.JdbcHintsTest
-
@UnitTest public class JdbcHintsTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JdbcHintsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldApplyFetchSizeHint()voidshouldApplyMoreThanOneHintInSameOrder()voidshouldApplyQueryTimeoutHint()voidshouldThrowNullPointerExceptionWhenHintIsNull()
-
-
-
Method Detail
-
shouldApplyFetchSizeHint
public void shouldApplyFetchSizeHint() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldApplyQueryTimeoutHint
public void shouldApplyQueryTimeoutHint() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldThrowNullPointerExceptionWhenHintIsNull
public void shouldThrowNullPointerExceptionWhenHintIsNull()
-
shouldApplyMoreThanOneHintInSameOrder
public void shouldApplyMoreThanOneHintInSameOrder() throws java.sql.SQLException- Throws:
java.sql.SQLException
-
-