- 09 Jul, 2021 1 commit
-
-
Abseil Team authored
Remove unneeded using ::std::get; PiperOrigin-RevId: 383688097
-
- 07 Jul, 2021 1 commit
-
-
Abseil Team authored
Add `Conditional` wrapper to gtest This follows an initial proposal for an 'EqIff` matcher. `Conditional` was considered more precise as an EqIff() matcher may suffer from `Iff` not being universally understood. PiperOrigin-RevId: 383407665
-
- 30 Jun, 2021 1 commit
-
-
Abseil Team authored
Implement 'Contains(e).Times(n)' matcher modifier which allows to test for arbitrary occurrences including absence with Times(0). PiperOrigin-RevId: 382210276
-
- 13 Jun, 2021 1 commit
-
-
Hyuk Myeong authored
-
- 02 Jun, 2021 3 commits
-
-
Abseil Team authored
Create new Testing API reference PiperOrigin-RevId: 376969148
-
Abseil Team authored
Create new Mocking Reference PiperOrigin-RevId: 376951575
-
Abseil Team authored
Create Assertions Reference PiperOrigin-RevId: 375824718
-
- 13 May, 2021 3 commits
-
-
Abseil Team authored
Clean up heading levels and mention `::testing` namespace in Matchers Reference PiperOrigin-RevId: 373242122
-
Abseil Team authored
Fix links in Matchers Reference PiperOrigin-RevId: 372436732
-
Abseil Team authored
Move actions reference into independent document PiperOrigin-RevId: 371828549
-
- 29 Apr, 2021 1 commit
-
-
Abseil Team authored
Move matchers reference from cheat sheet into its own document PiperOrigin-RevId: 370749693
-