Browse Source

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

LIB-11
heck 4 years ago
parent
commit
0d97aaa4fb
  1. 6
      test/pitytest11/src/PityUnit.hh

6
test/pitytest11/src/PityUnit.hh

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

Loading…
Cancel
Save