| |
|
| org.apache.harmony.rmi.MarshalledObjectTest
MarshalledObjectTest | public class MarshalledObjectTest extends TestCase (Code) | | Unit test for java.rmi.MarshalledObject class.
author: Mikhail A. Markov version: $Revision: 1.1.2.1 $ |
MarshalledObjectTest | public MarshalledObjectTest()(Code) | | No-arg constructor to enable serialization.
|
MarshalledObjectTest | public MarshalledObjectTest(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. |
testNullLoader | public void testNullLoader() throws Exception(Code) | | Tests if RMI runtime is able to load classes if thread context classloader
is null (regression test for HARMONY-1967)
|
|
|
|