public abstract class AbstractJythonDCRInstrumenterTestCase extends AbstractJythonInstrumenterTestCase
m_instrumenter, m_interpreter, m_one, m_recorder, m_recorderStubFactory, m_six, m_test, m_three, m_two, m_zero
Constructor and Description |
---|
AbstractJythonDCRInstrumenterTestCase(Instrumenter instrumenter) |
Modifier and Type | Method and Description |
---|---|
protected void |
assertTargetReference(org.python.core.PyObject proxy,
Object original,
boolean unwrapTarget) |
protected void |
assertTestReference(org.python.core.PyObject pyObject,
Test test) |
void |
tearDown() |
void |
testCreateProxyWithJavaClass() |
void |
testCreateProxyWithPyJavaInstance() |
void |
testInstrumentationWithNonWrappableParameters() |
void |
testInstrumentationWithPyClass() |
void |
testInstrumentationWithPyDerivedClass() |
void |
testInstrumentationWithPyLambda() |
void |
testInstrumentationWithReflectedConstructor() |
void |
testInstrumentationWithStaticMethod() |
void |
testJavaBoundMethod()
See bug 2992248.
|
void |
testJavaBoundMethodSuperClassImplementation() |
void |
testJavaBoundMethodThroughInterface() |
void |
testJavaStaticMethod()
See bug 2992248.
|
void |
testJavaUnboundMethod() |
assertNotWrappable, assertNotWrappableByThisInstrumenter, assertTargetReference, assertVersion, createInstrumentedProxy, getClassForInstance, getInterpretter, getJythonVersion, testCreateProxyWithBoundPyMethod, testCreateProxyWithPyFunction, testCreateProxyWithPyInstance, testCreateProxyWithPyProxy, testCreateProxyWithPyReflectedFunction, testCreateProxyWithRecursiveCode, testCreateProxyWithUnboundPyMethod, testPyDispatcherErrorHandling, testSelectiveInstrumentUnsupported
public AbstractJythonDCRInstrumenterTestCase(Instrumenter instrumenter)
protected void assertTestReference(org.python.core.PyObject pyObject, Test test)
assertTestReference
in class AbstractJythonInstrumenterTestCase
protected void assertTargetReference(org.python.core.PyObject proxy, Object original, boolean unwrapTarget)
assertTargetReference
in class AbstractJythonInstrumenterTestCase
public void testInstrumentationWithNonWrappableParameters() throws Exception
Exception
public void testInstrumentationWithPyClass() throws Exception
Exception
public void testInstrumentationWithPyDerivedClass() throws Exception
Exception
public void testInstrumentationWithStaticMethod() throws Exception
Exception
public void testInstrumentationWithReflectedConstructor() throws Exception
Exception
public void testInstrumentationWithPyLambda() throws Exception
Exception
public void testCreateProxyWithPyJavaInstance() throws Exception
Exception
public void testCreateProxyWithJavaClass() throws Exception
Exception
public void testJavaBoundMethod() throws Exception
Exception
public void testJavaStaticMethod() throws Exception
Exception
public void testJavaBoundMethodSuperClassImplementation() throws Exception
Exception
Copyright © 2000-2014. All Rights Reserved.