de.jface.util
Class SortedListTest

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

public class SortedListTest
extends junit.framework.TestCase

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

Version:
$Revision: 1.1.1.1 $
Author:
Moritz Petersen

Constructor Summary
SortedListTest(java.lang.String name)
          This constructor creates a new SortedListTest test case.
 
Method Summary
 void testGet()
          This method tests [your text here].
 
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

SortedListTest

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

testGet

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


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