use of loci.formats.services.NetCDFService in project bioformats by openmicroscopy.
the class MissingNetCDFServiceTest method testInstantiate.
@Test(expectedExceptions = { DependencyException.class })
public void testInstantiate() throws DependencyException {
NetCDFService service = sf.getInstance(NetCDFService.class);
assertNotNull(service);
}
Aggregations