public class SelectBuilderTest extends Object
Constructor and Description |
---|
SelectBuilderTest() |
Modifier and Type | Method and Description |
---|---|
void |
testClauseGenerationAnd() |
void |
testClauseGenerationDivide() |
void |
testClauseGenerationEquals() |
void |
testClauseGenerationGreaterThan() |
void |
testClauseGenerationGreaterThanOrEquals() |
void |
testClauseGenerationLessThan() |
void |
testClauseGenerationLessThanOrEquals() |
void |
testClauseGenerationMinus() |
void |
testClauseGenerationOr() |
void |
testClauseGenerationPlus() |
void |
testClauseGenerationStringEquals() |
void |
testClauseGenerationTimes() |
void |
testSqlGivenEmptyClause() |
void |
testSqlGivenNonEmptyClause() |
public void testClauseGenerationEquals()
public void testClauseGenerationLessThan()
public void testClauseGenerationLessThanOrEquals()
public void testClauseGenerationGreaterThan()
public void testClauseGenerationGreaterThanOrEquals()
public void testClauseGenerationAnd()
public void testClauseGenerationOr()
public void testClauseGenerationPlus()
public void testClauseGenerationMinus()
public void testClauseGenerationTimes()
public void testClauseGenerationDivide()
public void testSqlGivenNonEmptyClause()
public void testSqlGivenEmptyClause()
public void testClauseGenerationStringEquals()
Copyright © 2012–2022. All rights reserved.