Browse Source

Update test framework example

JNI-96
heck 5 years ago
parent
commit
1220132f85
  1. 2
      test/java/foundation/pEp/jniadapter/test/framework/examples/helloworld/TestMain.java

2
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

Loading…
Cancel
Save