summaryrefslogtreecommitdiff
path: root/src/mongo/unittest/unittest_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58069 ASSERT_THAT: a matcher-based assert for unit testsBilly Donahue2021-08-121-4/+5
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-46568 removing the unittestOutput domainGabriel Russell2020-04-141-1/+4
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-1/+1
* SERVER-43418 ASSERT macro repairsBilly Donahue2019-10-021-0/+21
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40802 move some expensive and commonly instantiated functions out of lineMathias Stearn2019-05-011-0/+25
* SERVER-40634 Emulation of C++20 requires-clauses for C++17Mathias Stearn2019-05-011-0/+9
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37909 fix lintBenety Goh2018-11-081-6/+6
* SERVER-37909 Fix GCC-8 in some tests.ADAM David Alan Martin2018-11-081-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-6024 add stacktrace to unittestsKevin Albertson2018-01-081-0/+14
* SERVER-30235 Improve failure messages from ASSERT_THROWS_CODE and friendsMathias Stearn2017-07-261-8/+5
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-021-0/+54
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-0/+51
* SERVER-23750: unit test cleanupScott Hernandez2016-06-301-0/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-94/+99
* SERVER-19005 Support DEATH_TEST and DEATH_TEST_FAndy Schwerin2015-06-171-2/+15
* SERVER-15567 Add test confirming streaming into FAIL() macro.Andy Schwerin2014-10-271-0/+1
* SERVER-15567 Allow streaming into unittest assertions.Andy Schwerin2014-10-091-4/+10
* SERVER-14653 Allow streaming into ASSERT_TRUE and ASSERT_FALSE.Andy Schwerin2014-07-221-2/+50
* SERVER-14526 Introduce ASSERT_THROWS_WHAT and ASSERT_THROWS_PRED to the unitt...Andy Schwerin2014-07-141-0/+9
* add approximate equality assertion to unittest frameworkAndrea Lattuada2012-11-131-0/+9
* do not compare raw pointersEric Milkie2012-07-161-4/+0
* SERVER-5702: C++ unit test framework that can be compiled separately.Andy Schwerin2012-06-041-0/+65