Home | History | Annotate | Download | only in LexicalConventions

Lines Matching refs:testcases

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