aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-10-11Clear `fff.call_history` when calling `FFF_RESET_HISTORY`Kate Hart
2018-01-28Merge pull request #35 from alvarez86/return_val_historyMike Long
2018-01-28Merge pull request #20 from usr42/masterMike Long
2018-01-28Merge branch 'master' into return_val_historyMike Long
2017-08-15Add test cases for saving the history of returned valuesPaulo Antonio Alvarez
2017-02-06Improve vararg testsusr42
2017-02-04Merge remote-tracking branch 'upstream/master'usr42
2017-01-24Wrap statements in multistatement macro with do {} while (0)Stephan Creutz
2017-01-21Fix issue13: Add function prototype to DECLARE_*usr42
2017-01-16Fix FAKE_VALUE_FUNC with 20 parametersusr42
2017-01-14Fix gcc/g++ usage in Makefileusr42
2016-12-18Added auto counting of parameters for declaration and definition of fake func...mj
2016-09-14Added two test cases for SET_CUSTOM_FAKE_SEQPaulo Antonio Alvarez
2016-06-07Added test case for FAKE_VALUE_FUNC_VARARG.Rubio R. C. Terra
2014-01-09Add license file and make gtest compile with own TR1 tuple libraryMike Long
2013-06-26Add support for up to 20 argumentsMike Long
2013-06-23Merged varargs support with const supportMike Long
2012-11-09Implement minimal support for varargsMicha Hoiting
2012-11-08Add support for const parameters in fakes (C only)Micha Hoiting
2012-11-07Add test with const parametersMicha Hoiting
2012-11-07Improve makefilesMicha Hoiting
2012-07-06Add tests for returning custom fake return values on non-void custom fakesMike Long
2012-07-06Add test case for returning values from custom fakesMike Long
2012-07-06fix include file nameMike Long
2012-07-06fix include file nameMike Long
2012-07-06fix include file nameMike Long
2012-06-26Some small tidyingMike Long
2012-05-29Moved global variables into struct so they don't pollute the global namespaceMike Long
2012-05-24Common test cases for Fake Function FrameworkMike Long
2012-05-24Test suite for global fakes from a cpp contextMike Long
2012-05-24A simple test framework for C code with googletest compatibilityMike Long
2012-05-24Add fakes for common test casesMike Long
2012-05-24Add fakes for common test casesMike Long
2012-05-24Add common test casesMike Long
2012-05-24Factor out common test cases into a common include fileMike Long
2012-05-24Factor out common test cases into a common include fileMike Long
2012-05-24Build global cpp test suiteMike Long
2012-05-22Initial tests for global fakesMike Long
2012-05-22Add custom fake testsMike Long
2012-05-22Build global fakes testsMike Long
2012-04-27Added custom fakesMike Long
2012-04-25Moved fake variables into struct to avoid polluting global namespaceMike Long
2012-04-21Add googletest library and update makefilesMike Long
2011-04-26New feature: no longer need to specify argument count in the declarationMike Long
2011-03-23Add overrides for argument and call historiesMike Long
2011-03-22Adding return value sequencesMike Long
2011-03-10memset return values in reset functionMike Long
2011-02-19Added another method for checking dropped historiesMike Long
2011-02-19Fixed tabs for spacesMike Long
2011-02-19Clear argument history when RESET_FAKE calledMike Long