Package tifauv.jplop.core

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

Related Classes of tifauv.jplop.core.BackendMock

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.