Package es.mahulo.battleship.mocks

Examples of es.mahulo.battleship.mocks.UserDaoMock


 
 
  @Before public void setUp() {
   
    playerDao = new PlayerDaoMock();
    userDao = new UserDaoMock();
    gameDao = new GameDaoMock();
    gameConfigDao = new GameConfigDaoMock();
   
   
   
View Full Code Here

TOP

Related Classes of es.mahulo.battleship.mocks.UserDaoMock

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.