From 1220132f85215e9d661ca383162ca745d80eadd1 Mon Sep 17 00:00:00 2001 From: heck Date: Wed, 20 May 2020 23:23:15 +0200 Subject: [PATCH] Update test framework example --- .../jniadapter/test/framework/examples/helloworld/TestMain.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/java/foundation/pEp/jniadapter/test/framework/examples/helloworld/TestMain.java b/test/java/foundation/pEp/jniadapter/test/framework/examples/helloworld/TestMain.java index dd406e2..284c6d0 100644 --- a/test/java/foundation/pEp/jniadapter/test/framework/examples/helloworld/TestMain.java +++ b/test/java/foundation/pEp/jniadapter/test/framework/examples/helloworld/TestMain.java @@ -3,7 +3,7 @@ import static foundation.pEp.jniadapter.test.framework.TestLogger.*; import foundation.pEp.jniadapter.test.framework.*; -class HelloWorldTestContext implements TestContextInterface { +class HelloWorldTestContext extends AbstractTestContext { String name; @Override