* split :args_only feature from :ignore plugin to be its own :expect_any_args plugin

* made :expect_any_args work with intermixed expects the way you would think it should work.
This commit is contained in:
Mark VanderVoord
2014-03-03 19:28:50 -05:00
parent 6bfe7ce784
commit 86594eea25
9 changed files with 409 additions and 285 deletions
+4
View File
@@ -14,6 +14,10 @@
#define CMOCK_GUTS_NONE (0)
#define CMOCK_ARG_MODE CMOCK_MEM_INDEX_TYPE
#define CMOCK_ARG_ALL 0
#define CMOCK_ARG_NONE ((CMOCK_MEM_INDEX_TYPE)(~0))
//-------------------------------------------------------
// Memory API
//-------------------------------------------------------