Lines Matching refs:top20ProcessThreadCount
27 let top20ProcessThreadCount = new Top20ProcessThreadCount(); variable
28 expect(top20ProcessThreadCount).not.toBeUndefined();
31 let top20ProcessThreadCount = new Top20ProcessThreadCount(); variable
33 top20ProcessThreadCount.sortByColumn({
39 let top20ProcessThreadCount = new Top20ProcessThreadCount(); variable
40 top20ProcessThreadCount.queryLogicWorker = jest.fn();
41 expect(top20ProcessThreadCount.queryLogicWorker('', '', {})).toBeUndefined();
44 let top20ProcessThreadCount = new Top20ProcessThreadCount(); variable
45 top20ProcessThreadCount.queryLogicWorker = jest.fn();
46 top20ProcessThreadCount.processThreadCountTbl = jest.fn();
47 top20ProcessThreadCount.processThreadCountTbl.recycleDataSource = jest.fn();
48 expect(top20ProcessThreadCount.init()).toBeUndefined();