Searched defs:test (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/lua/test/
H A Dtest.lua23 local test = mu.TestCase:new{}
25 function test:document_root()
28 assert(b:find("test"), "test not found in document root")
31 function test:basic_get()
37 function test:quietly()
43 function test.basic_post()
50 function test.basic_post_alt()
56 function test.post_with_table()
68 function test
[all...]
/httpd/support/
H A Dab.c207 /* maximum number of requests on a time limited test */
1554 * test against. -djg
1656 static void test(void) function
2121 /* sort out command-line args and call test */
2441 test();

Completed in 537 milliseconds