public class ImportFixture extends 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(File file,
omero.model.Dataset ds) |
ImportFixture |
putAll(Map<File,omero.model.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(File file, omero.model.Dataset ds)
public ImportFixture putAll(Map<File,omero.model.Dataset> map)
public void setUp() throws Exception
ImportLibrary
Exception
- if setup failedpublic void tearDown()
ImportLibrary
, OMEROMetadataStoreClient
, and file array
to null. Also attempts to call FormatReader.close()
.public void doImport() throws Throwable
ImportLibrary.importImage(ImportContainer, int, int, int)
.Throwable
- reporting a problem with import
Version: 5.2.0-ice35-b12
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.