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