summaryrefslogtreecommitdiff
path: root/src/mongo/unittest/unittest.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24273 moved writeOpsToOplog to repl storage interfaceBenety Goh2016-06-011-0/+6
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-20/+18
* SERVER-22774 Copied BackgroundSync::_fetcherCallback logic to OplogFetcherBenety Goh2016-04-081-0/+13
* SERVER-23010: general cleanup and test fixture changesScott Hernandez2016-03-271-0/+5
* SERVER-7244 added tests for rolling back index creation and operations with n...Benety Goh2015-09-221-0/+5
* SERVER-19769 Use std::function to back stdx::function on windowsAndrew Morrow2015-08-311-7/+6
* SERVER-9666 Remove test watchdog and support codeAndrew Morrow2015-07-211-6/+0
* SERVER-19127 Fix race condition in unittest log line capturing.Andy Schwerin2015-06-251-0/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-361/+377
* SERVER-19005 Support DEATH_TEST and DEATH_TEST_FAndy Schwerin2015-06-171-5/+6
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-161-5/+8
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-3/+2
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+0
* SERVER-18236 hang slaveOk/secondaryOk and readPreference off OpCtxAdam Midvidy2015-06-031-0/+7
* SERVER-18016 added unit test assertion macro to check error code in exceptionBenety Goh2015-05-141-0/+9
* SERVER-16559 Require C++11 and remove conditional compilationAndrew Morrow2015-02-131-5/+2
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-1/+1
* SERVER-16132: implement directoryperdb under WiredTigerEliot Horowitz2014-12-011-0/+12
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-1/+16
* SERVER-15567 Allow streaming into unittest assertions.Andy Schwerin2014-10-091-136/+87
* SERVER-15147 move Date_t and OpTime ostreaming to unittestmatt dannenberg2014-09-051-0/+1
* SERVER-14825 Add utility methods to C++ unit tests for capturing and examinin...Andy Schwerin2014-08-071-0/+28
* SERVER-14653 Allow streaming into ASSERT_TRUE and ASSERT_FALSE.Andy Schwerin2014-07-221-26/+29
* SERVER-14526 Introduce ASSERT_THROWS_WHAT and ASSERT_THROWS_PRED to the unitt...Andy Schwerin2014-07-141-9/+37
* SERVER-14418 Introduce unittest::assertGet, use in replication_executor_test.Andy Schwerin2014-07-021-0/+10
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-3/+3
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-4/+3
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-0/+7
* Don't convert static strings (__FILE__ and macro #arg) to std::strings in uni...Mathias Stearn2013-05-131-8/+16
* Mark unit test fail as noreturn to help static analysis toolsAndrew Morrow2013-05-021-1/+1
* Namespace qualify Status in ASSERT_OKAndrew Morrow2013-03-081-3/+3
* SERVER-7767 Support extended privilege document format in the AuthorizationMa...Andy Schwerin2012-12-171-0/+5
* fix solaris build failure due to collision of template param and macroAndrea Lattuada2012-11-141-2/+2
* add approximate equality assertion to unittest frameworkAndrea Lattuada2012-11-131-0/+22
* Move ASSERT_OK macro into mongo/unittest/unittest.h.Andy Schwerin2012-11-061-0/+5
* improve performance of ASSERT_Eliot Horowitz2012-11-021-11/+22
* Revert "Support templated unittest tests"Mathias Stearn2012-10-011-31/+0
* Revert "Support templated unittest test suites."Mathias Stearn2012-10-011-66/+1
* Support templated unittest test suites.Mathias Stearn2012-09-301-1/+66
* Support templated unittest testsMathias Stearn2012-09-301-0/+31
* Added fixtures to new unit test framework.Alberto Lerner2012-06-271-5/+34
* add a --runs option to dbtestsEliot Horowitz2012-06-121-2/+2
* SERVER-5702 Whitespace fixup.Andy Schwerin2012-06-041-23/+23
* SERVER-5702: C++ unit test framework that can be compiled separately.Andy Schwerin2012-06-041-104/+269
* Split mongo/dbtests/framework into a general unit test framework and a dbtest...Andy Schwerin2012-04-031-0/+214