de.jface.util
Class DictionaryTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--de.jface.util.DictionaryTest
All Implemented Interfaces:
junit.framework.Test

public class DictionaryTest
extends junit.framework.TestCase

The test case DictionaryTest tests the [your text here].

Version:
$Revision: 1.1.1.1 $
Author:
Moritz Petersen

Constructor Summary
DictionaryTest(java.lang.String name)
          This constructor creates a new DictionaryTest test case.
 
Method Summary
 void testPath()
           
 void testRead()
           
 void testRootKey()
          This method tests [your text here].
 void testWrite()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, 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

DictionaryTest

public DictionaryTest(java.lang.String name)
This constructor creates a new DictionaryTest test case.
Method Detail

testRootKey

public void testRootKey()
This method tests [your text here].

testRead

public void testRead()
              throws java.lang.Exception

testWrite

public void testWrite()
               throws java.lang.Exception

testPath

public void testPath()


Copyright © 2002-2002 Moritz Petersen. All Rights Reserved.