4 "summary": "asynchronous testing for Cedar (and others).",
5 "description": " CedarAsync lets you use [Cedar](http://github.com/pivotal/cedar) matchers to \ntest asynchronous code. This becomes useful when writing intergration tests \nrather than plain unit tests. (CedarAsync only supports Cedar's should syntax.)\n\nInstead of\n\n client.lastResponse should contain(@\"Google\");\n\nuse\n\n in_time(client.lastResponse) should contain(@\"Google\");\n\nto force `contain` matcher check `client.lastResponse` multiple times until \nit succeeds or times out.\n",
6 "homepage": "https://github.com/cppforlife/CedarAsync",
12 "Dmitriy Kalinin": "email@address.com"
15 "git": "https://github.com/cppforlife/CedarAsync.git",
16 "commit": "ccd4ecc3ae2a697267f22a3e216942ef00e74a54"
32 "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
33 "CLANG_CXX_LIBRARY": "libc++"