10.07.2015 Views

Unit Testing a C++ Database Appli Mock Objects Mock ... - PNSQC

Unit Testing a C++ Database Appli Mock Objects Mock ... - PNSQC

Unit Testing a C++ Database Appli Mock Objects Mock ... - PNSQC

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Impure Abstract Interfaceclass statement {public:templatevoid bind_param(T1 const& arg1, T2 const& arg2) {params p;p.push_back(param(arg1));p.push_back(param(arg2));bind_params(p);}private:void bind_params(params const& p) = 0;};___________________________________________________________________________________________________________________________Copies may not be made or distributed for commercial use Excerpt from <strong>PNSQC</strong> 2011 <strong>PNSQC</strong>.ORG 9

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!