org.melati.poem.test
Class NotNullableBinaryPoemTypeTest

Package class diagram package NotNullableBinaryPoemTypeTest
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.SizedAtomPoemTypeSpec
                      extended by org.melati.poem.test.NotNullableBinaryPoemTypeTest
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
NullableBinaryPoemTypeTest

public class NotNullableBinaryPoemTypeTest
extends SizedAtomPoemTypeSpec

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
NotNullableBinaryPoemTypeTest()
           
NotNullableBinaryPoemTypeTest(String name)
           
 
Method Summary
 void testAssertValidRaw()
          Test method for PoemType.assertValidRaw(java.lang.Object).
 void testQuotedRaw()
          Test method for SQLType.quotedRaw(java.lang.Object).
 void testRawOfString()
          Test method for PoemType.rawOfString(java.lang.String).
 void testSetRaw()
          Test method for SQLType.setRaw(java.sql.PreparedStatement, int, java.lang.Object).
 void testSqlDefinition()
          Test method for SQLType.sqlDefinition(org.melati.poem.dbms.Dbms).
 void testToDsdType()
          Test method for PoemType.toDsdType().
 void testToString()
          Test toString.
 
Methods inherited from class org.melati.poem.test.SizedAtomPoemTypeSpec
setUp, tearDown, testGetSize, testSizedAtomPoemType, testSizeGreaterEqual, testWithSize
 
Methods inherited from class org.melati.poem.test.SQLPoemTypeSpec
testAssertValidCooked, testCanRepresent, testCookedOfRaw, testGetNullable, testGetRaw, testPossibleRaws, testRawOfCooked, testSaveColumnInfo, testSqlDefaultValue, testSqlTypeCode, testSqlTypeDefinition, testStringOfCooked, testStringOfRaw, 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

NotNullableBinaryPoemTypeTest

public NotNullableBinaryPoemTypeTest()

NotNullableBinaryPoemTypeTest

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

testQuotedRaw

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

Overrides:
testQuotedRaw in class SQLPoemTypeSpec

testToDsdType

public void testToDsdType()
Test method for PoemType.toDsdType().

Overrides:
testToDsdType in class SQLPoemTypeSpec

testSetRaw

public void testSetRaw()
Test method for SQLType.setRaw(java.sql.PreparedStatement, int, java.lang.Object).

Overrides:
testSetRaw in class SQLPoemTypeSpec

testRawOfString

public void testRawOfString()
Test method for PoemType.rawOfString(java.lang.String).

Overrides:
testRawOfString in class SQLPoemTypeSpec

testToString

public void testToString()
Test toString.


testAssertValidRaw

public void testAssertValidRaw()
Test method for PoemType.assertValidRaw(java.lang.Object).

Overrides:
testAssertValidRaw in class SQLPoemTypeSpec

testSqlDefinition

public void testSqlDefinition()
Test method for SQLType.sqlDefinition(org.melati.poem.dbms.Dbms).

Overrides:
testSqlDefinition in class SQLPoemTypeSpec


Copyright © 2000-2010 PanEris. All Rights Reserved.