Home | History | Annotate | Download | only in src

Lines Matching full:cases

352 // In most cases, the user can specify an option using either an
516 // Gets the number of successful test cases.
519 // Gets the number of failed test cases.
522 // Gets the number of all test cases.
525 // Gets the number of all test cases that contain at least one test
547 // Returns true iff the unit test passed (i.e. all test cases passed).
556 // Gets the i-th test case among all the test cases. i can range from 0 to
563 // Gets the i-th test case among all the test cases. i can range from 0 to
769 // Shuffles all test cases, and the tests within each test case,
773 // Restores the test cases and tests to their order before the first shuffle.