Lines Matching refs:expect
28 expect(sliceGroup).not.toBeUndefined();
29 expect(sliceGroup).toMatchInlineSnapshot(
31 title: expect.any(String),
32 count: expect.any(Number),
33 minDuration: expect.any(Number),
34 maxDuration: expect.any(Number),
35 avgDuration: expect.any(String) }, `
65 expect(sptChild).not.toBeUndefined();
66 expect(sptChild).toMatchInlineSnapshot(
68 process: expect.any(String),
69 processId: expect.any(Number),
70 processName: expect.any(String),
71 thread: expect.any(String),
72 threadId: expect.any(Number),
73 threadName: expect.any(String),
74 state: expect.any(String),
75 startNs: expect.any(Number),
76 startTime: expect.any(String),
77 duration: expect.any(Number),
78 cpu: expect.any(Number),
79 core: expect.any(String),
80 priority: expect.any(Number),
81 prior: expect.any(String),
82 note: expect.any(String) }, `