Home | History | Annotate | Download | only in js1_2

Lines Matching refs:function

37 function test() {
54 function AddTestCase( description, expect, actual ) {
59 function TestCase( n, d, e, a ) {
69 function startTest() {
79 function getTestCaseResult( expect, actual ) {
118 * print function. When running tests in the browser, these
123 function writeTestCaseResult( expect, actual, string ) {
128 function writeFormattedResult( expect, actual, string, passed ) {
134 function writeLineToLog( string ) {
137 function writeHeaderToLog( string ) {
142 function stopTest() {