Lines Matching refs:expect
42 expect(stateProcessThread).not.toBeUndefined();
43 expect(stateProcessThread).toMatchInlineSnapshot(
45 id: expect.any(String),
46 pid: expect.any(String),
47 title: expect.any(String),
48 process: expect.any(String),
49 processId: expect.any(Number),
50 thread: expect.any(String),
51 threadId: expect.any(Number),
52 wallDuration: expect.any(Number),
53 avgDuration: expect.any(String),
54 count: expect.any(Number),
55 minDuration: expect.any(Number),
56 maxDuration: expect.any(Number),
57 stdDuration: expect.any(String) }, `
96 expect(sptChild).not.toBeUndefined();
97 expect(sptChild).toMatchInlineSnapshot(
99 process: expect.any(String),
100 processId: expect.any(Number),
101 processName: expect.any(String),
102 thread: expect.any(String),
103 threadId: expect.any(Number),
104 threadName: expect.any(String),
105 state: expect.any(String),
106 startNs: expect.any(Number),
107 startTime: expect.any(String),
108 duration: expect.any(Number),
109 cpu: expect.any(Number),
110 core: expect.any(String),
111 priority: expect.any(Number),
112 prior: expect.any(String),
113 note: expect.any(String) }, `
150 expect(spt).not.toBeUndefined();
151 expect(spt).toMatchInlineSnapshot(
153 process: expect.any(String),
154 processId: expect.any(Number),
155 thread: expect.any(String),
156 threadId: expect.any(Number),
157 state: expect.any(String),
158 dur: expect.any(Number),
159 start_ts: expect.any(Number),
160 end_ts: expect.any(Number),
161 cpu: expect.any(Number),
162 priority: expect.any(String),
163 note: expect.any(String) }, `