public class NumberSqlCompilerTest
extends junit.framework.TestCase
| Constructor and Description | 
|---|
NumberSqlCompilerTest()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
setUp()  | 
void | 
tearDown()  | 
void | 
testAcceptsNumeric()  | 
void | 
testAcceptsString_ExplicitlyPositive()  | 
void | 
testAcceptsString_Int()  | 
void | 
testAcceptsString_Negative()  | 
void | 
testAcceptsString_NoIntegerPart()  | 
void | 
testRejectsNonLiteral()  | 
void | 
testRejectsString_DoubleNegation()  | 
void | 
testRejectsString_Infinity()  | 
void | 
testRejectsString_NaN()  | 
void | 
testRejectsString_OnlyDot()  | 
void | 
testRejectsString_SelectStatement()  | 
void | 
testRejectsString_TwoDots()  | 
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toStringassertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, failpublic void setUp()
           throws Exception
setUp in class junit.framework.TestCaseExceptionpublic void tearDown()
              throws Exception
tearDown in class junit.framework.TestCaseExceptionpublic void testRejectsNonLiteral()
public void testAcceptsNumeric()
public void testAcceptsString_Int()
public void testAcceptsString_Negative()
public void testAcceptsString_ExplicitlyPositive()
public void testAcceptsString_NoIntegerPart()
public void testRejectsString_SelectStatement()
public void testRejectsString_NaN()
public void testRejectsString_Infinity()
public void testRejectsString_TwoDots()
public void testRejectsString_OnlyDot()
public void testRejectsString_DoubleNegation()