use of loci.formats.ome.OMEXMLMetadataImpl in project bioformats by openmicroscopy.
the class InOutCurrentTest method testValidMetadataRoot.
@Test
public void testValidMetadataRoot() {
metadata = new OMEXMLMetadataImpl();
metadata.setRoot(ome);
assertEquals(ome, metadata.getRoot());
}
use of loci.formats.ome.OMEXMLMetadataImpl in project bioformats by openmicroscopy.
the class BaseModelReaderTest method testSetId.
@Test
public void testSetId() throws Exception {
reader = new MinMaxCalculator(new ChannelSeparator(new ChannelFiller(new ImageReader())));
metadata = new OMEXMLMetadataImpl();
reader.setMetadataStore(metadata);
reader.setId(temporaryFile.getAbsolutePath());
}
Aggregations