summaryrefslogtreecommitdiff
path: root/src/mongo/unittest
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-142-0/+4
* SERVER-15567 Allow streaming into unittest assertions.Andy Schwerin2014-10-094-167/+119
* SERVER-15147 move Date_t and OpTime ostreaming to unittestmatt dannenberg2014-09-054-1/+99
* SERVER-14925 Shutdown command should exit cleanlyMathias Stearn2014-08-201-1/+5
* SERVER-14825 Add utility methods to C++ unit tests for capturing and examinin...Andy Schwerin2014-08-072-2/+70
* SERVER-10431 Split synchronous signal handlers into new library; use them in ...Andy Schwerin2014-08-062-4/+7
* SERVER-13961 Pass through OperationContext in the JS frameworkKaloian Manassiev2014-07-281-1/+3
* SERVER-14653 Allow streaming into ASSERT_TRUE and ASSERT_FALSE.Andy Schwerin2014-07-223-37/+99
* SERVER-14533 Break the foundation-lasterror-network circular dependence in bu...Andy Schwerin2014-07-141-6/+0
* SERVER-14526 Introduce ASSERT_THROWS_WHAT and ASSERT_THROWS_PRED to the unitt...Andy Schwerin2014-07-142-9/+46
* SERVER-14343 leaner include pathsAndrew Morrow2014-07-121-1/+1
* 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-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-107-0/+84
* SERVER-11658 Consistently use Library targetAndrew Morrow2013-11-181-9/+9
* SERVER-10868 add --tempPath parameter to unittests and dbtestsMathias Stearn2013-11-122-2/+17
* SERVER-11637: Consolidate unittest crutches into crutch.cppShaun Verch2013-11-092-9/+25
* SERVER-11637: Move lasterror.cpp into its own library and add comment about d...Shaun Verch2013-11-092-2/+8
* SERVER-11637: Move some base files that libfoundation.a needs to link into li...Shaun Verch2013-11-091-3/+0
* SERVER-11062 fixed runtime issue with unsupported printf width specifier z on...Benety Goh2013-10-081-2/+2
* SERVER-8937 added success/failure summary at end of executionBenety Goh2013-10-041-10/+32
* SERVER-10868 Step 1: Make an RAII TempDir class for unit testsMathias Stearn2013-09-274-1/+217
* add time to unittest output and fix formattingEliot Horowitz2013-09-241-2/+12
* SERVER-10431 Add Windows unhandled exception filter to unit testsTad Marshall2013-08-061-0/+2
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-093-1/+28
* Include what you use: mongo/util/concurrency/mutex.h.Andy Schwerin2013-06-271-0/+1
* Don't convert static strings (__FILE__ and macro #arg) to std::strings in uni...Mathias Stearn2013-05-132-11/+19
* 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-132-0/+31
* 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
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-3/+3
* fix a lot of copyright noticesEliot Horowitz2012-10-151-0/+15
* Revert "Support templated unittest tests"Mathias Stearn2012-10-011-31/+0
* Revert "Support templated unittest test suites."Mathias Stearn2012-10-012-72/+1
* Support templated unittest test suites.Mathias Stearn2012-09-302-1/+72
* Support templated unittest testsMathias Stearn2012-09-301-0/+31
* SERVER-5112 Introduce runGlobalInitializers(), macros and tools for global in...Andy Schwerin2012-09-252-2/+5
* Break a few more libraries off of "mongocommon".Andy Schwerin2012-07-171-0/+3
* do not compare raw pointersEric Milkie2012-07-161-4/+0
* Added fixtures to new unit test framework.Alberto Lerner2012-06-274-7/+140
* add a --runs option to dbtestsEliot Horowitz2012-06-123-7/+8
* SERVER-5702 Respond to late-arriving codereview comments.Andy Schwerin2012-06-041-14/+11
* SERVER-5702 Whitespace fixup.Andy Schwerin2012-06-042-40/+40
* SERVER-5702: Add ability to register unit tests in SCons.Andy Schwerin2012-06-041-3/+3