Home | History | Annotate | Download | only in instanceof

Lines Matching defs:tc

18     var tc = 0;
23 testcases[tc++] = new TestCase( SECTION,
28 testcases[tc++] = new TestCase( SECTION,
33 testcases[tc++] = new TestCase( SECTION,
38 testcases[tc++] = new TestCase( SECTION,
43 testcases[tc++] = new TestCase( SECTION,
50 for ( tc=0; tc < testcases.length; tc++ ) {
51 testcases[tc].passed = writeTestCaseResult(
52 testcases[tc].expect,
53 testcases[tc].actual,
54 testcases[tc].description +" = "+
55 testcases[tc].actual );
57 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";