Changes between Version 8 and Version 9 of S2S_CORE_MOCK_SERVER_R0
- Timestamp:
- 12/22/08 12:54:56 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_CORE_MOCK_SERVER_R0
v8 v9 40 40 * There will be mock implementation of the !UserManager interface in package named org.sophie2.server.connector.facade.mock in the connector module. 41 41 * The implementation will be called !MockUserManager. 42 * This mock implementation will use the dummy objects defined in the !DummyData class .42 * This mock implementation will use the dummy objects defined in the !DummyData class, in the org.sophie2.server.connector.facade.mock package. 43 43 * I can't add UML class diagram because all the classes in the new module are implementations and dummy data. 44 * The connector module is used to provide the Server facade to the client. While there is no running server the connector will provide the mock facade represented by the mock server implementation of it. 44 45 45 46 The tests for the mock !UserManager are:[[BR]]