Searched defs:TestResult (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/test/letest/
H A Dletest.h35 struct TestResult struct
44 typedef struct TestResult TestResult; typedef in typeref:struct:TestResult
/external/embunit/inc/
H A DTest.h38 typedef struct __TestResult TestResult; typedef in typeref:struct:__TestResult
45 typedef void(*TestRunFunction)(void*,TestResult*);
/external/bluetooth/glib/tests/
H A Dshell-test.c36 typedef struct _TestResult TestResult; typedef in typeref:struct:_TestResult
77 static const TestResult
97 const TestResult *result)
123 do_argv_test (const gchar *cmdline, const TestResult *result)
/external/junit/src/junit/framework/
H A DTestResult.java7 * A <code>TestResult</code> collects the results of executing
15 public class TestResult extends Object { class in inherits:Object
22 public TestResult() { method in class:TestResult
/external/gtest/src/
H A Dgtest-internal-inl.h513 // TestResult is not copyable.
514 class TestResult { class in namespace:testing::internal
516 // Creates an empty TestResult.
517 TestResult();
519 // D'tor. Do not inherit from TestResult.
520 ~TestResult();
594 // We disallow copying TestResult.
595 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestResult);
596 }; // class TestResult
634 internal::TestResult* resul
[all...]
H A Dgtest.cc1801 // class TestResult
1803 // Creates an empty TestResult.
1804 TestResult::TestResult() function in class:testing::internal::TestResult
1810 TestResult::~TestResult() {
1814 void TestResult::AddTestPartResult(const TestPartResult& test_part_result) {
1821 void TestResult::RecordProperty(const TestProperty& test_property) {
1838 bool TestResult::ValidateTestProperty(const TestProperty& test_property) {
1852 void TestResult
[all...]

Completed in 75 milliseconds