summaryrefslogtreecommitdiff
path: root/src/mongo/unittest
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-5702: C++ unit test framework that can be compiled separately.Andy Schwerin2012-06-047-174/+513
* Revert "increase StackChecker maximum to 256KB. used for _DEBUG builds"Eric Milkie2012-05-101-4/+0
* increase StackChecker maximum to 256KB. used for _DEBUG buildsDwight2012-05-091-0/+4
* windows was not compiling in the visual studio project. it is likely still br...Dwight2012-04-051-0/+2
* Split mongo/dbtests/framework into a general unit test framework and a dbtest...Andy Schwerin2012-04-033-0/+487