Lines Matching full:gets

589 Gets the name of the test suite.
609 Gets the number of successful tests in this test suite.
615 Gets the number of skipped tests in this test suite.
621 Gets the number of failed tests in this test suite.
627 Gets the number of disabled tests that will be reported in the XML report.
633 Gets the number of disabled tests in this test suite.
639 Gets the number of tests to be printed in the XML report.
651 Gets the number of all tests in this test suite.
675 Gets the time of the test suite start, in ms from the start of the UNIX epoch.
798 Gets the singleton `UnitTest` object. The first time this method is called, a
833 Gets the number of successful test suites.
839 Gets the number of failed test suites.
845 Gets the number of all test suites.
851 Gets the number of all test suites that contain at least one test that should
858 Gets the number of successful tests.
864 Gets the number of skipped tests.
870 Gets the number of failed tests.
876 Gets the number of disabled tests that will be reported in the XML report.
882 Gets the number of disabled tests.
888 Gets the number of tests to be printed in the XML report.
894 Gets the number of all tests.
900 Gets the number of tests that should run.
906 Gets the time of the test program start, in ms from the start of the UNIX epoch.
912 Gets the elapsed time, in milliseconds.
931 Gets the [`TestSuite`](#TestSuite) object for the `i`-th test suite among all
1105 Gets the outcome of the test part.
1122 Gets the name of the source file where the test part took place, or `NULL` if
1129 Gets the line in the source file where the test part took place, or `-1` if it's
1136 Gets the summary of the failure message.
1142 Gets the message associated with the test part.
1187 Gets the user-supplied key.
1193 Gets the user-supplied value.
1215 Gets the number of all test parts. This is the sum of the number of successful
1264 Gets the time of the test case start, in ms from the start of the UNIX epoch.