Package py4j.reflection
Class ReflectionEngineTest
- java.lang.Object
-
- py4j.reflection.ReflectionEngineTest
-
public class ReflectionEngineTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ReflectionEngineTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testCreateArray()
void
testGetClass()
void
testGetConstructor()
void
testGetField()
void
testGetFieldValue()
void
testGetMethod()
void
testGetMethodDeepInheritance()
void
testGetSimpleMethod()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testGetSimpleMethod
public void testGetSimpleMethod()
-
testGetClass
public void testGetClass()
-
testGetField
public void testGetField()
-
testCreateArray
public void testCreateArray()
-
testGetFieldValue
public void testGetFieldValue()
-
testGetConstructor
public void testGetConstructor()
-
testGetMethod
public void testGetMethod()
-
testGetMethodDeepInheritance
public void testGetMethodDeepInheritance()
-
-