org.semispace
Class SpaceTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.semispace.SpaceTest
All Implemented Interfaces:
junit.framework.Test

public class SpaceTest
extends junit.framework.TestCase


Nested Class Summary
protected static class SpaceTest.NotificationTestListener
           
 
Constructor Summary
SpaceTest()
           
 
Method Summary
 void setUp()
           
 void testAdminQueryObject()
           
 void testAlmostEqualHolders()
           
 void testAnswerOfAdminQuery()
           
 void testDoNotQueryWithIdentity()
           
 void testNotification()
           
 void testPresenceOfAdmin()
           
 void testReadTimeout()
           
 void testSameButDifferentObject()
           
 void testTimeout()
           
 void testWrite()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, 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, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpaceTest

public SpaceTest()
Method Detail

setUp

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

testPresenceOfAdmin

public void testPresenceOfAdmin()

testWrite

public void testWrite()

testTimeout

public void testTimeout()

testDoNotQueryWithIdentity

public void testDoNotQueryWithIdentity()
                                throws InterruptedException
Throws:
InterruptedException

testReadTimeout

public void testReadTimeout()

testAdminQueryObject

public void testAdminQueryObject()
                          throws InterruptedException
Throws:
InterruptedException

testAnswerOfAdminQuery

public void testAnswerOfAdminQuery()

testSameButDifferentObject

public void testSameButDifferentObject()

testAlmostEqualHolders

public void testAlmostEqualHolders()

testNotification

public void testNotification()
                      throws InterruptedException
Throws:
InterruptedException


Copyright © 2008-2012. All Rights Reserved.