Home | History | Annotate | Download | only in ExecutionContexts

Lines Matching refs:tc

66     for ( tc=0; tc < testcases.length; tc++ ) {
70 testcases[tc].description += ( INPUT +"" );
76 testcases[tc].passed = writeTestCaseResult(
77 testcases[tc].expect,
78 testcases[tc].actual,
79 testcases[tc].description +" = "+
80 testcases[tc].actual );
82 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";