Home | History | Annotate | Download | only in test_lib_json

Lines Matching defs:Failure

34    class Failure
45 /// Context used to create the assertion callstack on failure.
56 /// Related Failure, set when the PredicateContext is converted
57 /// into a Failure.
58 Failure *failure_;
77 /// Adds an assertion failure.
109 /// Adds a failure or a predicate context
115 typedef std::deque<Failure> Failures;
120 /// Failure which is the target of the messages added using operator <<
121 Failure *messageTarget_;