1 |
package appl.parallel.test; |
package appl.parallel.test; |
2 |
|
|
|
import java.io.Serializable; |
|
|
import java.net.MalformedURLException; |
|
3 |
import java.rmi.Naming; |
import java.rmi.Naming; |
|
import java.rmi.NotBoundException; |
|
4 |
import java.rmi.RemoteException; |
import java.rmi.RemoteException; |
5 |
|
|
|
import appl.parallel.server.XuluServer; |
|
|
|
|
6 |
import junit.framework.Test; |
import junit.framework.Test; |
7 |
import junit.framework.TestCase; |
import junit.framework.TestCase; |
8 |
import junit.framework.TestSuite; |
import junit.framework.TestSuite; |
9 |
|
import appl.parallel.server.XuluServer; |
10 |
|
|
11 |
/** |
/** |
12 |
* Generated code for the test suite <b>XuluServerTest</b> located at |
* Generated code for the test suite <b>XuluServerTest</b> located at |