ossj.common.tck.tests
Class TestEvents

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by ossj.common.tck.tests.TestEvents
All Implemented Interfaces:
junit.framework.Test

public class TestEvents
extends junit.framework.TestCase

Test class for all events sent by the implementation As soon as an error occurs, testing is ended

Version:

Nested Class Summary
static class TestEvents.EndlessEventTest
           
 
Constructor Summary
TestEvents(String name)
          Creates new testEvents
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testAllEvents()
          Infinit Loop
For all the messages received via the topic: verify they are of the type javax.oss.Event contains time and applicationDN properties is cloneable
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestEvents

public TestEvents(String name)
Creates new testEvents

Method Detail

setUp

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

tearDown

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

testAllEvents

public void testAllEvents()
                   throws Exception
Infinit Loop
For all the messages received via the topic:

Throws:
Exception - DOCUMENT ME!


Copyright 2002-2006 The Members of the OSS through Java(TM) Initiative. All rights reserved. Use is subject to license terms.