/*
 * TestMain.java
 *
 * Created on October 16, 2003, 12:50 AM
 */

package hep.aida.ref.remote.testRemote;

import org.freehep.util.FreeHEPLookup;
import org.openide.util.Lookup;

/**
 * We do main tests here.
 *
 * @author  serbo
 */
public class TestMain {
    
    /** Creates a new instance of TestMain */
    public TestMain() {
    }
    
    
    public static void main(String[] args) {
     
        // Create RemoteMutableStoreTestFactory and register it in lookup
      FreeHEPLookup.instance().add(new RemoteMutableStoreTestFactory(), RemoteMutableStoreTestFactory.storeType);
        
    }
}
