Home | History | Annotate | Download | only in Expressions

Lines Matching refs:testcases

64     var testcases = new Array();
66 testcases[tc++] = new TestCase( SECTION,
71 testcases[tc++] = new TestCase( SECTION,
79 for ( tc=0; tc < testcases.length; tc++ ) {
80 testcases[tc].passed = writeTestCaseResult(
81 testcases[tc].expect,
82 testcases[tc].actual,
83 testcases[tc].description +" = "+
84 testcases[tc].actual );
86 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
89 return ( testcases );