fr.lip6.sma.simulacion.server.http
Class HTTPServerTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by fr.lip6.sma.simulacion.server.http.HTTPServerTest
All Implemented Interfaces:
junit.framework.Test

public class HTTPServerTest
extends junit.framework.TestCase

Class for tests of the HTTPServer class.

Version:
$Revision: 3 $
Author:
Paul Guyot

Constructor Summary
HTTPServerTest()
          Default constructor.
 
Method Summary
protected  void setUp()
          Set up the test.
protected  void tearDown()
          Tear down the test.
 void testQueueEventInList()
          Test for the queueEventInList method.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HTTPServerTest

public HTTPServerTest()
Default constructor.

Method Detail

setUp

protected void setUp()
Set up the test.

Overrides:
setUp in class junit.framework.TestCase

tearDown

protected void tearDown()
Tear down the test.

Overrides:
tearDown in class junit.framework.TestCase

testQueueEventInList

public void testQueueEventInList()
Test for the queueEventInList method.