Home | History | Annotate | Download | only in LexicalConventions

Lines Matching refs:testcases

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