Lines Matching full:assertion
82 that check whether a condition is true. An assertion's result can be *success*,
87 or has a failed assertion, then it *fails*; otherwise it *succeeds*.
97 assertion level and building up to tests and test suites.
102 or function by making assertions about its behavior. When an assertion fails,
103 GoogleTest prints the assertion's source file and line number location, along
113 assertion in question fails.
118 this in mind if you get a heap checker error in addition to assertion errors.
133 Anything that can be streamed to an `ostream` can be streamed to an assertion
136 streamed to an assertion, it will be translated to UTF-8 when printed.
153 3. The test's result is determined by the assertions; if any assertion in the
322 the assertion failure, and use `ASSERT_*` when continuing after failure doesn't
323 make sense. For example, the second assertion in the `Dequeue` test is