Package org.jboss.profiler.fileProcessor

Examples of org.jboss.profiler.fileProcessor.SpyRegisterExitMethod


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

          assertTrue("Expected to be an exitMethod",reader.getCurrentRegister() instanceof SpyRegisterExitMethod);

          SpyRegisterExitMethod exitMethod = (SpyRegisterExitMethod)reader.getCurrentRegister();

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

TOP

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

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.