Home | History | Annotate | Download | only in Number

Lines Matching refs:testcases

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