Home | History | Annotate | Download | only in Statements

Lines Matching refs:testcases

41     var testcases = new Array();
42 testcases[0] = new TestCase( SECTION, "for statement", 100, "" );
56 testcases[0].actual = testprogram();
58 testcases[0].passed = writeTestCaseResult(
59 testcases[0].expect,
60 testcases[0].actual,
61 testcases[0].description +" = "+ testcases[0].actual );
63 testcases[0].reason += ( testcases[0].passed ) ? "" : "wrong value ";
66 return ( testcases );