262728293031323334
public class HelloWorldStaticJNITest { @Test public final void testNativeHelloWorldJNI() throws Exception { HelloWorldStaticJNI app = new HelloWorldStaticJNI(); Assert.assertEquals( "Hello Static NAR World!", app.sayHello() ); }