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

LIB-11
heck 2 years ago
parent 324ffbea05
commit 0d97aaa4fb

@ -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