summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/framework.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-3/+3
|
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
|
* SERVER-8510 Use new option parser in test framework and move parsing into ↵Shaun Verch2013-09-051-1/+1
| | | | MONGO_INITIALIZERS
* Split mongo/dbtests/framework into a general unit test framework and a ↵Andy Schwerin2012-04-031-174/+5
| | | | dbtests instance.
* fix argument passing support in unit test framework by holding a value ↵Aaron2012-02-121-1/+1
| | | | rather than a reference in the test holder
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+199