user manual

66 SilkPerformer Java Explorer User Guide
3 S
ETTING UP TESTS
Testing RMI
Click Next to see a tree of all registered remote objects in the RMI
registry.
Select RemoteServer and click Next. The methods of the remote object
will then be browsed.
Select the first two methods:
- echoFloat(float)
- echoString(String)
These are the two methods that are implemented by the sample RMI
server. The other methods are inherited from base classes and don’t need
to be tested.
Click Next and select the test case from which these methods should be
called.