Lines Matching refs:core
16 import Core from './src/core';
30 const core = Core.getInstance();
32 core.addService('dataDriver', dataDriver);
48 const core = Core.getInstance();
52 core.addService('expect', expectExtend);
58 core.addService('report', ohReport);
59 core.init();
60 core.subscribeEvent('spec', ohReport);
61 core.subscribeEvent('suite', ohReport);
62 core.subscribeEvent('task', ohReport);
63 const configService = core.getDefaultService('config');
70 core.execute(abilityDelegator);
228 const core = Core.getInstance();
229 const expectService = core.getDefaultService('expect');
238 const core = Core.getInstance();
239 const expectService = core.getDefaultService('expect');