@UnitTest public class HanaHintsTest extends java.lang.Object
| Constructor and Description |
|---|
HanaHintsTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
shouldAddAdditionalHints() |
void |
shouldAddHintsIfInitialSetOfHintsAreEmpty() |
void |
shouldApplyHintToTheQuery() |
void |
shouldApplyMoreThanOneHintToTheQuery() |
void |
shouldNotApplyHintIfHintsAreNotForCurrentDb() |
void |
shouldThrowIllegalArgumentExceptionIfAddedHintIsBlank() |
void |
shouldThrowIllegalArgumentExceptionIfAddeHintsIsNull() |
void |
shouldThrowIllegalArgumentExceptionIfSomeHintsAreBlank() |
void |
shouldThrowIllegalArgumentExceptionIfSomeHintsAreNull() |
public void shouldApplyHintToTheQuery()
public void shouldApplyMoreThanOneHintToTheQuery()
public void shouldNotApplyHintIfHintsAreNotForCurrentDb()
public void shouldThrowIllegalArgumentExceptionIfSomeHintsAreNull()
public void shouldThrowIllegalArgumentExceptionIfSomeHintsAreBlank()
public void shouldThrowIllegalArgumentExceptionIfAddeHintsIsNull()
public void shouldThrowIllegalArgumentExceptionIfAddedHintIsBlank()
public void shouldAddAdditionalHints()
public void shouldAddHintsIfInitialSetOfHintsAreEmpty()
Copyright © 2018 SAP SE. All Rights Reserved.