Home | History | Annotate | Download | only in test_lib_json

Lines Matching defs:Failure

31 class Failure {
40 /// Context used to create the assertion callstack on failure.
50 /// Related Failure, set when the PredicateContext is converted
51 /// into a Failure.
52 Failure* failure_;
70 /// Adds an assertion failure.
101 /// Adds a failure or a predicate context
109 typedef std::deque<Failure> Failures;
114 /// Failure which is the target of the messages added using operator <<
115 Failure* messageTarget_;