Home | History | Annotate | Download | only in LexicalConventions

Lines Matching defs:testcases

49     var testcases = getTestCases();
61 for ( tc=0; tc < testcases.length; tc++ ) {
62 testcases[tc].actual = eval( testcases[tc].actual );
63 testcases[tc].passed = writeTestCaseResult(
64 testcases[tc].expect,
65 testcases[tc].actual,
66 testcases[tc].description +" = "+
67 testcases[tc].actual );
69 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
72 return ( testcases );