use of org.hibernate.tool.hbm2x.POJOExporter in project jbosstools-hibernate by jbosstools.
the class ServiceImplTest method testCreateExporter.
@Test
public void testCreateExporter() {
IExporter exporter = service.createExporter("org.hibernate.tool.hbm2x.POJOExporter");
Assert.assertNotNull(exporter);
Object target = ((IFacade) exporter).getTarget();
Assert.assertNotNull(target);
Assert.assertTrue(target instanceof POJOExporter);
}
use of org.hibernate.tool.hbm2x.POJOExporter in project jbosstools-hibernate by jbosstools.
the class ServiceImplTest method testCreateExporter.
@Test
public void testCreateExporter() {
IExporter exporter = service.createExporter("org.hibernate.tool.hbm2x.POJOExporter");
Assert.assertNotNull(exporter);
Object target = ((IFacade) exporter).getTarget();
Assert.assertNotNull(target);
Assert.assertTrue(target instanceof POJOExporter);
}
use of org.hibernate.tool.hbm2x.POJOExporter in project jbosstools-hibernate by jbosstools.
the class ServiceImplTest method testCreateExporter.
@Test
public void testCreateExporter() {
IExporter exporter = service.createExporter("org.hibernate.tool.hbm2x.POJOExporter");
Assert.assertNotNull(exporter);
Object target = ((IFacade) exporter).getTarget();
Assert.assertNotNull(target);
Assert.assertTrue(target instanceof POJOExporter);
}
use of org.hibernate.tool.hbm2x.POJOExporter in project jbosstools-hibernate by jbosstools.
the class ServiceImplTest method testCreateExporter.
@Test
public void testCreateExporter() {
IExporter exporter = service.createExporter("org.hibernate.tool.hbm2x.POJOExporter");
Assert.assertNotNull(exporter);
Object target = ((IFacade) exporter).getTarget();
Assert.assertNotNull(target);
Assert.assertTrue(target instanceof POJOExporter);
}
Aggregations