Lines Matching full:tobe
42 expect(foo.name).toBe("Example name");
43 expect(baz).toBe(sample_service.Service.BazOptions.REGULAR);
44 expect(core.close(port)).toBe(core.RESULT_OK);
65 expect(response.result).toBe(42);
74 expect(core.close(sourcePipe.handle1)).toBe(core.RESULT_OK);
77 expect(core.close(anotherPipe.handle1)).toBe(core.RESULT_OK);
137 expect(response.a).toBe("hello");
140 expect(response.a).toBe("hello");
141 expect(response.b).toBe("world");
150 expect(error.message).toBe("Connection error: " + core.RESULT_UNKNOWN);