Searched refs:Assertions (Results 1 – 14 of 14) sorted by relevance
11 ## More Assertions19 the Assertions Reference.21 ### Exception Assertions argument23 See [Exception Assertions](reference/assertions.md#exceptions) in the Assertions26 ### Predicate Assertions for Better Error Messages argument45 [`EXPECT_PRED*`](reference/assertions.md#EXPECT_PRED) in the Assertions144 Assertions Reference for details.149 Assertions Reference.172 See [`EXPECT_THAT`](reference/assertions.md#EXPECT_THAT) in the Assertions175 ### More String Assertions argument[all …]
262 the details at [Death Assertions](reference/assertions.md#death) in the263 Assertions Reference.337 Assertions Reference.
99 ## Assertions section in GoogleTest Primer143 provided by GoogleTest, see the [Assertions Reference](reference/assertions.md).
1141 ### Using Matchers in googletest Assertions1143 See [`EXPECT_THAT`](reference/assertions.md#EXPECT_THAT) in the Assertions
1 # Assertions Reference297 ## Exception Assertions {#exceptions}332 ## Predicate Assertions {#predicates}494 ## Windows HRESULT Assertions {#HRESULT}522 ## Death Assertions {#death}
28 [Assertions](assertions.md) used within the test body determine the outcome of48 [Assertions](assertions.md) used within the test body determine the outcome of80 [Assertions](assertions.md) used within the test body determine the outcome of368 [Adding Traces to Assertions](../advanced.md#adding-traces-to-assertions).1430 See [Type Assertions](../advanced.md#type-assertions) for more information.
1665 SmallVector<AssertionInfo, 0> Assertions; variable1703 Values(O.Values), Assertions(O.Assertions), in Record()1757 ArrayRef<AssertionInfo> getAssertions() const { return Assertions; } in getAssertions()1816 Assertions.push_back(AssertionInfo(Loc, Condition, Message)); in addAssertion()1824 Assertions.append(Rec->Assertions); in appendAssertions()
135 multiple Attribute Value Assertions (AVAs). Multiple AVAs are
465 * **Assertions** are welcome, and should be used very liberally,
2870 for (auto &Assertion : Assertions) { in resolveReferences()
5763 using Assertions = std::vector<AssertionStats>; typedef5765 Assertions assertions;
2944 `Always'? (Intermittent Assertions in
22427 …title = "Is `Sometime' Sometimes Better Than `Always'? (Intermittent Assertions in Proving …
14935 * Assertions for various potential buffer overflows, not known to