Home | History | Annotate | Download | only in js1_3

Lines Matching defs:tc

3 var tc = 0;
15 for ( tc=0; tc < testcases.length; tc++ ) {
16 testcases[tc].passed = writeTestCaseResult(
17 testcases[tc].expect,
18 testcases[tc].actual,
19 testcases[tc].description +" = "+
20 testcases[tc].actual );
22 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
33 testcases[tc++] = new TestCase( SECTION, description, expect, actual );
72 tc = 0;