ExternalComponentProxyTest.java | Class | Tests the ComponentProxy behaving as the Functional Implementation.
testRetrieval() : Confirms that a retrieved Component implements
its Functional Interface, and sets the Component that gets used for the
remaining tests.
testCorrectMethodCalled() : Confirms that the correct method is
called on the underlying Functional Implementation. |