Home | History | Annotate | Download | only in Statements

Lines Matching refs:testcases

43     var testcases = new Array();
45 testcases[testcases.length] = new TestCase( SECTION,
56 testcases[0].passed = writeTestCaseResult(
57 testcases[0].expect,
58 testcases[0].actual,
59 testcases[0].description +" = "+ testcases[0].actual );
61 testcases[0].reason += ( testcases[0].passed ) ? "" : "wrong value ";
64 return ( testcases );