Browse Source

Test: PityTest - PityUnit add ad-hoc class as default TestContext. We should have a proper baseclass for the context.

master
heck 4 years ago
parent
commit
7eee9affab
  1. 6
      src/PityUnit.hh

6
src/PityUnit.hh

@ -17,7 +17,11 @@
namespace pEp { namespace pEp {
namespace PityTest11 { namespace PityTest11 {
template<class TestContext = void> //TODO We need a context basetype
class PityBaseCTX {
};
template<class TestContext = PityBaseCTX>
class PityUnit : public AbstractPityUnit { class PityUnit : public AbstractPityUnit {
public: public:
// Test success if TestFunction: // Test success if TestFunction:

Loading…
Cancel
Save