Package org.jamesii.asf.registry.factorydata.file

Examples of org.jamesii.asf.registry.factorydata.file.TestRegFileDS


  /** The data storage. */
  private IFactoryRuntimeDataStorage dataStorage;

  @Override
  public void setUp() throws Exception {
    dataStorage = (new TestRegFileDS()).getFactoryRuntimeDataStorage();
    dataStorage.reset();
  }
View Full Code Here

TOP

Related Classes of org.jamesii.asf.registry.factorydata.file.TestRegFileDS

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.