Home | History | Annotate | Download | only in ExecutionContexts

Lines Matching defs:testcases

62     var testcases = getTestCases();
67 for ( tc=0; tc < testcases.length; tc++ ) {
72 testcases[tc].actual = toString();
73 testcases[tc].expect = String(VALUE);
76 testcases[tc].passed = writeTestCaseResult(
77 testcases[tc].expect,
78 testcases[tc].actual,
79 testcases[tc].description +" = "+
80 testcases[tc].actual );
82 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
85 return ( testcases );