de.jface.remind.core
Class UniqueNumberTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--de.jface.remind.core.UniqueNumberTest
All Implemented Interfaces:
junit.framework.Test

public class UniqueNumberTest
extends junit.framework.TestCase

Version:
$Revision: 1.1 $
Author:
Moritz Petersen.

Constructor Summary
UniqueNumberTest(java.lang.String name)
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testCreateExistingWithAllowModify()
           
 void testCreateExistingWithoutAllowModify()
           
 void testCreateNew()
           
 void testGetInstance()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, 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

UniqueNumberTest

public UniqueNumberTest(java.lang.String name)
Method Detail

setUp

protected void setUp()
Overrides:
setUp in class junit.framework.TestCase

tearDown

protected void tearDown()
Overrides:
tearDown in class junit.framework.TestCase

testCreateNew

public void testCreateNew()
                   throws java.lang.Exception

testCreateExistingWithAllowModify

public void testCreateExistingWithAllowModify()
                                       throws java.lang.Exception

testCreateExistingWithoutAllowModify

public void testCreateExistingWithoutAllowModify()
                                          throws java.lang.Exception

testGetInstance

public void testGetInstance()
                     throws java.lang.Exception


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