org.melati.poem.test
Class NotNullableIntegerPoemTypeTest

Package class diagram package NotNullableIntegerPoemTypeTest
java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.melati.poem.test.PoemTestCase
              extended by org.melati.poem.test.SQLPoemTypeSpec
                  extended by org.melati.poem.test.NotNullableIntegerPoemTypeTest
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
DisplayLevelPoemTypeTest, NullableIntegerPoemTypeTest, RangedNullableIntegerPoemTypeTest, SearchabilityPoemTypeTest, TroidPoemTypeTest

public class NotNullableIntegerPoemTypeTest
extends SQLPoemTypeSpec

Since:
21 Dec 2006
Author:
timp

Field Summary
 
Fields inherited from class org.melati.poem.test.SQLPoemTypeSpec
it
 
Fields inherited from class org.melati.poem.test.PoemTestCase
maxTrans, result
 
Constructor Summary
NotNullableIntegerPoemTypeTest()
           
NotNullableIntegerPoemTypeTest(String name)
           
 
Method Summary
 void testCanRepresent()
          Test method for PoemType.canRepresent(org.melati.poem.PoemType).
 void testFullConstructor()
          Test full constructor.
 void testPossibleRaws()
          Test method for PoemType.possibleRaws().
 void testQuotedRaw()
          Test method for SQLType.quotedRaw(java.lang.Object).
 void testRawOfCooked()
          Only way to get doubleChecked to throw.
 void testRawOfString()
          Test method for PoemType.rawOfString(java.lang.String).
 
Methods inherited from class org.melati.poem.test.SQLPoemTypeSpec
setUp, tearDown, testAssertValidCooked, testAssertValidRaw, testCookedOfRaw, testGetNullable, testGetRaw, testSaveColumnInfo, testSetRaw, testSqlDefaultValue, testSqlDefinition, testSqlTypeCode, testSqlTypeDefinition, testStringOfCooked, testStringOfRaw, testToDsdType, testWithNullable
 
Methods inherited from class org.melati.poem.test.PoemTestCase
assertEquals, assertEquals, assertEquals, checkColumns, checkDbUnchanged, checkTables, checkTablesAndColumns, databaseUnchanged, dropTable, dumpTable, getDatabase, getDatabaseName, getDb, getDb, getName, getOrDie, getProperties, getPropertiesFileName, getUserToRunAs, run, runTest, setDatabaseName, setName, setPropertiesFileName, setUserToRunAs, testNothing
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, run, runBare, toString
 
Methods inherited from class junit.framework.Assert
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, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface junit.framework.Test
countTestCases
 

Constructor Detail

NotNullableIntegerPoemTypeTest

public NotNullableIntegerPoemTypeTest()

NotNullableIntegerPoemTypeTest

public NotNullableIntegerPoemTypeTest(String name)
Parameters:
name -
Method Detail

testCanRepresent

public void testCanRepresent()
Test method for PoemType.canRepresent(org.melati.poem.PoemType).

Overrides:
testCanRepresent in class SQLPoemTypeSpec

testRawOfCooked

public void testRawOfCooked()
Only way to get doubleChecked to throw. Test method for PoemType.rawOfCooked(java.lang.Object).

Overrides:
testRawOfCooked in class SQLPoemTypeSpec
See Also:
SQLPoemTypeSpec.testRawOfCooked()

testQuotedRaw

public void testQuotedRaw()
Test method for SQLType.quotedRaw(java.lang.Object).

Overrides:
testQuotedRaw in class SQLPoemTypeSpec

testPossibleRaws

public void testPossibleRaws()
Description copied from class: SQLPoemTypeSpec
Test method for PoemType.possibleRaws().

Overrides:
testPossibleRaws in class SQLPoemTypeSpec

testRawOfString

public void testRawOfString()
Description copied from class: SQLPoemTypeSpec
Test method for PoemType.rawOfString(java.lang.String).

Overrides:
testRawOfString in class SQLPoemTypeSpec

testFullConstructor

public void testFullConstructor()
Test full constructor.



Copyright © 2000-2010 PanEris. All Rights Reserved.