Lines Matching defs:result
29 var result;
33 result = localResult;
34 shouldBeEqualToString('result', 'hello');
41 result = localResult;
42 shouldBeEqualToString('result', 'hello2');
50 result = localResult;
51 shouldBeEqualToString('result', 'error');
58 result = localResult;
59 shouldBeEqualToString('result', 'error2');
63 result = localResult;
64 shouldBeEqualToString('result', 'recovered');