This website works better with JavaScript.
Home
Help
Register
Sign In
Thomas
/
libpEpAdapter
forked from
pEp.foundation/libpEpAdapter
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Test: PityTest - PityUnit add ad-hoc class as default TestContext. We should have a proper baseclass for the context.
LIB-11
heck
11 months ago
parent
324ffbea05
commit
0d97aaa4fb
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
test/pitytest11/src/PityUnit.hh
+ 5
- 1
test/pitytest11/src/PityUnit.hh
View File
@ -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:
Write
Preview
Loading…
Cancel
Save