public class NativeFunctionInterfaceTest extends Object
Modifier and Type | Field and Description |
---|---|
private List<Long> |
allocations |
NativeFunctionInterface |
nfi |
private static double[] |
someDoubles |
Constructor and Description |
---|
NativeFunctionInterfaceTest() |
Modifier and Type | Method and Description |
---|---|
private static void |
assertCStringEquals(long cString,
String s) |
void |
cleanup() |
private static String |
getJavaLibPath() |
private static String |
getVMLibPath() |
private static String |
getVMName() |
protected long |
malloc(int length) |
void |
setUp() |
void |
test1() |
void |
test10() |
void |
test11() |
void |
test12() |
void |
test13() |
void |
test14() |
void |
test15() |
void |
test16() |
void |
test17() |
void |
test18() |
void |
test19() |
void |
test2() |
void |
test20() |
void |
test3() |
void |
test4() |
void |
test5() |
void |
test6() |
void |
test7() |
void |
test8() |
void |
test9() |
private static void |
testD2L(NativeFunctionHandle d2l) |
public final NativeFunctionInterface nfi
private List<Long> allocations
private static double[] someDoubles
public NativeFunctionInterfaceTest()
protected long malloc(int length)
public void setUp()
public void cleanup()
private static void assertCStringEquals(long cString, String s)
public void test1()
public void test2()
public void test3()
public void test4()
public void test5()
public void test6()
public void test7()
public void test8()
public void test9()
private static String getVMLibPath()
public void test10()
private static String getJavaLibPath()
private static void testD2L(NativeFunctionHandle d2l)
public void test11()
public void test12()
public void test13()
public void test14()
public void test15()
public void test16()
public void test17()
public void test18()
public void test19()
public void test20()