org.melati.poem.test
Class ColumnTypePoemTypeTest

Package class diagram package ColumnTypePoemTypeTest
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.ColumnTypePoemTypeTest
All Implemented Interfaces:
junit.framework.Test

public class ColumnTypePoemTypeTest
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
ColumnTypePoemTypeTest()
           
ColumnTypePoemTypeTest(String name)
           
 
Method Summary
protected  void setUp()
          
protected  void tearDown()
          
 void testCookedOfRaw()
          Test method for PoemType.cookedOfRaw(java.lang.Object).
 void testPossibleRaws()
          Test method for PoemType.possibleRaws().
 void testQuotedRaw()
          Test method for SQLType.quotedRaw(java.lang.Object).
 void testRawOfCooked()
          Test method for PoemType.rawOfCooked(java.lang.Object).
 void testStringOfCooked()
          Test method for (java.lang.Object, org.melati.poem.PoemLocale, int).
 
Methods inherited from class org.melati.poem.test.SQLPoemTypeSpec
testAssertValidCooked, testAssertValidRaw, testCanRepresent, testGetNullable, testGetRaw, testRawOfString, testSaveColumnInfo, testSetRaw, testSqlDefaultValue, testSqlDefinition, testSqlTypeCode, testSqlTypeDefinition, 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

ColumnTypePoemTypeTest

public ColumnTypePoemTypeTest()

ColumnTypePoemTypeTest

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

setUp

protected void setUp()
              throws Exception

Overrides:
setUp in class SQLPoemTypeSpec
Throws:
Exception
See Also:
SQLPoemTypeSpec.setUp()

tearDown

protected void tearDown()
                 throws Exception

Overrides:
tearDown in class SQLPoemTypeSpec
Throws:
Exception
See Also:
SQLPoemTypeSpec.tearDown()

testPossibleRaws

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

Overrides:
testPossibleRaws in class SQLPoemTypeSpec

testRawOfCooked

public void testRawOfCooked()
Description copied from class: SQLPoemTypeSpec
Test method for PoemType.rawOfCooked(java.lang.Object).

Overrides:
testRawOfCooked in class SQLPoemTypeSpec

testCookedOfRaw

public void testCookedOfRaw()
Description copied from class: SQLPoemTypeSpec
Test method for PoemType.cookedOfRaw(java.lang.Object).

Overrides:
testCookedOfRaw in class SQLPoemTypeSpec

testStringOfCooked

public void testStringOfCooked()
Description copied from class: SQLPoemTypeSpec
Test method for (java.lang.Object, org.melati.poem.PoemLocale, int).

Overrides:
testStringOfCooked in class SQLPoemTypeSpec

testQuotedRaw

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

Overrides:
testQuotedRaw in class SQLPoemTypeSpec


Copyright © 2000-2010 PanEris. All Rights Reserved.