Search in sources :

Example 1 with NetCDFService

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);
}
Also used : NetCDFService(loci.formats.services.NetCDFService) Test(org.testng.annotations.Test)

Aggregations

NetCDFService (loci.formats.services.NetCDFService)1 Test (org.testng.annotations.Test)1