Home | History | Annotate | Download | only in Number

Lines Matching refs:testcases

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