| org.apache.harmony.rmi.RMITestBase org.apache.harmony.rmi.DGCTest
DGCTest | public class DGCTest extends RMITestBase (Code) | | Unit test for RMI Distributed Garbage Collector.
author: Mikhail A. Markov, Vasily Zakharov version: $Revision: 1.1.2.4 $ |
Inner Class :static class GCThread extends Thread | |
Constructor Summary | |
public | DGCTest() No-arg constructor to enable serialization. | public | DGCTest(String name) Constructs this test case with the given name. |
Method Summary | |
public static void | main(String args) Starts the testing from the command line. | public static Test | suite() Returns test suite for this class. | public void | test0() | public void | test3() |
DGCTest | public DGCTest()(Code) | | No-arg constructor to enable serialization.
|
DGCTest | public DGCTest(String name)(Code) | | Constructs this test case with the given name.
Parameters: name - Name for this test case. |
main | public static void main(String args)(Code) | | Starts the testing from the command line.
Parameters: args - Command line parameters. |
suite | public static Test suite()(Code) | | Returns test suite for this class.
Test suite for this class. |
Methods inherited from org.apache.harmony.rmi.RMITestBase | protected static void abort(int exitCode)(Code)(Java Doc) protected static void abort()(Code)(Java Doc) protected static boolean checkProxy()(Code)(Java Doc) protected static boolean checkProxy(String testName)(Code)(Java Doc) protected static boolean checkSocket(String host, int port, int timeout)(Code)(Java Doc) protected static void printArray(Object[] array)(Code)(Java Doc) protected static void setEnvironment(boolean disableHttp, boolean eagerHttpFallback, boolean disableDirectSocket, boolean enableDirectHTTP, boolean disablePlainHTTP, boolean useProxy, long connectionTimeout, boolean logging)(Code)(Java Doc) protected static void setEnvironmentForConfig(int config)(Code)(Java Doc) protected static SubProcess startProcess(String className, String id, int config, boolean endorsed) throws Exception(Code)(Java Doc) protected void unexportObjects() throws Exception(Code)(Java Doc)
|
|
|