Home | History | Annotate | Download | only in test_lib_json

Lines Matching refs:TestResult

55 class TestResult {
57 TestResult();
71 TestResult&
77 TestResult& popPredicateContext();
84 template <typename T> TestResult& operator<<(const T& value) {
93 TestResult& operator<<(bool value);
95 TestResult& operator<<(Json::Int64 value);
96 TestResult& operator<<(Json::UInt64 value);
99 TestResult& addToLastFailure(const std::string& message);
124 void run(TestResult& result);
129 TestResult* result_;
160 /// Runs the test case at the specified index using the specified TestResult
161 void runTestAt(unsigned int index, TestResult& result) const;
180 TestResult& checkEqual(TestResult& result,
194 TestResult& checkStringEqual(TestResult& result,