X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fframework.h;h=361779db7387b5778ac2da80fdc5894738adff3e;hb=95474a1687017de0adb2c6ce57c1ab7c0704c5c6;hp=f6dfc94a4be3ed6a6a18cb1528e03d253231fcc0;hpb=fed85d3c429c3881cd378d10e4dccd30f4fd2478;p=awesomized%2Flibmemcached diff --git a/libtest/framework.h b/libtest/framework.h index f6dfc94a..361779db 100644 --- a/libtest/framework.h +++ b/libtest/framework.h @@ -72,7 +72,7 @@ public: _destroy= arg; } - void collections(collection_st* arg); + void collections(collection_st arg[]); void set_on_error(test_callback_error_fn *arg) { @@ -162,8 +162,6 @@ public: } private: - Framework& operator=(const Framework&); - uint32_t _total; uint32_t _success; uint32_t _skipped; @@ -193,6 +191,10 @@ private: std::string _only_run; std::string _wildcard; std::string _name; + +private: + Framework( const Framework& ); + const Framework& operator=( const Framework& ); }; } // namespace libtest