Package org.jboss.profiler.fileProcessor

Examples of org.jboss.profiler.fileProcessor.SpyRegisterEnterMethod


          assertTrue(result);
          if (!result) return;

          assertTrue("Expected to be an enterMethod",reader.getCurrentRegister() instanceof SpyRegisterEnterMethod);

          SpyRegisterEnterMethod enterMethod = (SpyRegisterEnterMethod)reader.getCurrentRegister();

          assertEquals("classId",enterMethod.getClassId(),1);
          assertEquals("methodId",enterMethod.getMethodId(),1);
          assertEquals("time",enterMethod.getTime_t(),1);
        }
    }
View Full Code Here

TOP

Related Classes of org.jboss.profiler.fileProcessor.SpyRegisterEnterMethod

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.