Examples of BackendMock


Examples of tifauv.jplop.core.BackendMock

*/
public class HistoryTest extends TestCase {
 
  @Override
  public void setUp() {
    Backend backend = new BackendMock();
    ((ConfigurationMock)backend.getConfig()).setStorageFactoryName(null);
    Main.set(backend);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.