Home | History | Annotate | Download | only in utils

Lines Matching full:suite

265          * information of all the test package, test suite and test cases.
302 * Rebuild the document, merging empty suite nodes.
305 // merge empty suite nodes
316 * Merge the test suite which only has one sub-suite. In this case, unify
319 * @param suiteElem The suite element of which to be merged.
363 * Append a named test suite to a specified element. Including match with
364 * the existing suite nodes and do the real creation and append.
367 * @param testSuite The test suite to be appended.
398 * Get the test suite child nodes of a specified element.
420 * to the test suite element.
422 * @param elem The test suite element.
423 * @param cases A collection of test cases included by the test suite class.
481 * Do the append, including creating test suite nodes and test case nodes, and
485 * @param testSuite The test suite to be append.
517 * Construct an test suite object.
519 * @param name Full name of the test suite, such as "com.google.android.Foo"
520 * @param cases The test cases included in this test suite.