Home | History | Annotate | Download | only in Boolean

Lines Matching refs:testcases

51     var testcases = new Array();
53 testcases[tc++] = new TestCase( SECTION,
58 testcases[tc++] = new TestCase( SECTION,
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 +" = "+
71 testcases[tc].actual );
73 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
76 return ( testcases );