org.melati.poem.test
Class SearchabilityPoemTypeTest

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

public class SearchabilityPoemTypeTest
extends NotNullableIntegerPoemTypeTest

Since:
7 Jan 2007
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
SearchabilityPoemTypeTest()
           
SearchabilityPoemTypeTest(String name)
           
 
Method Summary
 void testCanRepresent()
          Test method for PoemType.canRepresent(org.melati.poem.PoemType).
 void testNamed()
          Test Searchability.named(String).
 void testPossibleRaws()
          Test method for PoemType.possibleRaws().
 void testRawOfCooked()
          Only way to get doubleChecked to throw.
 void testStringOfCooked()
          Test method for (java.lang.Object, org.melati.poem.PoemLocale, int).
 void testToString()
          Test Searchability.toString().
 
Methods inherited from class org.melati.poem.test.NotNullableIntegerPoemTypeTest
testFullConstructor, testQuotedRaw, testRawOfString
 
Methods inherited from class org.melati.poem.test.SQLPoemTypeSpec
setUp, tearDown, testAssertValidCooked, testAssertValidRaw, testCookedOfRaw, testGetNullable, testGetRaw, 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

SearchabilityPoemTypeTest

public SearchabilityPoemTypeTest()

SearchabilityPoemTypeTest

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

testToString

public void testToString()
Test Searchability.toString().


testRawOfCooked

public void testRawOfCooked()
Description copied from class: NotNullableIntegerPoemTypeTest
Only way to get doubleChecked to throw. Test method for PoemType.rawOfCooked(java.lang.Object).

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

testPossibleRaws

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

Overrides:
testPossibleRaws in class NotNullableIntegerPoemTypeTest

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

testCanRepresent

public void testCanRepresent()
Description copied from class: NotNullableIntegerPoemTypeTest
Test method for PoemType.canRepresent(org.melati.poem.PoemType).

Overrides:
testCanRepresent in class NotNullableIntegerPoemTypeTest

testNamed

public void testNamed()
Test Searchability.named(String).



Copyright © 2000-2010 PanEris. All Rights Reserved.