@UnitTest public class HsqlLimitStatementBuilderTest extends java.lang.Object
| Constructor and Description |
|---|
HsqlLimitStatementBuilderTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
shouldBuildQueryWithStartGreaterThanZeroAndCountGreaterThanZero() |
void |
shouldBuildQueryWithStartGreaterThanZeroAndCountLowerThanZero() |
void |
shouldBuildQueryWithStartGreaterThanZeroAndCountZero() |
void |
shouldBuildQueryWithStartZeroAndCountGreaterThanZero() |
void |
shouldBuildQueryWithStartZeroAndCountLowerThanZero() |
void |
shouldBuildQueryWithStartZeroAndCountZero() |
void |
shouldThrowIllegalArgumentExceptionWhenStartIsLowerThanZero() |
public void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldBuildQueryWithStartZeroAndCountZero()
public void shouldBuildQueryWithStartZeroAndCountGreaterThanZero()
public void shouldBuildQueryWithStartGreaterThanZeroAndCountZero()
public void shouldBuildQueryWithStartGreaterThanZeroAndCountGreaterThanZero()
public void shouldThrowIllegalArgumentExceptionWhenStartIsLowerThanZero()
public void shouldBuildQueryWithStartZeroAndCountLowerThanZero()
public void shouldBuildQueryWithStartGreaterThanZeroAndCountLowerThanZero()
Copyright © 2018 SAP SE. All Rights Reserved.