Home | History | Annotate | Download | only in String

Lines Matching defs:tc

37     var tc= 0;
66 for ( tc = 0; tc < testcases.length; tc++ ) {
67 testcases[tc].passed = writeTestCaseResult(
68 testcases[tc].expect,
69 testcases[tc].actual,
70 testcases[tc].description +" = "+ testcases[tc].actual );
72 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";