use of org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock in project scout.rt by eclipse.
the class SelectIntoTest method before.
@Before
public void before() throws Exception {
SqlServiceMock sqlService = new SqlServiceMock();
m_beans = TestingUtility.registerBeans(new BeanMetaData(ISqlService.class).withInitialInstance(sqlService).withApplicationScoped(true));
}
Aggregations