public class ExpressionTest
extends java.lang.Object
Constructor and Description |
---|
ExpressionTest() |
Modifier and Type | Method and Description |
---|---|
void |
testAlias() |
void |
testAnd() |
void |
testAndComParenteses() |
void |
testAndReturnsNewPredicate() |
void |
testBetween() |
void |
testDivided() |
void |
testDividedComParenteses() |
void |
testEqualTo() |
void |
testEqualToComParenteses() |
void |
testExpressionMinima() |
void |
testExpressionMinimaComParenteses() |
void |
testInOperator() |
void |
testMultiply() |
void |
testMultiplyComParenteses() |
void |
testNotEquals() |
void |
testNotEqualsComParenteses() |
void |
testOr() |
void |
testOrComParenteses() |
void |
testPlus() |
void |
testPlusComParenteses() |
void |
testSubtract() |
void |
testSubtractComParenteses() |
public void testExpressionMinima()
public void testExpressionMinimaComParenteses()
public void testAlias()
public void testAnd()
public void testAndComParenteses()
public void testOr()
public void testOrComParenteses()
public void testAndReturnsNewPredicate()
public void testInOperator()
public void testPlus()
public void testPlusComParenteses()
public void testSubtract()
public void testSubtractComParenteses()
public void testMultiply()
public void testMultiplyComParenteses()
public void testDivided()
public void testDividedComParenteses()
public void testEqualTo()
public void testEqualToComParenteses()
public void testNotEquals()
public void testNotEqualsComParenteses()
public void testBetween()