use of org.opendaylight.controller.config.yang.test.impl.TestImplModuleFactory in project controller by opendaylight.
the class ITTest method setUp.
@Before
public void setUp() {
factory = new TestImplModuleFactory();
super.initConfigTransactionManagerImpl(new HardcodedModuleFactoriesResolver(mockedContext, factory));
}
Aggregations