3435363738394041
@Test public final void testNativeTimesWorldJNI() throws Exception { HelloWorldJNI app = new HelloWorldJNI(); Assert.assertEquals( 35, app.timesHello(5, 7)); } }