Home
last modified time | relevance | path

Searched refs:OldAndroidClassTest (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/reflect/
DOldAndroidClassTest.java31 public final class OldAndroidClassTest extends TestCase { class
35 Class helloClass = Class.forName(OldAndroidClassTest.class.getName()); in testNewInstance()
57 Class helloClass = Class.forName(OldAndroidClassTest.class.getName()); in testGetDeclaredMethod()
59 method.invoke(new OldAndroidClassTest(), (Object[]) null); in testGetDeclaredMethod()
63 Class helloClass = Class.forName(OldAndroidClassTest.class.getName()); in testGetDeclaredMethodWithArgs()
68 Object ret = method.invoke(new OldAndroidClassTest(), invokeArgs); in testGetDeclaredMethodWithArgs()
73 Class helloClass = Class.forName(OldAndroidClassTest.class.getName()); in testGetDeclaredMethodPrivate()
75 method.invoke(new OldAndroidClassTest(), (Object[]) null); in testGetDeclaredMethodPrivate()
79 Class helloClass = Class.forName(OldAndroidClassTest.class.getName()); in testGetSuperclass()
85 Class helloClass = Class.forName(OldAndroidClassTest.class.getName()); in testIsAssignableFrom()
[all …]
/libcore/expectations/
DskippedCtsTest.txt146 "libcore.java.lang.reflect.OldAndroidClassTest#testClassGetMethodsNoDupes",