use of com.github.jmchilton.blend4j.galaxy.ToolDataClient in project irida by phac-nml.
the class GalaxyToolDataServiceIT method setup.
/**
* Sets up for tool data table tests.
*/
@Before
public void setup() {
galaxyInstanceAdmin = localGalaxy.getGalaxyInstanceAdmin();
ToolDataClient toolDataClient = galaxyInstanceAdmin.getToolDataClient();
galaxyToolDataService = new GalaxyToolDataService(toolDataClient);
}
Aggregations