Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.geronimo.common.propertyeditor
Class SetEditorTest  view SetEditorTest download SetEditorTest.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.apache.geronimo.common.propertyeditor.AbstractCollectionEditorTest
              extended byorg.apache.geronimo.common.propertyeditor.SetEditorTest
All Implemented Interfaces:
junit.framework.Test

public class SetEditorTest
extends AbstractCollectionEditorTest

Unit test for HashSetEditor class.

Version:
$Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $

Field Summary
 
Fields inherited from class org.apache.geronimo.common.propertyeditor.AbstractCollectionEditorTest
editor, ordered
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
SetEditorTest()
           
 
Method Summary
protected  void checkType(java.lang.Object output)
           
protected  java.util.Collection createCollection()
           
protected  void setUp()
          Sets up the fixture, for example, open a network connection.
 void testEditorClass()
           
 
Methods inherited from class org.apache.geronimo.common.propertyeditor.AbstractCollectionEditorTest
testGetValue_1Item, testGetValue_2Items, testRoundTrip
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, 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, 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
 

Constructor Detail

SetEditorTest

public SetEditorTest()
Method Detail

setUp

protected void setUp()
Description copied from class: junit.framework.TestCase
Sets up the fixture, for example, open a network connection. This method is called before a test is executed.


testEditorClass

public void testEditorClass()
                     throws java.lang.Exception

checkType

protected void checkType(java.lang.Object output)
Specified by:
checkType in class AbstractCollectionEditorTest

createCollection

protected java.util.Collection createCollection()
Specified by:
createCollection in class AbstractCollectionEditorTest