Home | History | Annotate | Download | only in src

Lines Matching full:cases

359 // In most cases, the user can specify an option using either an
523 // Gets the number of successful test cases.
526 // Gets the number of failed test cases.
529 // Gets the number of all test cases.
532 // Gets the number of all test cases that contain at least one test
554 // Returns true iff the unit test passed (i.e. all test cases passed).
563 // Gets the i-th test case among all the test cases. i can range from 0 to
570 // Gets the i-th test case among all the test cases. i can range from 0 to
776 // Shuffles all test cases, and the tests within each test case,
780 // Restores the test cases and tests to their order before the first shuffle.