public class ImportFixture
extends java.lang.Object
OMEROMetadataStoreClient| Constructor and Description | 
|---|
ImportFixture(OMEROMetadataStoreClient store,
             OMEROWrapper reader)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
doImport()
Runs import by looping through all files and then calling
  
ImportLibrary.importImage(ImportContainer, int, int, int). | 
ImportFixture | 
put(java.io.File file,
   Dataset ds)  | 
ImportFixture | 
putAll(java.util.Map<java.io.File,Dataset> map)  | 
void | 
setUp()
checks for the necessary fields and initializes the  
ImportLibrary | 
void | 
tearDown()
sets  
ImportLibrary, OMEROMetadataStoreClient, and file array
 to null. | 
public ImportFixture(OMEROMetadataStoreClient store, OMEROWrapper reader)
public ImportFixture put(java.io.File file, Dataset ds)
public ImportFixture putAll(java.util.Map<java.io.File,Dataset> map)
public void setUp()
           throws java.lang.Exception
ImportLibraryjava.lang.Exception - if setup failedpublic void tearDown()
ImportLibrary, OMEROMetadataStoreClient, and file array
 to null. Also attempts to call FormatReader.close().public void doImport()
              throws java.lang.Throwable
ImportLibrary.importImage(ImportContainer, int, int, int).java.lang.Throwable - reporting a problem with import