org.melati.poem.test
Class BinaryTest

Package class diagram package BinaryTest
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.EverythingTestCase
                  extended by org.melati.poem.test.BinaryTest
All Implemented Interfaces:
junit.framework.Test

public class BinaryTest
extends EverythingTestCase

Test the handling of binary data field type.

Author:
williamc/timp
See Also:
BinaryPoemType

Field Summary
 
Fields inherited from class org.melati.poem.test.EverythingTestCase
databaseName
 
Fields inherited from class org.melati.poem.test.PoemTestCase
maxTrans, result
 
Constructor Summary
BinaryTest(String arg0)
          Constructor for BinaryTest.
 
Method Summary
protected  void setUp()
          
protected  void tearDown()
          
 void testCreate()
          Test create.
 
Methods inherited from class org.melati.poem.test.EverythingTestCase
databaseUnchanged, getDatabaseName, getDb
 
Methods inherited from class org.melati.poem.test.PoemTestCase
assertEquals, assertEquals, assertEquals, checkColumns, checkDbUnchanged, checkTables, checkTablesAndColumns, dropTable, dumpTable, getDatabase, 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, run
 

Constructor Detail

BinaryTest

public BinaryTest(String arg0)
Constructor for BinaryTest.

Parameters:
arg0 -
Method Detail

setUp

protected void setUp()
              throws Exception

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

tearDown

protected void tearDown()
                 throws Exception

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

testCreate

public void testCreate()
Test create.



Copyright © 2000-2010 PanEris. All Rights Reserved.