View Javadoc

1   package org.paneris.bibliomania.test;
2   
3   import org.paneris.bibliomania.BatchImporter;
4   
5   import junit.framework.TestCase;
6   
7   public class BatchImporterTest extends TestCase {
8   
9     public final void testImportResults() {
10      
11    }
12  
13    public final void testMain() {
14      String[] args = {"7", "recurse", "chapter", "13385"};
15      BatchImporter.main(args);
16    }
17  
18  }