Changes between Version 8 and Version 9 of S2S_CORE_MOCK_SERVER_R0


Ignore:
Timestamp:
12/22/08 12:54:56 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_CORE_MOCK_SERVER_R0

    v8 v9  
    4040 * There will be mock implementation of the !UserManager interface in package named org.sophie2.server.connector.facade.mock in the connector module. 
    4141  * 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. 
    4343 * 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. 
    4445 
    4546The tests for the mock !UserManager are:[[BR]]