Home | History | Annotate | Download | only in utils

Lines Matching full:suite

253          * information of all the test package, test suite and test cases.
290 * Rebuild the document, merging empty suite nodes.
293 // merge empty suite nodes
304 * Merge the test suite which only has one sub-suite. In this case, unify
307 * @param suiteElem The suite element of which to be merged.
351 * Append a named test suite to a specified element. Including match with
352 * the existing suite nodes and do the real creation and append.
355 * @param testSuite The test suite to be appended.
386 * Get the test suite child nodes of a specified element.
408 * to the test suite element.
410 * @param elem The test suite element.
411 * @param cases A collection of test cases included by the test suite class.
463 * Do the append, including creating test suite nodes and test case nodes, and
467 * @param testSuite The test suite to be append.
499 * Construct an test suite object.
501 * @param name Full name of the test suite, such as "com.google.android.Foo"
502 * @param cases The test cases included in this test suite.