Lines Matching full:test
41 Generate include files, cpp files, and .txt files for test control
145 # Test functions are added in the constructor.
146 # Keep track of the list of test functions
147 # (since a test function can be reused by several tests)
153 … testInit += "this->addTest(%d,(Client::test)&%s::%s);\n" % (theId,theClass,theTestName)
165 # Use list of test functions to
190 # Generate test ID for the test define din this suite
192 decl.write("\n// Test IDs\n")
273 node kind (group, suite or test)
274 node id (group id, suite id, test id)
316 So, for a test (which is also a TreeElement in the structure),
320 In the test description file, there is never any way to change the pattern
321 folder for a test.
355 # Always dump even if there is no path for a test
356 # so for a test it will always be n
435 or test drive in include file
468 or test drive in include file
494 or test drive in include file
514 or test drive in include file
532 or test drive in include file
695 root (TreeElement) : Tree of test descriptions
696 driverFile (file) : where to generate C array for test descriptions
744 # if folder changed in test description file
745 # Always dumped for a test even if no path for
746 # a test. So a test will always have n
839 root (TreeElement) : Tree of test descriptions
858 headerFile.write("#include \"Test.h\"\n")
861 sourceFile.write("#include \"Test.h\"\n")