com.esotericsoftware.kryonet.rmi
Class RmiTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.esotericsoftware.kryonet.KryoNetTestCase
              extended by com.esotericsoftware.kryonet.rmi.RmiTest
All Implemented Interfaces:
junit.framework.Test

public class RmiTest
extends KryoNetTestCase


Nested Class Summary
static class RmiTest.MessageWithTestObject
           
static interface RmiTest.TestObject
           
static class RmiTest.TestObjectImpl
           
 
Field Summary
 
Fields inherited from class com.esotericsoftware.kryonet.KryoNetTestCase
host, tcpPort, udpPort
 
Constructor Summary
RmiTest()
           
 
Method Summary
static void register(com.esotericsoftware.kryo.Kryo kryo)
           
static void runTest(Connection connection, int id, float other)
           
 void testRMI()
           
 
Methods inherited from class com.esotericsoftware.kryonet.KryoNetTestCase
startEndPoint, stopEndPoints, stopEndPoints, waitForThreads, waitForThreads
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, 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, format
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RmiTest

public RmiTest()
Method Detail

testRMI

public void testRMI()
             throws java.io.IOException
Throws:
java.io.IOException

runTest

public static void runTest(Connection connection,
                           int id,
                           float other)

register

public static void register(com.esotericsoftware.kryo.Kryo kryo)