How can I start a second (mock) activity in a ActivityInstrumentationTestCase2 or InstrumentationTestCase?
I\'m trying to apply lazy-loading of basic fields (String with huge xml) with Hibernate 3.5.x on MySQL. It seems this does only work for Postgresql. At least not for MySQL.
The Java Attach API for JDK6 provides a method getAgentProperties() on VirtualMachine: public abstract Properties getAgentProperties()
I want to write a java agent to instrument some applications. I am interested in getting the details of the objects, (i.e. their fields) instantiated by the applications. I would also like to catch an
I am trying to create a tool that can capture all the read and writes ma开发者_JS百科de by a java program. Also, I would like to know what fields of what object is access/modified.
Is there a runtime check for an application to find out if it runs as part of an instrumentation test?
I want to instrument the bytecode of some classes on the classpath at loading time. Since these are 3rd party libraries, I know exactly when they are loaded. The problem is that I need to do the instr
I implemented a ClassFileTransformer for a javaagent using ASM. Because it has some bugs, I want to write a JUnit test case for it. How do I do this?
Basic question: JVM provides JVMTI which native API for profiling and debugging JVM. JVM instrumentation also does the same (is that correct?). If yes, w开发者_开发百科hat is difference between the bo
My instrumentation is launching an activity to instrument it, but I can\'t seem to find an elegant way开发者_运维问答 to tell when it\'s safe to start sending it my MotionEvent\'s. At the moment, I\'m