de.kosi.modeltest
Class TableTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--de.kosi.servertest.ServerTestCase
                    |
                    +--de.kosi.modeltest.TableTest
All Implemented Interfaces:
junit.framework.Test

public class TableTest
extends ServerTestCase

Test the Table implementation.

ChangeLog:

 $Log: TableTest.java,v $
 Revision 1.2  2001/05/22 10:16:02  jiriki
 - Removed old unused Client class
 - Removed unused import statements.

 Revision 1.1.1.1  2001/04/29 18:05:18  jiriki
 Imported sources from zola.

 Revision 1.2  2001/04/19 18:51:27  wombat
 - updated junit (new Version: 3.6)
 - implemented ServerTestCase
 - Added license files

 Revision 1.1  2001/04/18 11:39:51  wombat
 Began implementation of TableTest.

 

Version:
$Revision: 1.2 $ ($Date: 2001/05/22 10:16:02 $)
Author:
Timo, Niklas, Ole

Constructor Summary
TableTest(java.lang.String name)
          Create a new TestCase.
 
Method Summary
static junit.framework.Test suite()
          Create the TestSuite for this class.
 void testInvalidSessionException()
          Test if all methods throw InvalidSessionExceptions.
 
Methods inherited from class de.kosi.servertest.ServerTestCase
doAsUser, getAdminUsers, getUsers, init, loginUser, loginUser, logoutUser, shutdown, suite
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, name, run, run, runBare, runTest, 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, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableTest

public TableTest(java.lang.String name)
Create a new TestCase.
Parameters:
name - Name of the testcase.
Method Detail

testInvalidSessionException

public void testInvalidSessionException()
Test if all methods throw InvalidSessionExceptions.

suite

public static junit.framework.Test suite()
                                  throws java.lang.Exception
Create the TestSuite for this class.
Returns:
TestSuite for this class.
Throws:
java.lang.Exception - If creating the TestSuite fails.