@Deprecated
public class TinyImportFixture
extends java.lang.Object
OMEROMetadataStore
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FILENAME
Deprecated.
Hard-coded filename of the image to be imported
|
Constructor and Description |
---|
TinyImportFixture(ome.system.ServiceFactory services)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
doImport()
Deprecated.
|
ome.model.containers.Dataset |
getDataset()
Deprecated.
provides access to the created
Dataset instance. |
ome.model.core.Pixels |
getPixels()
Deprecated.
|
void |
setUp()
Deprecated.
Creates a dataset and locates the test image file.
|
void |
tearDown()
Deprecated.
|
public static final java.lang.String FILENAME
public TinyImportFixture(ome.system.ServiceFactory services) throws java.lang.Exception
java.lang.Exception
public void setUp() throws java.io.FileNotFoundException
java.io.FileNotFoundException
- if the test image file could not be foundpublic void doImport()
public void tearDown()
public ome.model.containers.Dataset getDataset()
Dataset
instance.public ome.model.core.Pixels getPixels()